[pgv-svn] r50 - phpgedview/trunk/debian

Thijs Kinkhorst thijs at costa.debian.org
Mon Jul 24 20:04:26 UTC 2006


Author: thijs
Date: 2006-07-24 20:04:25 +0000 (Mon, 24 Jul 2006)
New Revision: 50

Modified:
   phpgedview/trunk/debian/apache.conf
Log:
turn of register_globals by default... secure by default


Modified: phpgedview/trunk/debian/apache.conf
===================================================================
--- phpgedview/trunk/debian/apache.conf	2006-07-24 19:54:03 UTC (rev 49)
+++ phpgedview/trunk/debian/apache.conf	2006-07-24 20:04:25 UTC (rev 50)
@@ -1,6 +1,7 @@
 Alias /phpgedview /usr/share/phpgedview/www
 
 <DirectoryMatch /usr/share/phpgedview/www/>
+	php_flag register_globals off
 	Options -Indexes +FollowSymlinks
 
 	DirectoryIndex index.php




More information about the pkg-phpgedview-commit mailing list