Re: HTTPS detection from another apache module

2001-04-16 Thread Jeff W. Boote
It looks like the EAPI is probably the way to go here. I can just retrieve the SSL variables the same way mod_rewrite does - using the ap::mod_rewrite::lookup_variable extension function. jeff "Jeff W. Boote" wrote: > > Is there a standard way to detect if a given connection is taking place

Re: remote admin of apache with mod_ssl

2001-04-16 Thread Rich Salz
> > Is there an alternate way to pass the passphrase to apache? > Try to use expect. If you are going to use a script that contains the password, then you might as well put the password in a file. mod_ssl can exec a program so your "script" is as easy as #! /bin/sh echo secret_p