Everything posted by Sandeep B.
-
Apache 2.4.62 configuration with module socache redis
Yes i understand, the best option is to use in your cms like wp, magento etc this will give you more benefits
-
502 Bad Gateway cwpsrv - Root and user Login
you can reinstall cwp services : yum remove cwpsrv cwpphp -y && yum install cwpsrv cwpphp -ythen update cwp sh /scripts/update_cwp
-
Apache 2.4.62 configuration with module socache redis
hi you can directly use in your script instead in webserver
-
Install Mariadb 10.11 in CentOS Stream 9 Almalinux 9 Rockylinux 9
Hi you can only need to reset the root password
-
does it possible to Migrating from CentOS7 to AlmaLinux9 (same server) without installing to new server
elevate is not recommended as this can break many things
-
rDNS/PTR = FAILED (Postfix Mail Server Manager)
Hi ensure port 53 is opened tcp and udp
-
The Apache HTTP Server Fail
/path/to/your/certificate.crt did you checked the path for this real path if this is for any site delete the SSL from SSL manager then restart the apache and reinstall the certs
-
Viable migration script for CWP server migration available?
what is in the logs for email and website in this way it can be fixed.
-
Viable migration script for CWP server migration available?
I usually install cwp first and do this and it works every time, different hardware doesn’t matter and the kernel will take care of it. in some cases efi boot cause issues in this situation move the users manually Red Hat Customer PortalHow to easily migrate local users and groups from one sys...All local users and groups (within a certain UID/GID number range) need to be migrated from one old system to another freshly-installed system without manually creating said users on the new system.
-
Viable migration script for CWP server migration available?
yes, it possible when running the same version of os and app via rsync, rsync the /home /var/lib/mysql/ (mysql should be the same version) /var/vmail /usr/local/apache /etc/ /var/spool/cron/crontabs and other you remember then rebuild webserver and cwpsrv user config
-
FIx and install netdata In CWP Almalinux 8/9
please try this /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force cd /usr/local/src rm -rf netdata git clone --recursive https://github.com/netdata/netdata cd netdata ./netdata-installer.sh --disable-cloud --dont-waitthen after the official version is installed without any error (keep an eye on errors if there is any) uninstall it again : /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --forcethen install it from cwp
-
CWP Install Netdata from Control panel not working anymore
hi check this solution
-
Diskusage, is it a bug?
you can use this command to check the quotas repquota -a
-
FIx and install netdata In CWP Almalinux 8/9
There are lot’s of complains regarding the netdata not working or installing in CWP to fix the issue please follow the easy fix : you will need top install these dependencies before installing netdata from cwp : First uninstall netdata : /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force Install dependencies : yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest yum install libyaml-develafter these depes are installed go to cwp admin » netdata » and install to from there Installation can take few time depending on your server performance.
-
Install cwp in almalinux 9
Can you provide some error messages
-
Diskusage, is it a bug?
can you check if diskquota is showing correct disk usage ?
-
Problem when converting from Apache Only to Nginx Only (Centos Web Panel)
you need to select the default wordpress template in webserver main config
-
CWP Install Netdata from Control panel not working anymore
Have you tried this? https://blog.alphagnu.com/how-to-update-netdata-in-cwp-control-webpanel-centos-rhel-ubuntu-debian/
-
CWP to CWP account transfer not working anymore
It's for all os el7, el8 and el9
-
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