Re: [us...@httpd] Directory Listing only in Subdirectory

2009-02-22 Thread Mirko Stocker
On Wednesday 18 February 2009 13:20:59 Eric Covener wrote: > SetHandler None Yes, that did the trick :) Thanks a lot. Just for my own curiosity, where could I have found this on my own? Thanks! Mirko - The official User-To-Us

Re: [us...@httpd] Directory Listing only in Subdirectory

2009-02-18 Thread Eric Covener
On Wed, Feb 18, 2009 at 4:25 AM, Mirko Stocker 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 "Loc

Re: [us...@httpd] Directory Listing only in Subdirectory

2009-02-18 Thread Mirko Stocker
Hi On Wednesday 18 February 2009 10:38:52 Karel Kubat wrote: > Take a look at the Options configuration for your location where you > want Apache to generate the listing. My site uses > Options +Indexes Unfortunately, this doesn't change anything, I still get the error in the logfile and

Re: [us...@httpd] Directory Listing only in Subdirectory

2009-02-18 Thread Karel Kubat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mirko, On Feb 18, 2009, at 10:25 AM, Mirko Stocker wrote: 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

[us...@httpd] Directory Listing only in Subdirectory

2009-02-18 Thread Mirko Stocker
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 conf