[EMAIL PROTECTED] apachectl trivia question

2005-11-04 Thread Ashley Gould
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

Re: [EMAIL PROTECTED] SSL and AuthType Basic

2005-08-23 Thread Ashley Gould
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: Directory /web/www-data/blah/blah

[EMAIL PROTECTED] SSL and AuthType Basic

2005-08-22 Thread Ashley Gould
I want to force use of https on directories where authentication is required to avoid sending htpasswords in the clear. Example: Directory /web/www-data/blah/blah RewriteEngineon RewriteCond %{HTTPS} !=on RewriteRule (.*) https://www.ucop.edu/blah/blah/$1 [R]