[Python-apps-commits] r11507 - in packages/fookebox/trunk/debian (3 files)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Sun Nov 2 03:47:16 UTC 2014


    Date: Sunday, November 2, 2014 @ 03:47:15
  Author: cockroach-guest
Revision: 11507

Updated Apache configuration files to work with Apache 2.4

Modified:
  packages/fookebox/trunk/debian/changelog
  packages/fookebox/trunk/debian/conf/apache-fcgi.conf
  packages/fookebox/trunk/debian/conf/apache.conf

Modified: packages/fookebox/trunk/debian/changelog
===================================================================
--- packages/fookebox/trunk/debian/changelog	2014-11-02 02:44:33 UTC (rev 11506)
+++ packages/fookebox/trunk/debian/changelog	2014-11-02 03:47:15 UTC (rev 11507)
@@ -5,6 +5,7 @@
     - Bump Standards-Version to 3.9.6
     - Depend on libjs-jquery and libjs-jquery-ui
   * Updated 01_javascript-urls.patch
+  * Updated apache configuration files to work with apache 2.4
 
  -- Stefan Ott <stefan at ott.net>  Sat, 01 Nov 2014 02:34:42 +0100
 

Modified: packages/fookebox/trunk/debian/conf/apache-fcgi.conf
===================================================================
--- packages/fookebox/trunk/debian/conf/apache-fcgi.conf	2014-11-02 02:44:33 UTC (rev 11506)
+++ packages/fookebox/trunk/debian/conf/apache-fcgi.conf	2014-11-02 03:47:15 UTC (rev 11507)
@@ -4,14 +4,7 @@
 
 	<Location /fookebox>
 		Options +ExecCGI
-		Order deny,allow
-		Allow from all
+		Require all granted
 	</Location>
-
-	<Location /fookebox/schedule>
-		Order deny,allow
-		Deny from all
-		Allow from localhost
-	</Location>
 </IfModule>
 

Modified: packages/fookebox/trunk/debian/conf/apache.conf
===================================================================
--- packages/fookebox/trunk/debian/conf/apache.conf	2014-11-02 02:44:33 UTC (rev 11506)
+++ packages/fookebox/trunk/debian/conf/apache.conf	2014-11-02 03:47:15 UTC (rev 11507)
@@ -5,14 +5,6 @@
 	WSGIProcessGroup fookebox
 
 	<Location /fookebox>
-		Order deny,allow
-		Allow from all
 		Require all granted
 	</Location>
-
-	<Location /fookebox/schedule>
-		Order deny,allow
-		Deny from all
-		Allow from localhost
-	</Location>
 </IfModule>




More information about the Python-apps-commits mailing list