Can I run php script under user permissions with FastCGI and APACHE?

青春壹個敷衍的年華 提交于 2019-12-11 10:49:59

问题


I would like to install Apache and PHP but I have read that mod_php is very slow. Many php developers have adviced me to use FastCGI.

Can I run my php script with a specific user:group? (each vhost has different user:group)

I know there is suphp but is slow too..

Thank you so much!


回答1:


Here is a recipe that uses suexec.



来源:https://stackoverflow.com/questions/5915333/can-i-run-php-script-under-user-permissions-with-fastcgi-and-apache

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!