Greetings,
It seems that cpanel calls PHP as a CGI instead of Apache module. The problem with this that we're running into is performance -- with about 10 concurrent Horde users, the server (which is dedicated to a single site) slows to a crawl. Looking at process info via top, the problem is with many php processes being spawned from httpd.
So the questions are -- 1) why has PHP been buit this way with cpanel/whm, and 2) how can I have PHP called as a module instead? I see the module is loaded in the httpd.conf, but it's not getting used -- the CGI is instead.
Thanks.
It seems that cpanel calls PHP as a CGI instead of Apache module. The problem with this that we're running into is performance -- with about 10 concurrent Horde users, the server (which is dedicated to a single site) slows to a crawl. Looking at process info via top, the problem is with many php processes being spawned from httpd.
So the questions are -- 1) why has PHP been buit this way with cpanel/whm, and 2) how can I have PHP called as a module instead? I see the module is loaded in the httpd.conf, but it's not getting used -- the CGI is instead.
Thanks.