Click to See Complete Forum and Search --> : Directory browsing woes


klnyc
04-14-2004, 09:09 AM
Hi,

I finally got my Apache 2.0 server running( well almost part of it). Now, Im been using...cough, IIS4,IIS5 and IIS6..cough. On those 3 servers, if I want to just creat a directory browsing. I normally would do its to make the home directory and make the IIS look into that folder. But in Apache 2.0, I tried and its not working. It kept going into the default home page( you guys know which one right?). Any great help I greatly appreciated.

klnyc

snowgod
04-14-2004, 09:47 AM
Are you trying to set up directory browsing for folders within your DocumentRoot? or elseware on your system?

klnyc
04-14-2004, 10:16 AM
Originally posted by snowgod
Are you trying to set up directory browsing for folders within your DocumentRoot? or elseware on your system?


Just browsing inside the folder. I have fews files inside thse folder.
I have like this /home/junk(inside here i have like 10 to 20files).

sploo22
04-14-2004, 10:21 AM
Check your server's access_log and error_log for any entries that might give us more clues. :)

klnyc
04-14-2004, 11:15 AM
Originally posted by sploo22
Check your server's access_log and error_log for any entries that might give us more clues. :)

I haven't even setup yet. Right now, if I enter "http://myserver" I got directly in the main index folder( the main apache folder). I want this to setup inside the LAN for now, its just for a test. Then later on I can publish out on the net. So, basically I wanted for now is able to browse the folder in my IE or Mozzila browser.

thanks