-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 30 April 2002 11:15 am, Devon Harding - GTHLA wrote:
> How do I enable directory listing for a specific directory in apache?

Via the options line in a directory directive. (In your httpd.conf file)

<Directory "/var/www/html/rule">
    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Hope that helps,
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.2 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjzPPCQACgkQn/07WoAb/Stu0QCfbztpDCE5OVRvhXbYNzqxJeT0
EG0AoJY4UrrCA4ujyHoHSCEm3QT22UnJ
=3sBD
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to