updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / davical / httpd-davical.conf
bloba71cf1674145d81fbb8a45efeb1b35485b6277a8
1 Alias /davical "/srv/http/davical/htdocs"
2 <Directory "/srv/http/davical/htdocs/">
3     DirectoryIndex index.php index.html
4     AcceptPathInfo On
5     AllowOverride None
6     Order allow,deny
7     Allow from all
8     php_value open_basedir /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/awl/inc:/etc/davical
9     php_value include_path /srv/http/davical/inc:/usr/share/awl/inc
10     php_value magic_quotes_gpc 0
11     php_value register_globals 0
12     php_value error_reporting "E_ALL & ~E_NOTICE"
13     php_value default_charset "utf-8"
14     php_value magic_quotes_runtime 0
15 </Directory>
17 <VirtualHost *:80>
18     DirectoryIndex index.php index.html
19     ServerAdmin webmaster@example.com
20     DocumentRoot "/srv/http/davical/htdocs"
21     Alias /images/ /srv/http/davical/htdocs/images/
22     AcceptPathInfo On
23     <Directory /srv/http/davical/htdocs/>
24         AllowOverride None
25         Order allow,deny
26         Allow from all
27     </Directory>
28     ServerName localhost
29     ServerAlias  alias.localhost
30     php_value open_basedir /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/awl/inc:/etc/davical
31     php_value include_path /srv/http/davical/inc:/usr/share/awl/inc
32     php_value magic_quotes_gpc 0
33     php_value register_globals 0
34     php_value error_reporting "E_ALL & ~E_NOTICE"
35     php_value default_charset "utf-8"
36     php_value magic_quotes_runtime 0
37     ErrorLog "/var/log/httpd/httpd-davical-error_log"
38     CustomLog "/var/log/httpd/httpd-davical-access_log" common
39 </VirtualHost>