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-
Which user runs the script? AFAIK ..cloudlinux should not interfere in root owned process and php-cli you are using should not be limited by execution or memory limits in php.ini. I think it's bett...
-
you should use a better PHP server API like PHP-FPM. CGI is slow and does need to load a slow interpreter in every request. Additionally, if you use PHP-FPM you would be able to use opcode caches l...
-
Your steps 1-4 should work irrelevant of the fact that you use anycast or not. DNS updates are always usually instantaneous. The propagation delay you speak of is caused by caching (The origin is a...
-
Hi please find an example of a hook i wrote in python raw.githubusercontent.com/AnoopAlias/XtendWeb/ndeploy4/scripts/cpanel_functions_hook_post.py As mentioned before ..doing the same would be a b...
-
the hook give you a json ds in stdin .Bash wont be a good choice to parse json. You can use python ,which is similar to bash or go with php/perl . Basically any high level language with support for...
-
Please contact your webhost as OpenVZ config need to be changed on their end.
-
attributes are fine. e is normal . you need to check permission.Also, ensure the filesystem is writeable
-
It writes to your .htaccess and from the error, the script is failing to set the 0644 permission on that file. Check file attributes : lsattr /path/to/.htaccess
-
The plugin works with EA4 too as it simply proxies to tomcat on the http port . cPanel use ajp and its a binary protocol and needs additional module support from apache httpd end .It probably might...
-
You simply poxy to tomcat using Apache httpd or an nginx frontend. Some plugins in cPanel App Catalog :: Web Server Alternatives support Java/Tomcat/ColdFusion etc GoodLuck!