[Debian-tex-commits] SVN tetex-base commit + diffs: r2038 - tetex-base/trunk/debian

Frank Küster frank at alioth.debian.org
Mon Dec 11 08:27:19 CET 2006


Author: frank
Date: 2006-12-11 08:27:19 +0100 (Mon, 11 Dec 2006)
New Revision: 2038

Modified:
   tetex-base/trunk/debian/tetex-doc.apache2.conf.d
Log:
add IfModule statements


Modified: tetex-base/trunk/debian/tetex-doc.apache2.conf.d
===================================================================
--- tetex-base/trunk/debian/tetex-doc.apache2.conf.d	2006-12-11 07:26:41 UTC (rev 2037)
+++ tetex-base/trunk/debian/tetex-doc.apache2.conf.d	2006-12-11 07:27:19 UTC (rev 2038)
@@ -4,10 +4,23 @@
 # http://localhost/texmf-tetex/doc/texdoc.php or
 # http://localhost/doc/tetex-doc/texdoc.php 
 #
-Alias /texmf-tetex /usr/share/texmf-tetex
-<Directory /usr/share/texmf-tetex>
-  order deny,allow
-  deny from all
-  allow from 127.0.0.0/255.0.0.0
-  Options Indexes FollowSymlinks MultiViews
-</Directory>
+<IfModule mod_php5.c>
+  Alias /texmf-tetex /usr/share/texmf-tetex
+  <Directory /usr/share/texmf-tetex>
+    Options Indexes MultiViews FollowSymlinks
+    AllowOverride None
+    Order deny,allow
+    Deny from all
+    Allow from 127.0.0.0/255.0.0.0 ::1/128
+  </Directory>
+</IfModule>
+<IfModule mod_php4.c>
+  Alias /texmf-tetex /usr/share/texmf-tetex
+  <Directory /usr/share/texmf-tetex>
+    Options Indexes MultiViews FollowSymlinks
+    AllowOverride None
+    Order deny,allow
+    Deny from all
+    Allow from 127.0.0.0/255.0.0.0 ::1/128
+  </Directory>
+</IfModule>




More information about the Debian-tex-commits mailing list