RE: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-25 Thread bruce
block, Apache appears to work correctly. thanks bruce [EMAIL PROTECTED] -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 10:45 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] apache displaying the directory con

Re: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-25 Thread Joshua Slive
On 7/25/05, bruce <[EMAIL PROTECTED]> wrote: > i'm still trying to figure out how to 'turn off indexing' or hot to disable > indexing of a directory in apache. i have a index.php file. if i rename the > file, apache displays the directory of the document... > > i've reviewed what information i've

RE: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-25 Thread bruce
:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 7:00 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] apache displaying the directory contents... > > i'm trying to figure out how to stop apache from displaying the > > directory > > contents if the index.html

Re: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-25 Thread Jirka Vejrazka
> > i'm trying to figure out how to stop apache from displaying the > > directory > > contents if the index.html/php/etc file is not found... I usually don't compile module autoindex during apache installation. If you don't compile apache yourself, just comment it out from config file (hopefully

Re: [EMAIL PROTECTED] apache displaying the directory contents...

2005-07-24 Thread Malka Cymbalista
Apache displays the ldirectory contents if you set the Indexes option in the Options directive that is part of the setting. So take out Indexes and you will not get the listing. You can also use the IndexIgnore directive to tell it exactly which file types to ignore. Malka Cymbalista Webmaster,

[EMAIL PROTECTED] apache displaying the directory contents...

2005-07-24 Thread bruce
hi... i'm trying to figure out how to stop apache from displaying the directory contents if the index.html/php/etc file is not found... i've done the google search, and i'm pretty sure i'm missing something seriously basic... any ideas/thoughts/pointers... thanks bruce [EMAIL PROTECTED]