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-
WHM API 1 Functions - list_users - Developer Documentation - cPanel Documentation
-
cPanel incremental backups isn't great. For good incremental backups you can look into CDP,Acronis or if you wish to go with free tools go with Borg or restic
-
This looks like an issue with the Nginx setup. Please try disabling Nginx and see if the issue continues. What plugin are you using btw for Nginx?
-
You can choose between LAMP/LEMP stack using 3r party plugins available in the cPanel App catalogue>> Alternate Web Server section
-
The public IP is needed for DNS config only. check the file /var/cpanel/cpnat
-
You do not need to send customers to alternate ports. You can simply have nginx listen on 80/443 and have the one site you need directly served by nginx and other sites proxied to Apache.
-
Wonder what plugin you used for Nginx? . How the server is configured and how you utilize the stack is also important For example, if you Proxy Nginx to Apache every request has to go through ngin...
-
I believe the issue is with how the whm subdomain configuration is handled here.
-
Do you get error in worker as well?. If yes switch to prefork
-
Please try changing the Apache httpd MPM from event to prefork. see if that helps