[ale] apache question
Wandered Inn
esoteric at denali.atlnet.com
Tue Aug 21 22:38:13 EDT 2001
Maybe I assumed this was easy. :( In my commonhttpd.conf file I
modified my <directory /> as follows:
<Directory />
Options None
AllowOverride None
</Directory>
I then started/stopped httpd (via rc.d), no go. I then located
apachectl and exec 'apachectl graceful' still no go.
Assuming this would do what you've indicated, yet I can still list the
contents of directories that do not contain an index.html file.
What did I miss here?
greg at turnstep.com wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> > Can someone please tell me how I turn off directory listing
> > for directories on a web server that do not have an index.html
> > file? I can't locate this info in the config files or the
> > docs.
>
> mod_autoindex is the culprit, but what you want is to
> *not* include the "Indexes" option for that directory.
>
> The best way to do this is to deny it in the root
> directory, and add it in on a case by case
> (and directory by directory) basis
>
> Example:
>
> <Directory />
> Options None
> AllowOverride None
> </Directory>
>
> <Directory "/home/www/example.com">
> Options Indexes FollowSymLinks MultiViews ExecCGI
> AllowOverride None
> Order allow,deny
> Allow from all
> Deny from 216.3.21.36
> Deny from 207.228.84.99
> </Directory>
>
> Remember to do use "apachectl graceful" before testing
> the change.
>
> Greg Sabino Mullane
> - ----------------------------------------------------------------
> /~\ The ASCII
> \ / Ribbon Campaign *greg at turnstep.com*
> X Against HTML PGP Key: 0x14964AC8
> / \ Email! 200108212053
>
> -----BEGIN PGP SIGNATURE-----
> Comment: http://www.turnstep.com/pgp.html
>
> iQA/AwUBO4MC2bybkGcUlkrIEQJvSgCg7lzuJ8dSQfiVGnLAIaAOurHYN1YAoLYE
> R0kcub8uL982PIKfVy0Bzyit
> =mEO6
> -----END PGP SIGNATURE-----
>
> --
> To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
--
Until later: Geoffrey esoteric at denali.atlnet.com
"I don't want a Microsoft Passport, and Microsoft can't have my wallet."
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list