On 12/4/05, Santi Saez <[EMAIL PROTECTED]> wrote:

> This is the de configuration code at "/etc/httpd/conf.d/
> mod_expires.conf":
>
> LoadModule      expires_module  libexec/mod_expires.so
>
> When running configtest I get this error/warns:
>
> # /etc/init.d/httpd configtest
> Processing config directory: /usr/local/apache/conf.d/*.conf
> Processing config file: /usr/local/apache/conf.d/mod_expires.conf
> (..)
> [Sun Dec  4 23:55:24 2005] [error] Cannot remove module
> mod_expires.c: not found in module list

It's been a long time since I've used 1.3, but I believe the key is to
put the LoadModule line *after* the ClearModuleList directive in
httpd.conf (noting that Include'd files are inserted in httpd.conf at
the point of the Include directive).

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