On Mon, Apr 10, 2000, Mukesh Sooka wrote:

> I've installed Apache 1.3.12 with openssl and modssl. My Apache server is
> working 100% with SSL enabled. But now comes the problem with adding in
> modules, in particular mod_expires module. How do I go about doing this,
> without having to re-compile Apache? In my httpd.conf I've added LoadModules
> expire_module /path/to/mod_expire.so but it gives invalid command errors.

If the LoadModule command gives an invalud command error this just means
that you don't have mod_so built into Apache. Or did I misunderstood you
and you mean that the LoadModule works but the commands of mod_expire
still do not work? Then your problem is a missing AddModule command
after the LoadModule.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to