Browse Source

provide env also to .pl, the default extension of mod_perl CGIs

Ralf S. Engelschall 22 years ago
parent
commit
3bee271845
2 changed files with 2 additions and 2 deletions
  1. 1 1
      apache/apache.base
  2. 1 1
      apache/apache.spec

+ 1 - 1
apache/apache.base

@@ -207,7 +207,7 @@ DefaultType text/plain
     SetEnvIf User-Agent ".*MSIE.*" \
              nokeepalive ssl-unclean-shutdown \
              downgrade-1.0 force-response-1.0
-    <Files ~ "\.(cgi|shtml|phtml|php?)$">
+    <Files ~ "\.(cgi|shtml|pl|phtml|php?)$">
         SSLOptions +StdEnvVars
     </Files>
     <Directory "@l_prefix@/cgi">

+ 1 - 1
apache/apache.spec

@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20030916
+Release:      20030922
 
 #   package options (suexec related)
 %option       with_suexec               yes