allow apache to browse local drive

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
cuongvt
Forum Newbie
Posts: 11
Joined: Fri Aug 11, 2006 1:31 am

allow apache to browse local drive

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

http://httpd.apache.org/docs/2.2/mod/core.html#options

The "Indexes" value may be of interest.
cuongvt
Forum Newbie
Posts: 11
Joined: Fri Aug 11, 2006 1:31 am

Post 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!
Post Reply