Re: SSLRequireSSL Circumvention

2002-06-13 Thread Cliff Woolley
On Tue, 4 Jun 2002, Cliff Woolley wrote: BTW- I originally put in the 'deny from all' and 'satisfy any' lines because I had another line 'allow from .my-domain.com' inbetween them at one point. Which makes me wonder, what would I do if I wanted to put it back in? Ah, forgot to respond

SSLRequireSSL Circumvention

2002-06-04 Thread phil
I seem to have accidentally circumvented the SSLRequireSSL directive. Here's what my .htaccess file looks like: SSLRequireSSL DirectoryIndex index.wp2 AddHandler cgi-script .cgi Options +ExecCGI deny from all AuthType Basic AuthUserFile /yadda/yadda/path/to/site/root/admin/.htpasswd AuthName

Re: SSLRequireSSL Circumvention

2002-06-04 Thread Cliff Woolley
On Tue, 4 Jun 2002 [EMAIL PROTECTED] wrote: SSLRequireSSL DirectoryIndex index.wp2 AddHandler cgi-script .cgi Options +ExecCGI deny from all AuthType Basic AuthUserFile /yadda/yadda/path/to/site/root/admin/.htpasswd AuthName Administrative Pages require valid-user satisfy any BUT, I

Re: SSLRequireSSL Circumvention

2002-06-04 Thread Cliff Woolley
On Tue, 4 Jun 2002 [EMAIL PROTECTED] wrote: BTW- I originally put in the 'deny from all' and 'satisfy any' lines because I had another line 'allow from .my-domain.com' inbetween them at one point. Which makes me wonder, what would I do if I wanted to put it back in? Ah, forgot to respond

Re: SSLRequireSSL Circumvention

2002-06-04 Thread phil
Yeah, I zapped the 'satisfy any' and 'deny from all' which made the server act as expected. I think your explaination of the behavior is correct. I'm still not understanding how this action is understandable from the documentation for SSLRequireSSL, nor the fact that the logs are saying

RE: SSLRequireSSL Circumvention

2002-06-04 Thread Han,Donghoon
Just remove the 'satisfy any' line and try it again. This worked on my server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 9:52 AM To: Cliff Woolley Cc: [EMAIL PROTECTED] Subject: Re: SSLRequireSSL