I came across a similar problem which reports error as:
Quote:
|
[alert] ispconfig_httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
|
This happened after I upgraded from v2.2.9 to v2.2.12 to find out whether the problem posted here (
http://www.howtoforge.com/forums/showthread.php?t=12666) is associated with the formerversion. But the problem in the thread still exists besides a new error popped up! :-(
My Vhosts_ispconfig.conf reads like:
Quote:
NameVirtualHost 81.216.xxx.yyy:80
<VirtualHost 81.216.xxx.yyy:80>
ServerName localhost
ServerAdmin root@localhost
DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
######################################
# Vhost: www.domain.com:80
######################################
#
#
<VirtualHost 81.216.xxx.yyy:80>
ServerName www.domain.com:80
ServerAdmin webmaster@domain.com
DocumentRoot /var/www/web1/web
ServerAlias domain.com www.81.216.xxx.yyy
|