Hej Igen Robert.
Vi får en fejl her på vores server når vi forcer restart...
/etc/init.d/apache2 restart
Forcing reload of web server (apache2)...apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Hele koden ser sådan her ud:
NameVirtualHost 192.168.0.157:80
<VirtualHost 192.169.0.157:80>
ServerName http://truxiz.dk
ServerAlias truxiz.dk *.truxiz.dk
DocumentRoot /var/www/
</VirtualHost>
<VirtualHost 192.168.0.157:80>
ServerName http://zitra.dk
ServerAlias zitra.dk *.zitra.dk
DocumentRoot /var/zitra/
</VirtualHost>