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-
NFS would be slow and the NFS server is a single point of filure
-
ok please let me know what config option is changed when cluster is turned on or off . I could not find anything in /var/cpanel/cpanel.config .
-
Ideally ony the mysql socket being available in the jail should be enough to access mysql. As you said not sure how CageFS sets this up ;so I cant comment on the requirement of the dir in the skeleton
-
@ 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 {}...