I\'m trying to configure a web server (Debian 7). I followed this tutorial. I\'m renting my server thanks to gandi.net service. And i have now apache2, mysql, php5 up and runnin
sudo vim /etc/ssh/sshd_config set localhost in the file httpd.conf as follows ServerName localhost or else the port won't accept your server request, and will show cant connect to server ip_address
sudo vim /etc/ssh/sshd_config
set localhost in the file httpd.conf as follows
ServerName localhost
or else the port won't accept your server request, and will show cant connect to server ip_address