featureful individual calendar system for every Horde user, with integrated collaboration/scheduling features. It makes extensive use of the Horde Framework to provide integration with other applications.
31 lines
750 B
Text
31 lines
750 B
Text
# $NetBSD: kronolith.conf.dist,v 1.1.1.1 2006/03/31 22:23:07 adrianp Exp $
|
|
#
|
|
# Kronolith configuration file fragment for Apache
|
|
|
|
# For security, don't serve pages from the Kronolith configuration and library
|
|
# directories.
|
|
#
|
|
<Directory "@KRONOLITHDIR@/config">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@KRONOLITHDIR@/lib">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@KRONOLITHDIR@/locale">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@KRONOLITHDIR@/po">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@KRONOLITHDIR@/scripts">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|
|
<Directory "@KRONOLITHDIR@/templates">
|
|
Order deny,allow
|
|
Deny from all
|
|
</Directory>
|