Browse Source

make suEXEC feature working

Ralf S. Engelschall 24 years ago
parent
commit
b69e69754d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apache/apache.spec

+ 2 - 2
apache/apache.spec

@@ -116,7 +116,7 @@ Distribution: OpenPKG [REL]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20020624
+Release:      20020706
 
 #   list of sources
 Source0:      http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
@@ -566,7 +566,7 @@ AutoReqProv:  no
           --datadir=%{l_prefix}/share/apache \
           --localstatedir=%{l_prefix}/var/apache \
           --enable-suexec \
-          --suexec-caller=%{l_musr} \
+          --suexec-caller=%{l_nusr} \
           --suexec-userdir=.www \
           --enable-module=most \
           --with-perl=%{l_prefix}/bin/perl \