[us...@httpd] GET request on a directory

2009-10-23 Thread Doug McNutt
GET requests which would otherwise look for an index.html file but are set up with something like this: HTTP://domain.com/somedirectory/?C=xx;O=yy seem to reply with a formatted list of directory contents. Can someone point me to some documentation for that? Googling for "?C=M;O=a" gets hundr

Re: [us...@httpd] GET request on a directory

2009-10-23 Thread Jonathan Zuckerman
On Fri, Oct 23, 2009 at 12:30 PM, Doug McNutt wrote: > GET requests which would otherwise look for an index.html file but are set up > with something like this: > > HTTP://domain.com/somedirectory/?C=xx;O=yy > > seem to reply with a formatted list of directory contents.  Can someone point > me t

Re: [us...@httpd] GET request on a directory

2009-10-23 Thread Doug McNutt
At 12:45 -0700 10/23/09, Jonathan Zuckerman wrote: >On Fri, Oct 23, 2009 at 12:30 PM, Doug McNutt wrote: >> GET requests which would otherwise look for an index.html file but are set >> up with something like this: >> >> HTTP://domain.com/somedirectory/?C=xx;O=yy >> >> seem to reply with a format

Re: [us...@httpd] GET request on a directory

2009-10-23 Thread Eric Covener
If the files listed in DirectoryIndex aren't found (http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex), and your effective value of the Options directive includes "Indexes" (http://httpd.apache.org/docs/2.2/mod/core.html#options), then this module shows you a directory listing: http

Re: [us...@httpd] GET request on a directory

2009-10-23 Thread André Warnier
Eric Covener wrote: If the files listed in DirectoryIndex aren't found (http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex), and your effective value of the Options directive includes "Indexes" (http://httpd.apache.org/docs/2.2/mod/core.html#options), then this module shows you a d

Re: [us...@httpd] GET request on a directory

2009-10-24 Thread Doug McNutt
>On Fri, Oct 23, 2009 at 12:30 PM, I wrote: >> GET requests which would otherwise look for an index.html file but are set >> up with something like this: >> >> HTTP://domain.com/somedirectory/?C=xx;O=yy >> >> seem to reply with a formatted list of directory contents. Can someone >> point me to s

Re: [us...@httpd] GET request on a directory

2009-10-24 Thread Jonathan Zuckerman
On Saturday, October 24, 2009, Doug McNutt wrote: >>On Fri, Oct 23, 2009 at 12:30 PM, I wrote: >>> GET requests which would otherwise look for an index.html file but are set >>> up with something like this: >>> >>> HTTP://domain.com/somedirectory/?C=xx;O=yy >>> >>> seem to reply with a formatted

Re: [us...@httpd] GET request on a directory

2009-10-26 Thread Mark Watts
On Fri, 2009-10-23 at 13:30 -0600, Doug McNutt wrote: > GET requests which would otherwise look for an index.html file but are set up > with something like this: > > HTTP://domain.com/somedirectory/?C=xx;O=yy > > seem to reply with a formatted list of directory contents. Can someone point > me