
Everything posted by Sandeep B.
-
CWP to CWP account transfer not working anymore
hi install the dev version it is fixed : Admin chattr -i -R /usr/local/cwpsrv/htdocs/admin cd /usr/local/cwpsrv/htdocs rm -f cwp-el7-DEV.zip wget http://dl1.centos-webpanel.com/files/cwp/el7-dev/cwp-el7-DEV.zip unzip -o cwp-el7-DEV.zip User cd /usr/local/cwpsrv/var/services/ rm -f cwp-services-DEV.zip wget http://dl1.centos-webpanel.com/files/cwp/el7-dev/cwp-services-DEV.zip unzip -o cwp-services-DEV.zip
-
SSL on hostname wont renew
hi can you check the acme log /root/.acme.sh/acme.sh.log
-
CPU high usage after mariadb upgrade 10.11
you need to check which processes are taking the CPU via the top command
-
Install cwp in almalinux 9
Did you try our upgrade tutorial?
-
CWP update ModSecurity to 3.0.12 with OWASP Ruleset 4.0.7?
any error you're getting with the latest version build with Apache?
-
cwp-httpd update fails
you can remove the cwp-http package and try to install it again
-
CWP Apache Enable HTTP/2 with mod_http2 module - Control Web Panel
you can use the same tutorial
-
Fix Centos 8 repo due to EOL could not retrieve mirrorlist
If you're getting this error and the repo is failing with Centos 8 with a similar message mentioned below then run the fix script to auto fix the appstream or other repo : Errors during downloading metadata for repository 'appstream': - Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Could not resolve host: mirrorlist.centos.org] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Could not resolve host: mirrorlist.centos.org] Due to EOL the mirrorlist.centos.org doesn't exist anymore and removed you need to change the repo to vault.centos.org it would help if you ran the below script on your server : sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* yum update -y
-
X-Forwarded-For or CF-Connecting-IP How to know th real IP?
you need to implement this
-
CWP – Control Web Panel Install Latest Apache 2.4.62 version
try this command then update Apache yum remove cwp-httpd httpd* -y && yum install cwp-httpd -y
-
How to enable pgAdmin?
you can install it in any subdomain with pgsql PHP extension installed
-
Fix Centos 7 repo due to EOL could not retrieve mirrorlist
YOU NEED TO RUN THE UPPER COMMANDS TO FIX IT it is because the repo are closed
-
roundcube time problem
hi the roundcube usage cwp php timezone if you change the time zone in cwp panel it will et changed too
-
AlmaLinux release 8.9 (Midnight Oncilla) = SECRET FİLE ?
to remove cache you can run this command : /usr/bin/varnishadm 'ban req.url ~ .'
-
CWP Apache Enable mod_brotli Brotli Compression - Control Web Panel
you can build brotli in nginx only to get performance benefits with modern browsers
-
CWP Apache MPM Event Problem
did you increased the mpm connection limit and check ?
-
Can't rebuild Mail server the normal way with the buttons.
HI which os you're using with CWP ?
-
CWP – Control Web Panel Install Latest Apache 2.4.62 version
you can check the build script there is nothing there which you're mention that our script did it
-
CWP – Control Web Panel Install Latest Apache 2.4.62 version
the config file is the same with our installer it would help if you tried rebuilding vhost from the webserver config and test
-
Upgrade MariaDB 10.5 to 11+
i didn't see any error in your post
-
Install cwp in almalinux 9
it is in beta stage so many thing is still not working
-
Install Mariadb 10.11 in CentOS Stream 9 Almalinux 9 Rockylinux 9
- Fix Centos 7 repo due to EOL could not retrieve mirrorlist
this is for repo fix of centos 7 only- Upgrade MariaDB 10.5 to 11+
regarding upgrade to nginx latest you need to do this commands dnf module disable nginx dnf remove nginx then go to cwp >> webserver settings and rebuild with nginx + apache options this will install the latest version of nginx- Install Elasticsearch
it depends on your script cwp will not get conflicted - Fix Centos 7 repo due to EOL could not retrieve mirrorlist