Add a "PHP configuration" section to the README.

ok landry@ (MAINTAINER)
This commit is contained in:
jasper 2013-03-08 10:37:38 +00:00
parent a105e3db29
commit ba32ef1476
2 changed files with 16 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2013/02/24 16:31:54 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2013/03/08 10:37:38 jasper Exp $
COMMENT = CalDAV/CardDav calendar/contacts server
DISTNAME = davical-1.1.1
REVISION = 0
REVISION = 1
CATEGORIES = productivity net
HOMEPAGE = http://www.davical.org/

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.2 2012/03/07 08:38:44 ajacoutot Exp $
$OpenBSD: README,v 1.3 2013/03/08 10:37:38 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -67,6 +67,19 @@ Then point your browser at:
http://<hostname>/davical/
and you should get a message telling you to configure DAViCal.
PHP Configuration
=================
In order for Davical to function correctly, one needs to disable
suhosin.server.strip. This can be done either by editing
${SYSCONFDIR}/php-${MODPHP_VERSION}.ini and set:
suhosin.server.strip to 0.
Or by adjusting your vhost configuration and set:
php_admin_flag suhosin.server.strip off
Client Setup
============