--- doc/install/suse/sles9/x86_64/httpd.conf 2006/12/15 20:33:29 1.2 +++ doc/install/suse/sles9/x86_64/httpd.conf 2006/12/16 16:22:15 1.3 @@ -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.