openbsd-ports/productivity/davical/files/davical.conf
ajacoutot dd40bd1eb3 Be consistent with the other www ports and install a davical.conf file
so that it works out of the box without the need to tweak httpd.conf.
Add missing --dbpass to the update-davical-database example in README.

ok landry@ (maintainer)
2012-03-07 08:38:44 +00:00

13 lines
397 B
Plaintext

# $OpenBSD: davical.conf,v 1.1 2012/03/07 08:38:44 ajacoutot Exp $
Alias /davical ${TINSTDIR}/htdocs
Alias /davical/images ${TINSTDIR}/images
<IfModule mod_php5.c>
php_value include_path ${TINSTDIR}/inc:${TRUEPREFIX}/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"
</IfModule>