13 lines
357 B
Plaintext
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>
|