Diff for /doc/install/suse/sles9/i386/httpd.conf between versions 1.1 and 1.2

version 1.1, 2006/12/15 20:14:21 version 1.2, 2006/12/15 20:33:30
Line 387  Listen 443 Line 387  Listen 443
 #  when the value of (unsigned)Group is above 60000;   #  when the value of (unsigned)Group is above 60000; 
 #  don't use Group "#-1" on these systems!  #  don't use Group "#-1" on these systems!
 #  #
 User wwwrun  User www
 Group www  Group www
   
 #  #
Line 842  ServerSignature Off Line 842  ServerSignature Off
 #  #
 # set /cgi-bin for CGI execution  # set /cgi-bin for CGI execution
 #  #
 <Location /cgi-bin>  #<Location /cgi-bin>
 AllowOverride None  #AllowOverride None
 Options +ExecCGI -Includes  #Options +ExecCGI -Includes
 SetHandler cgi-script  #SetHandler cgi-script
 </Location>  #</Location>
   
 #  #
 # If mod_perl is activated, load configuration information  # If mod_perl is activated, load configuration information
 #  #
 <IfModule mod_perl.c>  <IfModule mod_perl.c>
 Perlrequire /usr/include/apache/modules/perl/startup.perl  #Perlrequire /usr/include/apache/modules/perl/startup.perl
 PerlModule Apache::Registry  PerlModule Apache::Registry
   
 #  #
 # set Apache::Registry Mode for /perl Alias  # set Apache::Registry Mode for /perl Alias
 #  #
 <Location /perl>  #<Location /perl>
 SetHandler  perl-script  #SetHandler  perl-script
 PerlHandler Apache::Registry  #PerlHandler Apache::Registry
 Options ExecCGI  #Options ExecCGI
 PerlSendHeader On  #PerlSendHeader On
 </Location>  #</Location>
   
 #  #
 # set Apache::PerlRun Mode for /cgi-perl Alias  # set Apache::PerlRun Mode for /cgi-perl Alias
 #  #
 <Location /cgi-perl>  #<Location /cgi-perl>
 SetHandler  perl-script  #SetHandler  perl-script
 PerlHandler Apache::PerlRun  #PerlHandler Apache::PerlRun
 Options ExecCGI  #Options ExecCGI
 PerlSendHeader On  #PerlSendHeader On
 </Location>  #</Location>
   
 </IfModule>  </IfModule>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>