Initial version to support RPM creation
[davical.git] / config / apache-davical.conf
blobec84c2d09265ffa582713538e22e7a693a5912a1
1 # DAViCal Calendar Server
3 Alias /davical /usr/share/davical/htdocs
5 <Directory /usr/share/davical/htdocs>
6   DirectoryIndex index.php index.html
7   AllowOverride None
8   Order allow,deny
9   Allow from all
10   AcceptPathInfo On
11   php_value include_path /usr/share/php/awl/inc
12   php_value magic_quotes_gpc 0
13   php_value register_globals 0
14   php_value error_reporting "E_ALL & ~E_NOTICE"
15   php_value default_charset "utf-8" 
16 </Directory>