Re: Apache dynamically configured mass virtual hosting

2002-02-19 Thread J. Paul Bruns-Bielkowicz
> So from what you did provide the only difference it seems is > that I'm using NameVirtualHost... And have my mod_vhost directives > within the block... That was the key that made my configuration work. Thanks. J. Paul Bruns-Bielkowicz

Re: Apache dynamically configured mass virtual hosting

2002-02-19 Thread Jeremy T. Bouse
I'm making heavy use of the vhost_alias module on my web server... In fact config specific for it is as follows: LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so UseCanonicalName Off NameVirtualHost [My Web Servers IP] VirtualDocumentRoot /var/www/%3/%2/%1 Vi

Apache dynamically configured mass virtual hosting

2002-02-19 Thread J. Paul Bruns-Bielkowicz
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 Vi