> 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

Well, this seems pretty clear:

> <VirtualHost >

This is missing an argument.

I assume you have something like 'NameVirtualHost *:80' somewhere in your
conf. You virtualhost definition then should start with <VirtualHost *:80>

Joost


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to