Question
Which PHP work with mod_userdir?
Answer
SuPHP or DSO is needed in order to runmod_userdir
. The following PHP handlers do not allow you to use the Apache mod_userdir
module.
-
PHP via CGI.
-
FastCGI. (Such as LSAPI)
-
PHP-FPM.
For more information, please read our Apache mod_userdir tweak page.
Comments
0 comments
Article is closed for comments.