Tagged Questions
0
votes
1answer
32 views
Security implications of running Apache with php5-fpm as user:user
I just set up VPS to run Apache with php5-fpm which is set to run every user pool as user:user.
Reason for this is simply to allow users to actually own their own files created by various CMS ...
0
votes
1answer
130 views
Performance of php modules vs. compiled in
I'm having issues with modx [cms system] and php performance. and I was wondering if it could have anything to do with the way php is compiled. Is there a performance benefit to compiling php with ...