1 Alias /davical "/srv/http/davical/htdocs"
2 <Directory "/srv/http/davical/htdocs/">
3 DirectoryIndex index.php index.html
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
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/
23 <Directory /srv/http/davical/htdocs/>
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