freebsd-ports/www/horde-passwd/files/httpd.conf.pwd
Thierry Thomas 36e0138ba2 Add horde-passwd 2.2.1, a password changing module for Horde.
PR:		62745
Submitted by:	João Carlos Mendes Luís (<jonny@jonny.eng.br>)
Approved by:	pav (mentor).
2004-04-11 21:43:24 +00:00

31 lines
828 B
Plaintext

# This is included in Apache's httpd.conf for horde-passwd
#
# For security, don't serve pages from the horde-passwd configuration and
# library directories.
#
<Directory "/home/httpd/html/horde/passwd/config">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/passwd/lib">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/passwd/locale">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/passwd/po">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/passwd/scripts">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/passwd/templates">
order deny,allow
deny from all
</Directory>
# End of horde-passwd configuration ================