All had been running well until we added a new website. We were having trouble getting it out on the web. I went into the server and thought I had added it correctly, but when I tried to restart httpd, I got this failure message:
Sep 27 12:56:28 midnight httpd: Syntax error on line 907 of etc/httpd/conf/httpd.conf: Sep 27 12:56:28 midnight httpd: NameVirtualHost takes one argument, A numeric IP address:port, or the name of a host
Sep 27 12:56:28 midnight httpd: httpd startup failedI checked in /etc/httpd/conf/httpd.conf and found all the virtual hosts configured the same way. They worked before, but not now! I removed the new one, thinking that was the problem, but still get that error message.
The following is from /etc/httpd/conf/httpd.conf: (with many blank lines omitted) # Virtual host evergreenequikits.com <VirtualHost > DocumentRoot /var/www/html/EVER ServerAdmin webmaster@xxxxxxxxxxxxxx ServerName evergreenequikits.com ServerSignature email ServerSignature email </VirtualHost> # Virtual host peytonsvillebaptistchurch.org <VirtualHost > DocumentRoot /var/www/html/PBC ServerAdmin webmaster@xxxxxxxxxxxxxx ServerName peytonsvillebaptistchurch.org ServerSignature email ServerSignature email </VirtualHost> # Virtual host garnette.com <VirtualHost > DocumentRoot /var/www/html/MONTE ServerAdmin webmaster@xxxxxxxxxxxxxx ServerName garnette.com ServerSignature email ServerSignature email </VirtualHost>After removing the new site, I went back and added the domain in tinydns, then re- added it to virtual hosts. Httpd still won't start.
Thanks in advance for your help. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx