Posted by: sureshm on: October 27, 2007
First, you must sign into your user control panel:
<http://mydomain.com/user> (please substitute your actual domain name here)
You will be prompted to enter your username and password on this login page. Your username is the first part of your email address. So if your email address was “suresh@mydomain.com”, your username would be “suresh”.
Once signed in, click the [...]
Posted by: sureshm on: October 26, 2007
Disable SSLv2 and enable SSLv3 in the server in Ensim Linux Server
Edit the conf of ssl
# vi /etc/httpd/conf.d/ssl.conf
Add/Edit the lines
SSLProtocol -All +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXPRestart Apache
/etc/init.d/httpd restart
You can connect the server using OpenSSL to test it :
openssl s_client -connect localhost:443
Replace the localhost with the server name
Posted by: sureshm on: October 26, 2007
Ensim control panel usually subjected to errors while editing from the control panel. The most common error is the one which will occur while deleting a site from the control panel.
The following describes how to delete the domain from the back end in linux servers.
01. Login as the ‘root’ of the server.
02. Unmount the perl [...]