b17ecb3c12
Jonah is the Horde content and display manager. It has been designed to manage a portal-like site using RDF, RSS and Syndicated XML backend content. PR: ports/33312 Submitted by: Thierry Thomas <thierry@pompo.net>
24 lines
602 B
Plaintext
24 lines
602 B
Plaintext
# This is included in Apache's httpd.conf for Jonah
|
|
#
|
|
# For security, don't serve pages from the Jonah configuration and
|
|
# library directories.
|
|
#
|
|
<Directory "/home/httpd/html/horde/jonah/config">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/jonah/lib">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/jonah/scripts">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
<Directory "/home/httpd/html/horde/jonah/templates">
|
|
order deny,allow
|
|
deny from all
|
|
</Directory>
|
|
# End of Jonah configuration ================
|
|
|