On Wed, Feb 18, 2009 at 4:25 AM, Mirko Stocker <m1sto...@hsr.ch> wrote:
> Hi
>
> I have problems getting the following setup to work:
>
> On my server, "Location /" is owned by mod_python, because I'm running a Trac
> as the main site on this domain. Now I'd like to have a directory listing in
> a subdirectory "Location /releases", but I can't get it working. I was able
> to configure it so that files are accessible under this directory with the
> following configuration:
>
>    <Location /releases/>
>        SetHandler file
>    </Location>

SetHandler None, or use LocationMatch instead of <Location> for mod_python?

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to