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

version 1.2, 2006/12/15 20:33:30 version 1.3, 2006/12/16 16:22:14
Line 398  Group www Line 398  Group www
   
 # Note: this email address is set by SuSEconfig according to the setting of the  # Note: this email address is set by SuSEconfig according to the setting of the
 # HTTPD_SEC_SERVERADMIN variable in /etc/sysconfig/apache!   # 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  # ServerName allows you to set a host name which is sent back to clients for
Line 820  ServerSignature Off Line 820  ServerSignature Off
     # Provide two aliases to the same cgi-bin directory,       # Provide two aliases to the same cgi-bin directory, 
     # to see the effects of the 2 different mod_perl modes.      # to see the effects of the 2 different mod_perl modes.
     # for Apache::Registry Mode      # for Apache::Registry Mode
     ScriptAlias /perl/          "/srv/www/cgi-bin/"  #    ScriptAlias /perl/          "/srv/www/cgi-bin/"
     # for Apache::Perlrun Mode      # for Apache::Perlrun Mode
     ScriptAlias /cgi-perl/      "/srv/www/cgi-bin/"  #    ScriptAlias /cgi-perl/      "/srv/www/cgi-bin/"
 </IfModule>  </IfModule>
     #      #
     # "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased      # "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased
     # CGI directory exists, if you have that configured.      # CGI directory exists, if you have that configured.
     #      #
     <Directory "/srv/www/cgi-bin">  #    <Directory "/srv/www/cgi-bin">
         AllowOverride None  #        AllowOverride None
         Options None  #        Options None
         Order allow,deny  #        Order allow,deny
         Allow from all  #        Allow from all
     </Directory>  #    </Directory>
   
 </IfModule>  </IfModule>
 # End of aliases.  # End of aliases.

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


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