Everything posted by Sandeep B.
- Update CWP RoundCube Mail Version 1.5.8 – Control Web Panel
- Update CWP RoundCube Mail Version 1.5.8 – Control Web Panel
-
Upgrade from Centos 7 and where to go
you can use this elevate guide from alamalinux https://wiki.almalinux.org/elevate/ELevating-CentOS7-to-AlmaLinux-9.html#migrate-centos-7-to-almalinux-8 don't elevate to almalinux 9 for now
-
Upgrade from Centos 7 and where to go
there are ways to upgrade but i've seems they encounters problems afterword
-
Upgrade from Centos 7 and where to go
you will be stuck in that version
-
Upgrade from Centos 7 and where to go
you can check it here https://docs.control-webpanel.com/docs/admin-guide/user-accounts/cwp-to-cwp-migration
-
Upgrade from Centos 7 and where to go
it is not recommended this will cause many issues you need a fresh server to do the migration via cwp-cwp migration module
-
Upgrade from Centos 7 and where to go
Cwp on centos 8 stream and almalinux 8 is stable now, php versions are avialble and it is actively developed like el7 also next year cwp will be relased for el9.
-
CWP and PageSpeed Module?
the solution is to use CMS side js and css optimizer you can use some minify plugin
-
Nginx + Apache setup in CWP
backend webserver ports are accusable only when you disable firewall it is recommend to keep the firewall on in that case
- CWP Apache Enable mod_brotli Brotli Compression - Control Web Panel
-
CWP Apache Enable mod_brotli Brotli Compression - Control Web Panel
it seems bug with mod security, brotli and mod sec can't run together if you need mod security then delete the brotli config : rm -rf /usr/local/apache/conf.d/brotli.conf && systemctl restart httpd if you need brotli remove mod security
-
Nginx + Apache setup in CWP
localhost is not recommended since some servers have multiple ips and apache should use the configured ip for the domains.
-
Install PHP 8.2 from source Latest version in CWP- control web panel
iconv not supported with latest version of glibc
-
broken content-length header
under webserver domain config and webserver main config you've options to set apache timeout templates choose that template for your website and check,
-
broken content-length header
no idea what you're asking you need to provide more details of the error,
- CWP Double DKIM records issue
- Update CWP RoundCube Mail Version 1.5.8 – Control Web Panel
-
CWP Double DKIM records issue
DNSSEC is nothing to do with DKIM double records, to solve the issue you need to delete the keys from /etc/opendkim for that domains and from the dns manager and then regenerate the key or edit /etc/opendkim.conf and add this lines at last : RemoveOldSignatures yes and restart dkim service
-
Clamav fails to install
Then you need to install base version of curl from centos 7 seems latest curl is not supported by old clamav. Remove this lines "exclude=curl* libcurl*" from /etc/yum.conf And install curl yum install curl libcurl libcurl-devel
-
Clamav fails to install
Remove the clamav rpm -e --nodeps clamav and install via yum : yum install clamav --skip-broken
-
Clamav fails to install
also try yum install clamav --skip-broken also you can install latest clamav via this command : rpm -ivh https://www.clamav.net/downloads/production/clamav-1.0.4.linux.x86_64.rpm
-
Clamav fails to install
try this : rm -rf /lib64/libcurl.so.4 ln -s /usr/local/lib/libcurl.so /usr/lib64/libcurl.so.4 ln -s /usr/local/lib/libcurl.so /usr/lib64/libcurl.so if this not works i think you need to use old version of curl 7.xx
-
Clamav fails to install
can you provide this command output : ls -la /usr/lib64/ | grep libcurl
-
Clamav fails to install
try this ln -s /usr/local/lib/libcurl.so.4 /usr/lib64/libcurl.so.4 and install clamd again