If I make changes to httpd.conf to activate an unused module, would the
new module be available by running apachclt graceful, or do I need to do
a full stop start?
--
-ashley
Did you try poking at it with a stick?
-
The o
On Tue, Aug 23, 2005 at 09:23:29AM -0400, Joshua Slive wrote:
> On 8/22/05, Ashley Gould <[EMAIL PROTECTED]> wrote:
> > I want to force use of https on directories where authentication is
> > required to avoid sending htpasswords in the clear. Example:
> >
> >
I want to force use of https on directories where authentication is
required to avoid sending htpasswords in the clear. Example:
RewriteEngineon
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://www.ucop.edu/blah/blah/$1 [R]
AuthType Basic
AuthName "Re