Skip to content

Commit dfd170f

Browse files
author
skummer
committed
ZP-275 #comment added php-flags block with directory directive for better understanding #time 10m
git-svn-id: http://svn.berlios.de/svnroot/repos/z-push/trunk/src@1509 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
1 parent d0fb2ab commit dfd170f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

INSTALL

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,18 @@ Lastly, make sure that PHP has the following settings:
101101
php_flag short_open_tag on
102102

103103
You can set this in the httpd.conf, in php.ini or in an .htaccess file in
104-
the root of z-push. If you don't set this up correctly, you will not be
104+
the root of z-push.
105+
106+
If you have several php applications on the same system, you could specify the
107+
z-push directory so these settings are considered only there.
108+
<Directory /usr/share/z-push>
109+
php_flag magic_quotes_gpc off
110+
php_flag register_globals off
111+
php_flag magic_quotes_runtime off
112+
php_flag short_open_tag on
113+
</Directory>
114+
115+
If you don't set this up correctly, you will not be
105116
able to login correctly via z-push.
106117

107118
Please also set a memory_limit for php to 128M in php.ini.

0 commit comments

Comments
 (0)