Hi All
/usr/sbin/httpd -V says:
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
In my httpd.conf file I have 2 "Ifmodule" sections:
<IfModule prefork.c>
.....
...
and
<IfModule worker.c>
...
...
I'm thinking that no matter what, this server is running in prefork mode - is this a correct assumption?
TIA
Rick
/usr/sbin/httpd -V says:
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
In my httpd.conf file I have 2 "Ifmodule" sections:
<IfModule prefork.c>
.....
...
and
<IfModule worker.c>
...
...
I'm thinking that no matter what, this server is running in prefork mode - is this a correct assumption?
TIA
Rick