[LON-CAPA-cvs] cvs: doc /install/suse/sles9/i386 httpd.conf /install/suse/sles9/x86_64 httpd.conf
raeburn
lon-capa-cvs@mail.lon-capa.org
Fri, 15 Dec 2006 20:33:30 -0000
raeburn Fri Dec 15 15:33:30 2006 EDT
Modified files:
/doc/install/suse/sles9/x86_64 httpd.conf
/doc/install/suse/sles9/i386 httpd.conf
Log:
bug 4966
User now www instead of wwwrun
Comment out troublesome require, and also some other unneeded directives.
Index: doc/install/suse/sles9/x86_64/httpd.conf
diff -u doc/install/suse/sles9/x86_64/httpd.conf:1.1 doc/install/suse/sles9/x86_64/httpd.conf:1.2
--- doc/install/suse/sles9/x86_64/httpd.conf:1.1 Fri Dec 15 14:40:04 2006
+++ doc/install/suse/sles9/x86_64/httpd.conf Fri Dec 15 15:33:29 2006
@@ -387,7 +387,7 @@
# when the value of (unsigned)Group is above 60000;
# don't use Group "#-1" on these systems!
#
-User wwwrun
+User www
Group www
#
@@ -842,38 +842,38 @@
#
# set /cgi-bin for CGI execution
#
-<Location /cgi-bin>
-AllowOverride None
-Options +ExecCGI -Includes
-SetHandler cgi-script
-</Location>
+#<Location /cgi-bin>
+#AllowOverride None
+#Options +ExecCGI -Includes
+#SetHandler cgi-script
+#</Location>
#
# If mod_perl is activated, load configuration information
#
<IfModule mod_perl.c>
-Perlrequire /usr/include/apache/modules/perl/startup.perl
+#Perlrequire /usr/include/apache/modules/perl/startup.perl
PerlModule Apache::Registry
#
# set Apache::Registry Mode for /perl Alias
#
-<Location /perl>
-SetHandler perl-script
-PerlHandler Apache::Registry
-Options ExecCGI
-PerlSendHeader On
-</Location>
+#<Location /perl>
+#SetHandler perl-script
+#PerlHandler Apache::Registry
+#Options ExecCGI
+#PerlSendHeader On
+#</Location>
#
# set Apache::PerlRun Mode for /cgi-perl Alias
#
-<Location /cgi-perl>
-SetHandler perl-script
-PerlHandler Apache::PerlRun
-Options ExecCGI
-PerlSendHeader On
-</Location>
+#<Location /cgi-perl>
+#SetHandler perl-script
+#PerlHandler Apache::PerlRun
+#Options ExecCGI
+#PerlSendHeader On
+#</Location>
</IfModule>
Index: doc/install/suse/sles9/i386/httpd.conf
diff -u doc/install/suse/sles9/i386/httpd.conf:1.1 doc/install/suse/sles9/i386/httpd.conf:1.2
--- doc/install/suse/sles9/i386/httpd.conf:1.1 Fri Dec 15 15:14:21 2006
+++ doc/install/suse/sles9/i386/httpd.conf Fri Dec 15 15:33:30 2006
@@ -387,7 +387,7 @@
# when the value of (unsigned)Group is above 60000;
# don't use Group "#-1" on these systems!
#
-User wwwrun
+User www
Group www
#
@@ -842,38 +842,38 @@
#
# set /cgi-bin for CGI execution
#
-<Location /cgi-bin>
-AllowOverride None
-Options +ExecCGI -Includes
-SetHandler cgi-script
-</Location>
+#<Location /cgi-bin>
+#AllowOverride None
+#Options +ExecCGI -Includes
+#SetHandler cgi-script
+#</Location>
#
# If mod_perl is activated, load configuration information
#
<IfModule mod_perl.c>
-Perlrequire /usr/include/apache/modules/perl/startup.perl
+#Perlrequire /usr/include/apache/modules/perl/startup.perl
PerlModule Apache::Registry
#
# set Apache::Registry Mode for /perl Alias
#
-<Location /perl>
-SetHandler perl-script
-PerlHandler Apache::Registry
-Options ExecCGI
-PerlSendHeader On
-</Location>
+#<Location /perl>
+#SetHandler perl-script
+#PerlHandler Apache::Registry
+#Options ExecCGI
+#PerlSendHeader On
+#</Location>
#
# set Apache::PerlRun Mode for /cgi-perl Alias
#
-<Location /cgi-perl>
-SetHandler perl-script
-PerlHandler Apache::PerlRun
-Options ExecCGI
-PerlSendHeader On
-</Location>
+#<Location /cgi-perl>
+#SetHandler perl-script
+#PerlHandler Apache::PerlRun
+#Options ExecCGI
+#PerlSendHeader On
+#</Location>
</IfModule>