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.
1
CentOS-WebPanel Bugs / Re: [MAJOR BUG] Disc Quota Reported Wrong
« on: July 09, 2022, 02:24:16 PM »
if quota is not working then you don't have it properly installed, depending on the FS type you need to install and configure quota
2
CentOS 7 Problems / Re: No Login, Blank White Page
« on: July 09, 2022, 02:22:12 PM »
probably expired, you would need to manually update cwp...there are several similar topics about it.
3
SSL / Re: Invalid SSL certificate for subdomain
« on: July 07, 2022, 06:27:47 PM »
test your ssl, simple online tool
https://www.sslshopper.com/ssl-checker.html
https://www.sslshopper.com/ssl-checker.html
4
E-Mail / Re: Move From Cyberpanel to CWP (Email)
« on: July 07, 2022, 06:25:10 PM »
if it is using dovecot then it's possible it will work,
you should try to rsync it and then fix mail permissions
/scripts/cwp_api account mail_fix_permissions
you should try to rsync it and then fix mail permissions
/scripts/cwp_api account mail_fix_permissions
5
CentOS 8 Problems / Re: How to install docker on cwp?
« on: July 07, 2022, 06:21:26 PM »
docker is something not related to webhosting platform for shared hosting so you should use some other server for it
6
Information / Re: Future of CWP?
« on: July 07, 2022, 06:18:41 PM »
before some OS version reaches EOL there is a new version released the same was for centos 6, 7, 8
7
Installation / Re: How to login to client panel with domain name instead of ip address
« on: July 07, 2022, 06:16:49 PM »
http://wiki.centos-webpanel.com/cpanel-compatibility
Access to user panel over subdomain cpanel without port
cpanel.domain.com -> it's the same same as port 2083 but it is using user domain SSL certificate
Access to user panel over subdomain cpanel without port
cpanel.domain.com -> it's the same same as port 2083 but it is using user domain SSL certificate
8
E-Mail / Re: Excessive resource usage: memcached (1044 (Parent PID:1044))
« on: July 05, 2022, 03:21:00 PM »
you need to check it if that is not some hack masked program and then whitelist it, info
http://wiki.centos-webpanel.com/csflfd-firewall-configuration
http://wiki.centos-webpanel.com/csflfd-firewall-configuration
9
E-Mail / Re: Move From Cyberpanel to CWP (Email)
« on: July 05, 2022, 03:19:56 PM »
if cyberpanel has maildir structure then you can create emails manually in cwp and then rsync maildir files to cwp
some info
http://wiki.centos-webpanel.com/how-to-manually-import-emails
some info
http://wiki.centos-webpanel.com/how-to-manually-import-emails
10
DNS / Re: rDNS, Add Zone.
« on: July 02, 2022, 11:23:57 AM »I made the rDNS query on the web the rDNS returns to my domain.
What do I need to configure in cwp?
rDNS/PTR needs to be configured on the server provider side and on your side you need to have A record for the same hostname.
Many server providers provide already all that configured so you would only need to set the same hostname in the cwp.
11
Installation / Re: Centos 7 still the recommended version?
« on: July 02, 2022, 11:21:43 AM »
most servers run centos 7, next is centos 8 stream and cwp delayed, all works fully on them.
12
CentOS-WebPanel GUI / Re: password reset
« on: July 02, 2022, 11:19:50 AM »
if you forgot root login then you need to contact your hosting provider to reset it.
If this is user login then root/admin can reset it.
If this is user login then root/admin can reset it.
13
Installation / Re: mysqli_error() error in home page WCP
« on: July 02, 2022, 11:19:06 AM »
try to check your mysql databases and users
14
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: June 22, 2022, 07:19:48 PM »
CentOS 6 is no longer supported and you should migrate to CentOS 7 or 8.
Fix for el6
Fix for el6
Code: [Select]
cd /usr/local/cwpsrv/htdocs
chattr -i -R /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.935.zip
unzip -o cwp2-0.9.8.935.zip
rm -f cwp2-0.9.8.935.zip
cd /usr/local/cwpsrv/var/services/
wget dl1.centos-webpanel.com/files/cwp/el7/cwp-services.zip
unzip -o cwp-services.zip
rm -f cwp-services.zip
15
Mod_Security / Re: mod_security keed Starting module
« on: June 15, 2022, 03:23:39 PM »Is there any general rule for modsecurity I have problems with Elementor in my web?
check logs, info about all logs is on the wiki