Explorar el Código

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

Ralf S. Engelschall hace 22 años
padre
commit
3bee271845
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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