[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache dynamically configured mass virtual hosting



Hi,
I'm trying to setup apache for dynamically configured mass virtual hosting.
I've followed the documentation explicitly.

LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so
UseCanonicalName Off
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
CustomLog logs/access_log vcommon
VirtualDocumentRoot /www/hosts/%0/docs
VirtualScriptAlias  /www/hosts/%0/cgi-bin

After stopping and restarting apache output for apache -S
is:
VirtualHost configuration:

There don't seem to be any virtual hosts. All I get is error 404 regardless
of whether I use the IP address or www.name.server.org

My server is Apache/1.3.22 (Unix) Debian GNU/Linux mod_ssl/2.8.5
OpenSSL/0.9.6a PHP/4.1.1

Any suggestions are welcome.
Thanks,
J. Paul Bruns-Bielkowicz
http://www.america.prv.pl



Reply to: