Re: help with modules

2000-04-11 Thread Ralf S. Engelschall

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]



help with modules

2000-04-10 Thread Mukesh Sooka

Hi

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.

thanx for the help

~~ Martin
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]