handler question
handler question
We're thinking of moving a server under heavy load from fastcgi to mod_php. The debate in-house is that we should move to mod_suphp, is that wise? I mean with ASL running would'nt it be alright to just use mod_php and let ASL handle the security part?
Re: handler question
Does the server handle more than one website or only one?
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
Re: handler question
This one only handles one, but I run another server which hosts two websites but those don't bring in the kind of traffic this doesfaris wrote:Does the server handle more than one website or only one?
Re: handler question
In that case (and I'm open to corrections) I don't think it matters if you run as mod_php, security wise. Yes, that's the "old" way, but using fastcgi mostly really brings security and configuration benefits when you have multiple sites rather than just one (or two, I guess).
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
Re: handler question
The real reason I'm considering moving to mod_php is because of performance. The site brings the server to its knees with 400 pageviews/minute. From what I hear about fastcgi I'm guessing I should be able to squeeze a little bit more out of this before I need a load balancing setup.
Re: handler question
Although Apache/mod_php is the easiest to set up, perhaps PHP FPM is something that might interest you. It really has best of all worlds in terms of performance, security and flexibility.
Lemonbit Internet Dedicated Server Management
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: handler question
and suphp is definitely not the way to go, this would be using cgi to execute requests. It would be the slowest configuration
Re: handler question
I know PHP FPM this has been mentioned before, and it is supported by Plesk is it not? But I just don't "get" it and if I remember correctly, reading about it didn't help me.prupert wrote:Although Apache/mod_php is the easiest to set up, perhaps PHP FPM is something that might interest you. It really has best of all worlds in terms of performance, security and flexibility.
I mean is it something that everybody should enable in Plesk (or manually as in the OPs case)? Are there disadvantages?
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>