[D-community-commits] r74 - in trunk/fai-config-dir: doc files/etc/apache2/apache2.conf

Holger Levsen h01ger-guest at alioth.debian.org
Sat Mar 24 20:15:00 CET 2007


Author: h01ger-guest
Date: 2007-03-24 19:15:00 +0000 (Sat, 24 Mar 2007)
New Revision: 74

Modified:
   trunk/fai-config-dir/doc/todo
   trunk/fai-config-dir/files/etc/apache2/apache2.conf/WEBSERVER
Log:
we dont need that many servers atm

Modified: trunk/fai-config-dir/doc/todo
===================================================================
--- trunk/fai-config-dir/doc/todo	2007-03-24 17:08:57 UTC (rev 73)
+++ trunk/fai-config-dir/doc/todo	2007-03-24 19:15:00 UTC (rev 74)
@@ -4,4 +4,15 @@
 setup planets
 setup mail
 give ADMINGROUP root shell access with the history send to root@ as mail after logout
+	sudo logging (see visudo)
+ 
+	        jill           SERVERS = /usr/bin/, !SU, !SHELLS 
+ 
+	       For any machine in the SERVERS Host_Alias, jill may run any commands in 
+	       the directory /usr/bin/ except for those commands belonging to the SU 
+	       and SHELLS Cmnd_Aliases. 
 
+		Cmnd_Alias      BROWSE = /bin/ls, /bin/cd, /bin/cat
+		Cmnd_Alias      KILL = /bin/kill
+
+	bash.logout

Modified: trunk/fai-config-dir/files/etc/apache2/apache2.conf/WEBSERVER
===================================================================
--- trunk/fai-config-dir/files/etc/apache2/apache2.conf/WEBSERVER	2007-03-24 17:08:57 UTC (rev 73)
+++ trunk/fai-config-dir/files/etc/apache2/apache2.conf/WEBSERVER	2007-03-24 19:15:00 UTC (rev 74)
@@ -99,9 +99,9 @@
 # MaxClients: maximum number of server processes allowed to start
 # MaxRequestsPerChild: maximum number of requests a server process serves
 <IfModule mpm_prefork_module>
-    StartServers          5
-    MinSpareServers       5
-    MaxSpareServers      10
+    StartServers          2
+    MinSpareServers       2
+    MaxSpareServers       5
     MaxClients          150
     MaxRequestsPerChild   0
 </IfModule>




More information about the D-community-commits mailing list