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…
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.…
To change Default Ip address for Namebased Sites : edit /etc/virtualhosting/namebased_ip_addrsedit /etc/hostsedit /etc/httpd/conf/httpd.confedit /var/www/html/MyAdmin/wp.config.inc.phpedit /etc/detectchanges/IPthen run#/usr/local/bin/NBDetectchanges Resave all the named-based sites.
How to enable Cgi-bin for any folder? Create a .htaccess file and place the same in the folder you want to enable Cgi-bin to. Place the following in the .htaccess…
To activate the FTP mode in ensim control panel to ACTIVE mode the following has to be achieved, You will need to manually edit some ensim files to turn off…