[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] I know this is stupid...



That's from /etc/httpd/conf/httpd.conf, with line numbers.
Disallows cgi-bin/cgi-script directories listing for all sites. 

463 <Directory "/home/sites/site*/web/cgi-*">
464    AllowOverride None
465    Options ExecCGI
466    Order allow,deny
467    Allow from all
468 </Directory>

If you want only to disable directory listing, use 
Options -Indexes

WBR,
Dmitry

On Thursday 08 April 2004 12:26, Pablo Jejcic - Smartweb wrote:
> Hello list!,
> 	I know this is stupid, but I have been goggling for it, and I
> couldn't find an answer (at least one that I understand).
> 	I want to avoid people seeing my directories... For example, if
> someone goes to http://www.xxx.co.uk/yyy/ Now they can see the file
> on that directory, but I don’t want them to!
>
> 	I guess that is some parameter on srm.conf or http.conf but I
> can't figure it out...
> 	Any help will be very appreciated.