[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
Sat, 16 Dec 2006 16:22:17 -0000


raeburn		Sat Dec 16 11:22:17 2006 EDT

  Modified files:              
    /doc/install/suse/sles9/i386	httpd.conf 
    /doc/install/suse/sles9/x86_64	httpd.conf 
  Log:
  Change default e-mail address for admin.
  
  Eliminate some unwanted aliases.
  
  Directive for /home/httpd/cgi-bin provided in loncapa_apache.conf 
  
  
Index: doc/install/suse/sles9/i386/httpd.conf
diff -u doc/install/suse/sles9/i386/httpd.conf:1.2 doc/install/suse/sles9/i386/httpd.conf:1.3
--- doc/install/suse/sles9/i386/httpd.conf:1.2	Fri Dec 15 15:33:30 2006
+++ doc/install/suse/sles9/i386/httpd.conf	Sat Dec 16 11:22:14 2006
@@ -398,7 +398,7 @@
 
 # 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 @@
     # 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/"
 </IfModule>
     #
     # "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased
     # CGI directory exists, if you have that configured.
     #
-    <Directory "/srv/www/cgi-bin">
-        AllowOverride None
-        Options None
-        Order allow,deny
-        Allow from all
-    </Directory>
+#    <Directory "/srv/www/cgi-bin">
+#        AllowOverride None
+#        Options None
+#        Order allow,deny
+#        Allow from all
+#    </Directory>
 
 </IfModule>
 # End of aliases.
Index: doc/install/suse/sles9/x86_64/httpd.conf
diff -u doc/install/suse/sles9/x86_64/httpd.conf:1.2 doc/install/suse/sles9/x86_64/httpd.conf:1.3
--- doc/install/suse/sles9/x86_64/httpd.conf:1.2	Fri Dec 15 15:33:29 2006
+++ doc/install/suse/sles9/x86_64/httpd.conf	Sat Dec 16 11:22:15 2006
@@ -398,7 +398,7 @@
 
 # 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 @@
     # 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/"
 </IfModule>
     #
     # "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased
     # CGI directory exists, if you have that configured.
     #
-    <Directory "/srv/www/cgi-bin">
-        AllowOverride None
-        Options None
-        Order allow,deny
-        Allow from all
-    </Directory>
+#    <Directory "/srv/www/cgi-bin">
+#        AllowOverride None
+#        Options None
+#        Order allow,deny
+#        Allow from all
+#    </Directory>
 
 </IfModule>
 # End of aliases.