Re: Apache File browsing

From: Murali <oraclems_at_hotmail.com>
Date: 14 Dec 2001 14:07:38 -0800
Message-ID: <22e6597b.0112141407.85af328_at_posting.google.com>


gmohata_at_yahoo.com (Girish Mohata) wrote in message news:<42a840c2.0112081615.7dd73e6f_at_posting.google.com>...
> Hi,
> I am running Oracle 9i on Windows 2000.
> I have installed th apache web server and developed XSQL pages on it.
> When i open a URL to the machine hosting the Database and Webserver,
> it lists all web pages (XML,XQL,XSL, etc) in the directory. I want to
> hide this file browsing on Apache. Any help would be much appreciated.
>
> Regards,
> Girish

Open %ORACLE_HOME%\Apache\Apache\conf\httpd.conf file. Under the <Directory> tag for whatever your DocumentRoot is set to (say D:\oracle\ora8i\Apache\Apache\htdocs), look for a line that has "Options .... Indexes". Remove the word Indexes.

You may want to create a file in your webserver directory with the name specified in the DirectoryIndex clause (usually index.html), so that you will see that HTML file instead of a directory listing.

Murali Received on Fri Dec 14 2001 - 23:07:38 CET

Original text of this message