All is in the title... I don't understand why you run php as an apache module whereas we can use cgi and so run each php script by his owner so simply...
Posts: 32,071
Thanks: 697
Thanked 4,248 Times in 3,260 Posts
Generally PHP is faster with apache mod_php, the drawback is that everything runs under the permissions of the webserver user. A solution might be the use of suphp. Does anyone tried this?
Hmm, yeah - but there are some advantages to running PHP as an apache module, mainly because of the integration, and also that it's handled by apache, as opposed to having to pass arguments through the binary.
Recent comments
4 hours 44 min ago
5 hours 43 min ago
9 hours 30 min ago
10 hours 44 min ago
14 hours 21 min ago
21 hours 36 min ago
1 day 6 hours ago
1 day 8 hours ago
1 day 23 hours ago
2 days 1 hour ago