[plug] Apache vhost alias_module

James Devenish devenish at guild.uwa.edu.au
Tue Oct 19 18:04:58 WST 2004


In message <1098179476.2856.50.camel at localhost>
on Tue, Oct 19, 2004 at 05:51:17PM +0800, Chris Caston wrote:
> LoadModule virualhost /usr/lib/apache/1.3/mod_vhost_alias.so
> I didn't know what I was supposed to write where I wrote "virtualhost"
> so here goes nothing.

I do not know how your current situation has arisen, but I suggest the
following:

 - Forget about mod_vhost_alias.
 - Forget about mod_vhost_alias.
 - Forget about mod_vhost_alias.

Now, forget about mod_vhost_alias. Next, make a correction to line 187,
by commenting out the whole block or changing it to <VirtualHost host>.
Let us know if the server starts without error. IF SO, then edit
modules.conf to add mod_vhost_alias:

LoadModule vhost_alias_module /usr/lib/apache/1.3/mod_vhost_alias.so

Now, restart Apache and verify that it does not complain. If so,
mod_vhost_alias is installed correctly, but is no yet configured to
do anything (unless Webmin has already added directives to make
mod_vhost_alias do something).





More information about the plug mailing list