davical/config/apache-davical.conf
Felix Möller b69836e9d6 Initial version to support RPM creation
Producing tarballs now which can be build by rpmbuild -ta davical.tar.gz
This does not just support releases, but works as well for snapshots.

adding a template for the apache configuration.
2011-02-22 12:47:58 +13:00

18 lines
431 B
Plaintext

# DAViCal Calendar Server
Alias /davical /usr/share/davical/htdocs
<Directory /usr/share/davical/htdocs>
DirectoryIndex index.php index.html
AllowOverride None
Order allow,deny
Allow from all
AcceptPathInfo On
php_value include_path /usr/share/php/awl/inc
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value error_reporting "E_ALL & ~E_NOTICE"
php_value default_charset "utf-8"
</Directory>