Re: another map_to_storage gotcha.

2001-09-13 Thread dean gaudet
On 12 Sep 2001, Ian Holsman wrote: What I am suggesting is to move some of these configurations to Location / where they belong. +1. -dean

Re: another map_to_storage gotcha.

2001-09-13 Thread Bill Stoddard
- I keep on pointing out problems with map_to_storage because I keep on running into them when I am handling reverse proxying (a major component in our web design) Test cases are great :) It's good to see a module (mod_proxy) immediately reap the benefits of this patch. BTW -

Re: another map_to_storage gotcha.

2001-09-13 Thread Greg Stein
On Thu, Sep 13, 2001 at 12:24:03PM -0400, Joshua Slive wrote: -Original Message- From: Ian Holsman [mailto:[EMAIL PROTECTED]] What I am suggesting is to move some of these configurations to Location / where they belong. I don't see any config directives that belong in Location

Re: another map_to_storage gotcha.

2001-09-13 Thread Alex Stewart
Slive, Joshua wrote: 1. (Important) As OtherBill has been trying to point out, Location is applied after Directory. Therefore, if you put these things in Location /, lots of things in Directory will fail to work. People won't understand why this doesn't deny access to anything: Location

another map_to_storage gotcha.

2001-09-12 Thread Ian Holsman
one of the guys over here stumbled over a map_to_storage gotcha/bug. the problem is that in the default httpd.conf file the 'Options' is in a 'Directory'. Now if the page is not served from the file system mod_jk/mod_proxy then the 'Options' directory config is not run. (and the default option

Re: another map_to_storage gotcha.

2001-09-12 Thread Ryan Bloom
On Wednesday 12 September 2001 04:48 pm, Ian Holsman wrote: Ryan Bloom wrote: On Wednesday 12 September 2001 03:48 pm, Ian Holsman wrote: one of the guys over here stumbled over a map_to_storage gotcha/bug. the problem is that in the default httpd.conf file the 'Options' is in a

Re: another map_to_storage gotcha.

2001-09-12 Thread William A. Rowe, Jr.
From: Ian Holsman [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 6:48 PM Ryan Bloom wrote: On Wednesday 12 September 2001 03:48 pm, Ian Holsman wrote: one of the guys over here stumbled over a map_to_storage gotcha/bug. the problem is that in the default httpd.conf file the

Re: another map_to_storage gotcha.

2001-09-12 Thread William A. Rowe, Jr.
From: Ryan Bloom [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 7:02 PM Both. Directories and locations are equivalent. The only difference between the two containers, is that one maps to a location on the file system, and the other doesn't. You are out of your mind

Re: another map_to_storage gotcha.

2001-09-12 Thread Ian Holsman
On Wed, 2001-09-12 at 19:22, William A. Rowe, Jr. wrote: From: Ian Holsman [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 6:48 PM Ryan Bloom wrote: On Wednesday 12 September 2001 03:48 pm, Ian Holsman wrote: one of the guys over here stumbled over a map_to_storage

Re: another map_to_storage gotcha.

2001-09-12 Thread Ian Holsman
Here is something similar to what tripped us up: #The following is std install Directory / Options FollowSymLinks /Directory Directory htdocs Options FollowSymLinks Indexes ExecCGI Multiviews /Directory # #our module does something similiar to this # Location / ProxyPass http://www.foo.com/