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: 31,894
Thanks: 693
Thanked 4,191 Times in 3,208 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 59 min ago
14 hours 27 min ago
15 hours 16 min ago
18 hours 49 min ago
23 hours 13 min ago
23 hours 35 min ago
1 day 1 hour ago
1 day 11 hours ago
1 day 16 hours ago
1 day 18 hours ago