
Everything posted by Sandeep B.
-
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
Check with https://www.mail-tester.com/ and check what is the exact issue
-
Update CWP RoundCube Mail Version 1.5.8 – Control Web Panel
yes 1.6 is not supported in cwp at this time.
-
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
-
Clamav fails to install
send the output of the following commands : ls -la /lib64/ | grep libcurl and ls -la /usr/lib64/ | grep libcurl and ldconfig -p | grep libcurl
-
Clamav fails to install
If upper solution doesn't solve this try to install/reinstall libcul and libcurl-devel package yum install libcurl libcurl-devel yum reinstall libcurl libcurl-devel
-
Install PHP 8.1 from source in CWP?
It can be incompatibility with 2 modules.
-
Clamav fails to install
You can try executing these commands: ldd -r /usr/lib64/libcurl.so.4 rm /usr/local/lib/libssh2.so.1
-
Logrotate for CWP own logs
You can use this tutorial to clear the logs via cron job : or you can use below configs for logrotate : yum install logrotate -y create the cwp logrotate config file : nano /etc/logrotate.d/cwplog add this lines to it and save : /usr/local/cwp/php71/var/log/*.log /var/log/cwp/*.log { daily rotate 3 size 15M compress dateext dateformat -%d-%m-%Y delaycompress } you can debug/dry-run the log rotate config via this command : logrotate -d /etc/logrotate.d/cwplog disable system protect for logrotate : sed -i '/ProtectSystem=full/s/^/#/g' /usr/lib/systemd/system/logrotate.service systemctl daemon-reload and restart logrotate.timer and logrotate via systemctl : systemctl restart logrotate.timer logrotate check logrotate.timer and logrotate are running via this command : ** logrotate will show inactive other than that ensure the service doesn't have any error systemctl status logrotate.timer logrotate
-
CWP – Control Web Panel Install Latest Apache 2.4.62 version
you meant site is showing default page ? or there is any other error when you open the sites ? screenshots will be helpful
-
CWP – Control Web Panel Install Latest Apache 2.4.62 version
hi can you check the vhost is created or not after you rebuilt the webserver config ? as the latest apache version doesn't interfere with it.
-
Can't add ssl certificate on domain with internal ip
Free ssl needs public IP for verify and to issue the certs, if you're using private ip then you need to buy a paid ssl
-
Install PHP 8.1 from source in CWP?
Here is the steps to enable ioncube https://www.alphagnu.com/topic/9-install-php-82-from-source-latest-version-in-cwp-control-web-panel/?do=findComment&comment=215
-
What do you think with Hetzner
Alphagnu.com is hosted on hetzner vps cloud server and i didn't see any downtime in last 3-4 months and they provide genuine servers also there servers are not overselled. Regarding billing related they don't fraud it you'll get the bill what they mention in there plans
-
CWP Dashboard behind a Cloudflare proxy. How to
How you're accessing user panel any link demo ? it is recommended to access via hostname : https://hostname:2083