On Wed, Apr 30, 2008 at 9:55 AM, Mário Gamito <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I've compiled Apache 1.3.37 with mod_vhost_alias:
>
>  # ./configure --enable-module=vhost_alias --enable-shared=vhost_alias
>
>  I have:
>
>  AddModule mod_vhost_alias.c
>
>  in my httpd.conf, but Apache won't start, it says:
>
>  "Cannot add module via name 'mod_vhost_alias.c': not in list of loaded 
> modules".
>
>  Any idea of what can be wrong ?
>
>  Any help would be appreciated.

In 1.3 you need LoadModule and AddModule for each dynamically-loaded module.

Joshua.

---------------------------------------------------------------------
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