Anoop P Alias
- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 75
Comments
Recent activity by Anoop P Alias-
@ sparek-3 - I now see the discussion in the feature request. so from what I understand /var/cpanel/feature_toggles/apachefpmjail is all I need for the copy of php-fpm I run to be chrooted too . A...
-
The simple solution I had used in my script before adding the pool file and reloading php-fpm is su -c "touch /home/$user" $user But when the jailmnager driver is enabled ; the above is not needed...
-
In my test mail was working great. Note that I am using only the php-fpm binary and using my own fpm config and pool files which have chroot= set. Also, I don't understand why someone would patch a...
-
Enabling JailManager creates the virtfs mounts ok. But I couldn't find the chroot directive in pool file ### [root@li993-97 ~]# ls -l /var/cpanel/feature_toggles/apachefpmjail -rw-r--r-- 1 root ro...
-
Ok cool. I think this part is missing in the docs and it would be great info for people who wish to use it . As a personal note ..cPanel should concentrate more on the fpm SAPI and not on ruid2 as...
-
You don't seem to be running php-fpm. Put a phpinfo file in the doc_root and see what SAPI it shows.It must be FPM/FastCGI I think you are running php as cgi .
-
Looks like your file has bad ownership!. PHP-FPM pool run with user creds. Run in the document root the following commands find ./ -type f -exec chmod 644 {} \; find ./ -type d -exec chmod 755 {}...
-
Is your script compatible with php71. put a phpinfo() page and see if that works and see if it shows the correct sapi
-
http2 would need ALPN support in the TLS lib. For example, I statically link the TLS library ( LibreSSL ) on a nginx package I maintain for cPanel.
-
Apache => mod_proxy_fcgi => php-fpm Apache=>mod_lsapi(CloudLinux) => lsphp Litespeed =>lsapi => lsphp This is how it works. FastCGI and LSAPI are protocols . I think its better to stick with lsapi...