i am going to configure Email server on centos for test in our LAN
1. Download Centos 5.5 from the http://www.centos.org
i installed centos server, server GUI, Mail, Web, Mysql ,SSH
after installation yum update for system update. it will take several minutes that is vary inorder to your internet connection.
Saturday, October 30, 2010
Subscribe to:
Posts (Atom)
To configure Nginx for a Laravel application located within a subfolder, a location block is required to handle requests to that specifi...
-
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); @ini_set( 'display_er...
-
I planned to held online practical exams for students who must save their result data on remote samba server. This tutorial ex...
-
In /etc/nginx/sites-available server { client_max_body_size 128m; } location ~ \.php$ { fastcgi_param PHP_V...