PDA

View Full Version : How i can find in a server apache is prefork or worker or other?



WebArts
12-05-2011, 07:53 AM
Hi.
In a linux server how i can determine apache is on prefork mode or worker mode or other?

WebArts
12-05-2011, 08:10 AM
I find:
http://www.thebuzzmedia.com/how-to-check-if-apache-is-running-prefork-or-worker/


[root@localhost ~]# /usr/sbin/httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c

scsi
12-05-2011, 08:15 AM
That means its using prefork

WebArts
12-05-2011, 08:33 AM
That means its using prefork
yes. i wrote i found the answer.
my english is not very good. sometimes i make mistake.