If you face such an error —–> ERROR 1045: Access denied for user: ‘root@localhost’ (using password: NO). Solution : You have set a password on the root account. This is…
If you face such an error —–> ERROR 1045: Access denied for user: ‘root@localhost’ (using password: NO). Solution : You have set a password on the root account. This is…
If you come across such an error in login in CpanelSorry for the inconvenience!The root partition on this server is running out of disk space. Cpanel operation temporarily suspended to…
If you get the following error while running the script following is the solution: root [~]# /scripts/updatenowUpdating /scripts…rsync: failed to connect to rsync.cpanel.net: No route to hostrsync error: error in…
Fatal error: Undefined class name ’string’ in /usr/local/cpanel/base/horde/turba/lib/Turba.php on line 168. This error caused by the user having a comma in their address book in Horde. In order to fix…
Add these Lines under httpd.conf file========================ServerAdmin [email protected] /home/securea/public_htmlBytesLog domlogs/secure.avmdvds.com-bytes_logServerName www.secure.avmdvds.comScriptAlias /cgi-bin/ /home/securea/public_html/cgi-bin/CustomLog /usr/local/apache/domlogs/secure.avmdvds.com-ssl_log “%t %{version}c %{cipher}c %{clientcert}c”User secureaGroup secureaSSLEnableSSLCertificateFile /usr/share/ssl/certs/secure.avmdvds.com.crtSSLCertificateKeyFile /usr/share/ssl/private/secure.avmdvds.com.keySSLLogFile /var/log/secure.avmdvds.comUserDir public_htmlSetEnvIf User-Agent “.*MSIE.*” nokeepalive ssl-unclean-shutdown======================== #service httpd stop#service…
#!/bin/bash logpath=/var/logloglines=5000 for name in `ls $logpath`dotail -n $loglines $logpath/$name > /tmp/log.tempcp -f /tmp/log.temp $logpath/$namedonerm -f /tmp/log.temp /bin/sleep 3/usr/bin/killall -9 httpd/bin/rm -rf /usr/local/apache/logs/*/bin/sleep 5/etc/rc.d/init.d/httpd startssl
The problem for incorrect login for Horde webmail OR the IMAP problem for Squirrelmail is often caused due to failure of the IMAP service on the server.We first need to…
SSL –cd /usr/share/ssl/CA/Go to the certificate issuer website (here as an example — comodo )wget http://instantssl.com/ssl-certificate-supp…yServicesCA.crtpico /usr/local/apache/conf/httpd.confAdd line –SSLCACertificateFile /usr/share/ssl/CA/ComodoSecurityServicesCA.crtIf its Freessl.com then look out for CA certificates at –http://www.freessl.com/chainedssl/chaineds…nstallcert.html
To convert an IP-based site to name name-based site in ensim run the following command as a root user onthe shell. #EditVirtDomain -c ipinfo,namebased=1,ipadrs=\[\] domain_namewheredomain_name is the domain name of…
To Change upload_max_filesize for a particular domain in Ensim run the following command on the shell as a root user. #echo “php_admin_value upload_max_filesize 20MB” > /etc/httpd/conf/sitexx/uploadmaxsizeReplace xx with site number.…