ajacoutot e1cbe550ae Update to z-push-1.5.
Add a module config file for apache as well as (UN)MESSAGE docs.
2011-03-07 19:50:26 +00:00

13 lines
357 B
Plaintext

# $OpenBSD: z-push.conf,v 1.1 2011/03/07 19:50:26 ajacoutot Exp $
Alias /Microsoft-Server-ActiveSync ${TINSTDIR}/index.php
<Directory ${TINSTDIR}>
<IfModule mod_php5.c>
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag magic_quotes_runtime off
php_flag short_open_tag on
</IfModule>
</Directory>