dd40bd1eb3
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)
13 lines
397 B
Plaintext
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>
|