|
There is a problem with the conf/php.ini permission when PHP is started in suEXEC mode. For security reason, conf directory is only readable by the user that lshttpd run as, usually "nobody" user. And it is not recommended to change permission mask of conf/ directory.
So, it can be fixed by moving php.ini to somewhere else and adding "-c <path_to_php.ini>" command parameter for the lsphp external app.
|