![]() |
mod_php, fcgid or suPHP per virtualhost - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Suggestions (/forum-2.html) +--- Thread: mod_php, fcgid or suPHP per virtualhost (/thread-11101.html) |
mod_php, fcgid or suPHP per virtualhost - fastgraph - 07-03-2010 06:55 PM I'd love to be able to choose between mod_php, fcgid and suPHP on a per virtualhost basis like ISPConfig 3 does. Some of my clients need mod_php to support stuff like Sabredav for instance, while I'd like to keep fcgid running as default. Frank. RE: mod_php, fcgid or suPHP per virtualhost - rauschr - 11-15-2010 08:43 PM Can you get a answer? Because i need too RE: mod_php, fcgid or suPHP per virtualhost - kilburn - 11-15-2010 10:39 PM Running both mod_php and php though fastcgi/fcgid in the same apache instance is nonsense. Essentially, by installing mod_php and running it for some virtualhosts you prevent usage of any threaded mpm, which severly hinders the server's performance. Additionally, *everything* that works under mod_php can also work under fastcgi/fcgid. In fact, at some random page of sabredav's documentation then put examples of what to do to run under fastcgi (see this example). Hence, it *does* work under fastcgi (at least for some people) and surely can be made to work under fcgid. |