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 '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 was set to 'ALL')
> >>
> >>the change should be something like this perhaps (haven't checked it for
> >>validity)
> >>or at least change the 'Options' to be in a <Location /> tag
> >
> > Changing this in the config is the wrong solution IMHO.  We need to fix
> > the logic to not break in situations that used to work.  I would prefer
> > to fix the problem in the code, than to band-aid it and have to suffer
> > with the user complaints later.
>
> true. It needs to be fixed in the code as well.
>
> but should this stuff be on a physical location (directory) or a logical
> location (location).

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.

Ryan
______________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
--------------------------------------------------------------

Reply via email to