robert 2a972c6df0 update to 2.2.1 8 年之前
..
DESCR 3433f35ba5 Import zarafa-webapp-7.1.0. 13 年之前
PLIST 2a972c6df0 update to 2.2.1 8 年之前
README 2044dc8a07 No need to LD_PRELOAD libpthread anymore now that Apache is linked with 12 年之前
UNMESSAGE 3433f35ba5 Import zarafa-webapp-7.1.0. 13 年之前

README

$OpenBSD: README,v 1.3 2012/08/24 08:29:27 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Zarafa webapp is installed under
${INSTDIR}

Configuration is done in the file
${INSTDIR}/config.php

With Apache, AllowOverride settings are required on the ${INSTDIR}
directory. You can configure this as follows:
# ln -s ${PREFIX}/conf/modules.sample/zarafa-webapp.conf \
/var/www/conf/modules

You need to enable the PHP mapi module using the following command:
# ln -fs ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/mapi.ini \
${SYSCONFDIR}/php-${MODPHP_VERSION}/mapi.ini

(the PHP mapi module is provided by the "zarafa-webaccess" package)

The Zarafa webapp will be accessible from
http:///webapp/

HTTP server locale
------------------
LANG needs to be set to an UTF-8 compliant locale on the Web server.
When using httpd(8), create a login(1) class under /etc/login.conf(5)
called after the Apache rc.d(8) script, i.e. "httpd":

httpd:\
:setenv=LANG=en_US.UTF-8:\
:tc=daemon: