Hello there We started using ispconfig at our new server and we have successfully transferred all our domains except for one that looks like: www.xxx-yyy.com The only difference from the others is that "-" minus at the middle of the name. Any ideas why we get : Server not found error? Many thanks, Lady.-
I Have many domains with "-" in the name, never got a problem with that. The server not found error is DNS related. Please check with "digg" if your domain already points to the correct IP address.
I also have a domain name with a minus sign. It never gets added to the Vhosts_ISPConfig.conf. Is there a quick fix for this? Here is more information I have Server Information Code: Mandriva 2005 LE Apache 2.0.53 PHP 5.0.23 ISPConfig 2.2.7 Error Messages in /home/admispconfig/ispconfig/ispconfig.log Code: 22.10.2006 - 15:50:44 => WARN - /root/ispconfig/scripts/lib/config.lib.php, Line 2414: WARNING: could not httpd -t &> /dev/null 22.10.2006 - 15:50:44 => WARN - /root/ispconfig/scripts/lib/config.lib.php, Line 2425: httpd syntax seems to contain errors, reloading with old configuration 22.10.2006 - 15:50:44 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2426: mv -f /etc/httpd/2.0/conf/vhosts/Vhosts_ispconfig.conf /etc/httpd/2.0/conf/vhosts/Vhosts_ispconfig.conf_22-10-06_15-50-44 22.10.2006 - 15:50:44 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 2427: mv -f /etc/httpd/2.0/conf/vhosts/Vhosts_ispconfig.conf~ /etc/httpd/2.0/conf/vhosts/Vhosts_ispconfig.conf
I just found out that the error is generated by APACHE 2.0.53. Code: apachectl configtest Checking configuration sanity for Apache 2.0: Syntax error on line 307 of /etc/httpd/2.0/conf/vhosts/Vhosts_ispconfig.conf: LogFormat takes 1-2 arguments, a log format string (see docs) and an optional format name [FAILED] Here's The new custom logformat from Apache2 Code: # CustomLog with explicit format string CustomLog /var/log/httpd/my_site.com_access_log "%h %l %u %t '%r' %>s %b '%{Referer}i' '%{User-agent}i'"
This is not a custom log directive from ISPConfig. ISPConfig splits the mail logfile automatically with a script because custom log directives scale very bad and you might run out of file descriptors when you have more websites.