--- doc/install/suse/sles9/i386/httpd.conf 2006/12/15 20:14:21 1.1 +++ doc/install/suse/sles9/i386/httpd.conf 2006/12/16 16:22:14 1.3 @@ -387,7 +387,7 @@ Listen 443 # when the value of (unsigned)Group is above 60000; # don't use Group "#-1" on these systems! # -User wwwrun +User www Group www # @@ -398,7 +398,7 @@ Group www # Note: this email address is set by SuSEconfig according to the setting of the # HTTPD_SEC_SERVERADMIN variable in /etc/sysconfig/apache! -ServerAdmin raeburn@msu.edu +ServerAdmin root@localhost # # ServerName allows you to set a host name which is sent back to clients for @@ -820,20 +820,20 @@ ServerSignature Off # Provide two aliases to the same cgi-bin directory, # to see the effects of the 2 different mod_perl modes. # for Apache::Registry Mode - ScriptAlias /perl/ "/srv/www/cgi-bin/" +# ScriptAlias /perl/ "/srv/www/cgi-bin/" # for Apache::Perlrun Mode - ScriptAlias /cgi-perl/ "/srv/www/cgi-bin/" +# ScriptAlias /cgi-perl/ "/srv/www/cgi-bin/" # # "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # - - AllowOverride None - Options None - Order allow,deny - Allow from all - +# +# AllowOverride None +# Options None +# Order allow,deny +# Allow from all +# # End of aliases. @@ -842,38 +842,38 @@ ServerSignature Off # # set /cgi-bin for CGI execution # - -AllowOverride None -Options +ExecCGI -Includes -SetHandler cgi-script - +# +#AllowOverride None +#Options +ExecCGI -Includes +#SetHandler cgi-script +# # # If mod_perl is activated, load configuration information # -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 # - -SetHandler perl-script -PerlHandler Apache::Registry -Options ExecCGI -PerlSendHeader On - +# +#SetHandler perl-script +#PerlHandler Apache::Registry +#Options ExecCGI +#PerlSendHeader On +# # # set Apache::PerlRun Mode for /cgi-perl Alias # - -SetHandler perl-script -PerlHandler Apache::PerlRun -Options ExecCGI -PerlSendHeader On - +# +#SetHandler perl-script +#PerlHandler Apache::PerlRun +#Options ExecCGI +#PerlSendHeader On +#