Curl Issues with curl-ssl , Centos 4.x
You can see there are some resent issues due to update of ca-bundle files. So in Centos 4 servers the common ca-bundle files located on /usr/share/ssl/certs doesn’t work with curl SSL . cPanel also…
HOSTSEO BLOG - Practical insights on web hosting, server administration, cybersecurity, WordPress, domains and search visibility.
Browse the HOSTSEO article archive.
You can see there are some resent issues due to update of ca-bundle files. So in Centos 4 servers the common ca-bundle files located on /usr/share/ssl/certs doesn’t work with curl SSL . cPanel also…
This is not a big problem in DNS records. Eventhough this warning is annoying. The best SOA record expire time is 2 to 4 weeks . To solve this issue, you may simply send…
Today Host SEO released (alpha inhouse release )one of our own web acceleration engine service. It is currently running on our production websites hostseo.com . What is this application? This is our first and…
There are a number of methods for removing emails from exim queue. The following one is a generic method , but it is slow , #exim -bpru | awk {‘print $3’} | xargs exim…
This module is already enabled by default in cPnginx version 6.0 or higher . You may simply need to add the module setting in nginx.conf as follows, set_real_ip_from $firewall_ip1; set_real_ip_from $firewall_ip2; real_ip_header X-Real-IP; You …