Im planning to switch from suphp to mod_lsapi. When using suphp, its possible to write/remove files via PHP without changing directory permissions. Would it be possible with mod_lsapi? Does it execute as nobody like mod_dso or suexec like suphp?
How can I forbid users from editing php.ini? I need them to be only able to makes changes using the PHP selector.
Last of all, when I limit Apache EP and NPROC to 10 in suphp, requests pile up and the server hangs. Would a similar problem occur with mod_lsapi?
How can I forbid users from editing php.ini? I need them to be only able to makes changes using the PHP selector.
Last of all, when I limit Apache EP and NPROC to 10 in suphp, requests pile up and the server hangs. Would a similar problem occur with mod_lsapi?
Comment