Page 1 of 1

allow apache to browse local drive

Posted: Fri Aug 11, 2006 1:38 am
by cuongvt
Hi
In IIS, when you create virtual directory, in the assign permission dialog there is an "Browse" checkbox that allow IE browse local folders.
For example:
I created virtual directory named "local" pointed to path: "d:\mypub". And in mypub
folder there is no index.html or default.aspx or something like that.
Then in IE, when I put IP address to IE address bar: "http://cuongvt.myvnc.com/mypub",
IE will displays all files and folders under above path.

So my question is: How can I do as same as above with apache?

I'm using FC5, apache 2.2

Posted: Fri Aug 11, 2006 1:47 am
by feyd
http://httpd.apache.org/docs/2.2/mod/core.html#options

The "Indexes" value may be of interest.

Posted: Fri Aug 11, 2006 1:54 am
by cuongvt
feyd wrote:http://httpd.apache.org/docs/2.2/mod/core.html#options

The "Indexes" value may be of interest.
Thanks. That's what I want!