I've added these in the file /etc/apache2/httpd.conf
<VirtualHost *>
ServerName zhanjh_server
DocumentRoot /var/www
<Directory /var/www>
AllowOverride All
Options All
</Directory>
</VirtualHost>
But when I reload or restart the apache2 I still got this:
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
Thank you!



Adv Reply



Bookmarks