
Everything posted by Sandeep B.
-
Web panels in 2024
support is active there we're fixing the support in cwp and soon will be fixed since CWP is going with el9 there are some bugs that we'll fixed ASAP.
-
Web panels in 2024
for development: hestia for WordPress : cyberpanel for extended feature and OS compatibility: plesk and aapanel for shared hosting: CWP and CPanel Directadmin is good but very complex for easy reverse proxying with backend apps: cwp for free mailing MTA : hestia cp and cwp
-
CWP unsuspend function problem
Hi try to set as disk quota 0 in packages and try without any hooks
-
CWP unsuspend function problem
The disk quota shouldn't be -1 you need to set something like bigger positive number like 999999
-
CWP unsuspend function problem
did you set the quota as -1 ?
-
CWP unsuspend function problem
i've checked the xfs and ext4 quota and they are working fine
-
CWP unsuspend function problem
you can dm me with root logins
-
CWP unsuspend function problem
Yes it can be fixed generally i sent you the method will fix it.
-
CWP unsuspend function problem
Its not bug in cwp its your kernel quota bug
-
CWP unsuspend function problem
you're not using cwp compatible quota you need to follow this tutorial https://forum.centos-webpanel.com/centos-configuration/how-to-setup-user-quotas/ after adding to fstab : /dev/sda1 / ext4 srjquota=quota.user,jqfmt=vfsv0 0 0 usrjquota=quota.user,jqfmt=vfsv0 reboot the system and then run again mount -o remount / quotacheck -avugm quotaon -avug
-
CWP unsuspend function problem
can you post the output of this commands : mount -o remount / quotacheck -avugm quotaon -avug
-
CWP unsuspend function problem
it seems to be quota issue with kernel predefined quota recommended to use ext4 or xfs file system
-
CWP Apache enable TLS 1.3 - Control Web Panel
this tutorial will also enable ALPN
-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
You can delete this line and check depends on mariadb_init
-
httpd wont start after mod security install
@c64solved by himself
-
Upgrade MariaDB 10.11 In CWP Centos 7 Centos 8 stream AlmaLinux 7/8 RockyLinux 7/8
add this line to /etc/my.cnf [mysqld] pid-file = /var/lib/mysql/mariadb.pid restart mariadb service and edit monit config file : nano /etc/monit.d/cwp.mysql replace with below config : check process mariadb with pidfile /var/lib/mysql/mariadb.pid group database start program = "/usr/bin/systemctl start mariadb" stop program = "/usr/bin/systemctl stop mariadb" restart program = "/usr/bin/systemctl restart mariadb" if failed port 3306 protocol mysql then restart if 3 restarts within 5 cycles then timeout alert root@localhost only on {timeout} then restart monit service
-
httpd wont start after mod security install
you can pm me your server details for the checks
-
httpd wont start after mod security install
hi did you try to update mod security?
-
Disable PHP mail function in CWP – Control webpanel
same thing but this process is more clean
-
IPv6
as per the module code /64 will work with this module did you tested ?
-
IPv6
in CWP ipv6 module is in development you can wait for it.
-
Change pages for hostname.domain.com and ns1.domain.com
you can't do it via hostname you can choose some other subdomain and proxy the port 2031 with apache or nginx via the webserver domain config
-
Custom templates for hostname.conf and hostname-ssl.conf
for the hostname you don't need to use certbot, go to cwp admin >> change hostname >> hit the change hostname button this will issue an LE cert
-
How to enable pgAdmin?
try this : cd /usr/local/cwpsrv/var/services yum install cwpPgphp -y yum reinstall cwpPgphp -y mv phpPgAdmin phpPgAdmin.bak wget https://github.com/phppgadmin/phppgadmin/releases/download/REL_7-13-0/phpPgAdmin-7.13.0.zip unzip phpPgAdmin-7.13.0.zip mv phpPgAdmin-7.13.0 phpPgAdmin rm -rf phpPgAdmin-7.13.0.zip
-
Custom templates for hostname.conf and hostname-ssl.conf
hi why do you want to change the hostname template ? are you hosting anything on the hostname subdomain?