Skip to content

Instantly share code, notes, and snippets.

@bortzmeyer
Created September 28, 2010 21:39
Show Gist options
  • Save bortzmeyer/601842 to your computer and use it in GitHub Desktop.
Save bortzmeyer/601842 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot /usr/share/webapps/davical/0.9.9/htdocs
DirectoryIndex index.php index.html
ServerName caldav.bortzmeyer.org
Alias /images/ /usr/share/webapps/davical/0.9.9/htdocs/images/
<Directory /usr/share/webapps/davical/0.9.9/htdocs/>
AllowOverride None
Order allow,deny
Allow from all
</Directory>
php_value include_path /usr/share/php5/awl
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"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment