Re: [EMAIL PROTECTED] Modifying mod_access

2005-10-04 Thread Joshua Slive
On 10/2/05, Mike Cardwell <[EMAIL PROTECTED]> wrote: > Joshua Slive wrote: > > >>Hmmm. This doesn't seem to have fixed it. The rewrite rules always seem > >>to get processed before the .htaccess files. > > Let's see the actual config. > > Here's a slightly cut down version of the VirtualHost in que

Re: [EMAIL PROTECTED] Modifying mod_access

2005-10-02 Thread Mike Cardwell
Joshua Slive wrote: Hmmm. This doesn't seem to have fixed it. The rewrite rules always seem to get processed before the .htaccess files. Let's see the actual config. Here's a slightly cut down version of the VirtualHost in question. The RewriteMap vhostdir returns a path using the domain nam

Re: [EMAIL PROTECTED] Modifying mod_access

2005-09-30 Thread Joshua Slive
On 9/30/05, Mike Cardwell <[EMAIL PROTECTED]> wrote: > Hmmm. This doesn't seem to have fixed it. The rewrite rules always seem > to get processed before the .htaccess files. Let's see the actual config. Joshua. - The official U

Re: [EMAIL PROTECTED] Modifying mod_access

2005-09-30 Thread Mike Cardwell
Joshua Slive wrote: It's working perfectly... Except... .htaccess files no longer work for anything that is rewritten to the sbox binary. So users can not set up stuff like Basic Authentication on those scripts. Hmmm... I haven't tried it, but I have a suspicion that you could fix this

Re: [EMAIL PROTECTED] Modifying mod_access

2005-09-29 Thread Joshua Slive
On 9/29/05, Mike Cardwell <[EMAIL PROTECTED]> wrote: > It's working perfectly... Except... .htaccess files no longer > work for anything that is rewritten to the sbox binary. So users can not > set up stuff like Basic Authentication on those scripts. Hmmm... I haven't tried it, but I have

[EMAIL PROTECTED] Modifying mod_access

2005-09-29 Thread Mike Cardwell
Hi, I have a problem that I need to fix with Apache and wasn't sure if I should post to the users list or the developers list because it's quite technical. If I've come to the wrong place, please give me a kick in the right direction :) I'm using a program called SBox under Apache 2.0.54. It's si