Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-17 Thread Joshua Slive
On Dec 16, 2007 10:48 PM, Bryan Richardson [EMAIL PROTECTED] wrote: Once again, Joshua, thanks for your help. What are your feelings on Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in this situation? I tried doing a RedirectMatch with a similar regexp to what I used

[EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Hello all, I've set up a Trac site on my server, and I'm trying to configure it such that when a user attempts to login, SSL is used. I *think* I've configured my rewrites correctly (see below), but after the login occurs the site is still using SSL. I only want to use SSL for the actual act of

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 12:17 PM, Bryan Richardson [EMAIL PROTECTED] wrote: Hello all, I've set up a Trac site on my server, and I'm trying to configure it such that when a user attempts to login, SSL is used. I *think* I've configured my rewrites correctly (see below), but after the login occurs

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Joshua, Thanks for responding. I had planned on looking into AuthDigest anyway, so I'll go ahead and do that. If I end up using AuthDigest, would it then make sense to only use SSL when actually logging in? Also, just for sake of knowledge, how should I go about adding a Rewrite to my SSL host

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 1:06 PM, Bryan Richardson [EMAIL PROTECTED] wrote: Joshua, Thanks for responding. I had planned on looking into AuthDigest anyway, so I'll go ahead and do that. If I end up using AuthDigest, would it then make sense to only use SSL when actually logging in? No, digest auth

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Joshua, Thanks again for responding. I've decided to use AuthDigest because of the reasons you mentioned below. However, while messing around some with .htaccess files, I've come across the following situation that I can't seem to figure out how to fix. So I have the trac/ directory, which is

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 10:06 PM, Bryan Richardson [EMAIL PROTECTED] wrote: This of course requires a login. Now, the situation I'm coming across is I'm getting two requests for login; one at http://localhost and the other at https://localhost. So, it looks to me like the authorization request is

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Once again, Joshua, thanks for your help. What are your feelings on Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in this situation? I tried doing a RedirectMatch with a similar regexp to what I used with RewriteMatch, but it wouldn't work. Thanks! -- BTR On Dec 16,