This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
31
CentOS-WebPanel Bugs / Re: All Centos Web Panel Websites homepage downloads a blank page.
« on: January 13, 2021, 07:30:57 AM »
you should check logs or check with cwp support
https://control-webpanel.com/contact
https://control-webpanel.com/contact
32
CentOS-WebPanel Bugs / Re: Error detection Module Limit server resources (cgroups) error Invalid argument
« on: January 12, 2021, 11:02:12 AM »
you should contact cwp support/dev to check it on your server as this looks like a specific issue to your server
https://control-webpanel.com/contact
https://control-webpanel.com/contact
33
Other / Re: Warning Database connection errorSQLSTATE[HY000] [1045] Access denied for user
« on: January 12, 2021, 10:42:30 AM »
the error says clearly it's an issue with MySQL user you created, probably the easiest way would be to create a custom user from PHPMyAdmin when you login from cwp.admin
34
New Modules / Re: Add mysql to cgroups
« on: January 12, 2021, 10:40:34 AM »
limiting mysql would cause only issues on the server as lowering resource usage on it would increase execution time and cause many other issues....you should first check what is the exact cause of the issue you have with MySQL and who and how is causing it, also MySQL has some own limits which can be defined per MySQL user...but for that, you first need to know all mentioned before.
35
CentOS 7 Problems / Re: php 1800 limit execution
« on: January 12, 2021, 10:33:51 AM »
all depends on which php you mean exactly, you should first check phpinfo() function and then make the required changes.
note that php-fpm has custom configuration php-fpm config per user.
note that php-fpm has custom configuration php-fpm config per user.
36
High Performance / Re: How to setup Centos Web Panel for a high traffic dynamic website?
« on: January 12, 2021, 10:31:53 AM »
you should check those attacks with some experienced sysadmins or cwp support as all depends on the problem those attacks cause on your server and the type of the attack
37
DKIM / Re: DKIM Manager fails to connect to MySQL
« on: January 11, 2021, 09:52:34 AM »
http://wiki.centos-webpanel.com/how-to-reset-mysql-root-password
maybe you have some special characters, probably the best is to use the cwp auto-generate random password
maybe you have some special characters, probably the best is to use the cwp auto-generate random password
38
Suggestions / Re: User Acc
« on: December 25, 2020, 10:22:44 AM »
The main account domain is not part of the addon domains in the user panel as those are only addon domains.
For the administration of multiple accounts, you can assign accounts to the reseller account.
All accounts should be limited by some resources even if you have only a single account as the main goal of all those restrictions is to prevent server failure, like server process overload, 100% disk usage, memory limits.... and many other failures that can occur.
For terminal failure, you would need to contact cwp support.
For the administration of multiple accounts, you can assign accounts to the reseller account.
All accounts should be limited by some resources even if you have only a single account as the main goal of all those restrictions is to prevent server failure, like server process overload, 100% disk usage, memory limits.... and many other failures that can occur.
For terminal failure, you would need to contact cwp support.
39
CentOS-WebPanel Bugs / Re: Disk space used by the user.
« on: December 25, 2020, 10:12:25 AM »
it would be easier to understand from where you copy that info if you would provide screenshots.
40
How to / Re: Subdomain redirect to other internal webserver
« on: December 25, 2020, 10:10:34 AM »
by info from tomcat instructions, it's the same for any app using custom port like nodejs...only port number needs to be replaced.
Configure webservers for domain to be used for Tomcat:
CWP.Admin left Menu -> Webserver settings -> Webserver Domain Conf -> Select Username -> Select Domain/Subdomain -> create configuration -> select any option with (custom port) -> check the box - Rebuild webserver conf for domain on save -> Enter port 8080 for the custom port, leave IP as 127.0.0.1 -> save changes
Copied from:
http://wiki.centos-webpanel.com/how-to-install-ssl-for-tomcat-on-cwp
Configure webservers for domain to be used for Tomcat:
CWP.Admin left Menu -> Webserver settings -> Webserver Domain Conf -> Select Username -> Select Domain/Subdomain -> create configuration -> select any option with (custom port) -> check the box - Rebuild webserver conf for domain on save -> Enter port 8080 for the custom port, leave IP as 127.0.0.1 -> save changes
Copied from:
http://wiki.centos-webpanel.com/how-to-install-ssl-for-tomcat-on-cwp
41
How to / Re: Subdomain redirect to other internal webserver
« on: December 24, 2020, 09:54:46 PM »
as said using webservers per domain conf in cwp admin, similar to default server configuration used as global config
http://wiki.centos-webpanel.com/webservers-vhost-templates
http://wiki.centos-webpanel.com/webservers-vhost-templates
42
CentOS-WebPanel GUI / Re: Remove sub account from reseller panel without deleting the account
« on: December 22, 2020, 06:01:30 AM »
simple edit package for accounts to some package not related to that reseller.
43
CentOS 7 Problems / Re: I have a problem change php verison with CWP pro :(
« on: December 22, 2020, 05:57:29 AM »
you need to check the logs, info about the log files was specified when you click on the start PHP build button
44
CentOS-WebPanel GUI / Re: Webpanel GUI for Clients throwing 500 error.
« on: December 22, 2020, 05:52:12 AM »
you probably have expired cwp files, try checking if your cwp is updating as cwp files for security reasons are valid for a limited time.
if you stuck you should contact cwp support from the website
if you stuck you should contact cwp support from the website
45
PHP / Re: PHP Extension Installation
« on: December 22, 2020, 05:49:31 AM »
as usal when something is not working on the server you need to check the logs, all log locations are specified on the cwp wiki...additionally when you click on start build PHP version button you get the log location filename where you can read if something has gone wrong