Re: Redirect WTF

2010-01-27 Thread Adam Prime
David E. Wheeler wrote: On Jan 27, 2010, at 7:23 AM, Adam Prime wrote: This smells like a UseCanonicalName On + mod_dir redirect to me. If the directory /admin/profile/dest exists in the document root, there's a good chance it is. Ooh, thanks! I can see that I have mod_dir as a DSO, but I'

Re: Redirect WTF

2010-01-27 Thread David E. Wheeler
On Jan 27, 2010, at 7:23 AM, Adam Prime wrote: > This smells like a UseCanonicalName On + mod_dir redirect to me. If the > directory /admin/profile/dest exists in the document root, there's a good > chance it is. Ooh, thanks! I can see that I have mod_dir as a DSO, but I'm not loading it. The

Re: Redirect WTF

2010-01-27 Thread Adam Prime
David E. Wheeler wrote: Fellow mod_perlers, Note that the hosthame is "benedict.local". Now I often just use localhost when using Bricolage, and most of the time that works fine. But there is one JavaScript-triggered redirect button that looks like this: window.location.href = '/admin/p

Re: Redirect WTF

2010-01-26 Thread David E. Wheeler
On Jan 26, 2010, at 3:18 PM, Fred Moyer wrote: > I don't know if this could be an issue, but if I were to write this > config snippet, I would create a root block, and put the > transhandler outside that (with the other location based directives > inside). The transhandler isn't used in producti

Re: Redirect WTF

2010-01-26 Thread Fred Moyer
On Tue, Jan 26, 2010 at 2:58 PM, David E. Wheeler wrote: > Fellow mod_perlers, > > Here's a weird one for you. I'm testing Bricolage on mod_perl 2, getting it > ready for release, and noticed that some sort of redirect is happening when I > don't expect it. > > To whit, I have this configuration

Redirect WTF

2010-01-26 Thread David E. Wheeler
Fellow mod_perlers, Here's a weird one for you. I'm testing Bricolage on mod_perl 2, getting it ready for release, and noticed that some sort of redirect is happening when I don't expect it. To whit, I have this configuration: NameVirtualHost *:80 DocumentRoot /usr/local/bricolage