SOURCES: wpkg-http_apache.conf - enable php setting register_long_...
glen
glen at pld-linux.org
Sun Nov 13 18:19:05 CET 2005
Author: glen Date: Sun Nov 13 17:19:05 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- enable php setting register_long_arrays
---- Files affected:
SOURCES:
wpkg-http_apache.conf (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/wpkg-http_apache.conf
diff -u SOURCES/wpkg-http_apache.conf:1.3 SOURCES/wpkg-http_apache.conf:1.4
--- SOURCES/wpkg-http_apache.conf:1.3 Sat Oct 1 04:38:41 2005
+++ SOURCES/wpkg-http_apache.conf Sun Nov 13 18:19:00 2005
@@ -1,3 +1,5 @@
+# $Id$
+
Alias /WPKG /usr/share/wpkg-http/root
<Directory /usr/share/wpkg-http/root>
Order deny,allow
@@ -7,4 +9,10 @@
AuthType Basic
AuthUserFile /etc/wpkg/password-http
Require valid-user
+
+ <FilesMatch "\.php$">
+ php_value register_long_arrays 1
+ </FilesMatch>
</Directory>
+
+# vim: filetype=apache ts=4 sw=4 et
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/wpkg-http_apache.conf?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list