Hi all, I just installed apache2.2.8 on solaris2.9 and configured properly. But when test to apache while is it running or not. So I got its running properly but problem is it starts multiple httpd processes. This what I got basically. Can any body tell me that why it is starting multiple processes.
I attached my httpd.conf with this mail file if want to read.
Command run by me are : -
bash-2.05$ ./httpd -k start bash-2.05$ ps -edaf |grep infra infra 19205 19201 0 20:24:27 ? 0:00 ./httpd -k start infra 19202 19201 0 20:24:27 ? 0:00 ./httpd -k start infra 19167 19165 0 20:22:01 pts/1 0:00 -sh infra 19206 19201 0 20:24:27 ? 0:00 ./httpd -k start infra 19207 19171 0 20:24:34 pts/1 0:00 ps -edaf infra 19201 1 1 20:24:27 ? 0:00 ./httpd -k start infra 19204 19201 0 20:24:27 ? 0:00 ./httpd -k start infra 19203 19201 0 20:24:27 ? 0:00 ./httpd -k start infra 19208 19171 0 20:24:34 pts/1 0:00 grep infra infra 19171 19167 0 20:22:06 pts/1 0:00 bash infra 11511 1 0 Mar 14 ? 0:00 sh /export/home/infra/CH312/bin/jacjavavm -Dorg.omg.CORBA.ORBClass=org.jacorb.o infra 11513 11511 0 Mar 14 ? 0:35 /export/home/infra/install/jdk1.5.0_12/bin/java -server -Xmx512m -DORB.Provider bash-2.05$ ./httpd -k stop bash-2.05$ ps -edaf |grep infra infra 19167 19165 0 20:22:01 pts/1 0:00 -sh infra 19217 19171 0 20:25:44 pts/1 0:00 grep infra infra 19216 19171 0 20:25:44 pts/1 0:00 ps -edaf infra 19171 19167 0 20:22:06 pts/1 0:00 bash infra 11511 1 0 Mar 14 ? 0:00 sh /export/home/infra/CH312/bin/jacjavavm -Dorg.omg.CORBA.ORBClass=org.jacorb.o infra 11513 11511 0 Mar 14 ? 0:35 /export/home/infra/install/jdk1.5.0_12/bin/java -server -Xmx512m -DORB.Provider bash-2.05$
Please reply, its urgent.
Thanks in advance Narendra |