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
Author: admin
Covert an IPbased site to Namebased site in ensim, IPbased site to Namebased site.
November 27, 2006 / SSLTo 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…
Change upload_max_filesize for a particular domain, upload_max_filesize
November 27, 2006 / General DiscussionTo 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.…
Change Default IP Address for Name-based Sites, Ip address for Name-based Sites
November 27, 2006 / General DiscussionTo 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.
Enable Cgi-bin for any Folder, Enable Cgi-bin for Folder
November 27, 2006 / General DiscussionHow 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, mode in ensim control panel to ACTIVE mo
November 27, 2006 / Control PanelsTo 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…
Disk Quota Check-in ensim, fixing quotas manually for Ensim
November 27, 2006 / General DiscussionIf you are getting the following errors in your logs : Sep 5 21:51:43 srv01 kernel: VFS: find_free_dqentry(): Data block full but it shouldn’t.Sep 5 21:51:43 srv01 kernel: VFS: Error…
MailMax/Webmail Registration Problems
November 27, 2006 / General DiscussionThe client is having an issue with Mail-Max registration.URL: http://ns3.emediatecreative.com/webmail Example account: http://www.goldenenergyservices.com/webmail email: [email protected] PW: mthoThis is the error message displayed in the browser when a user tries to…
How to Enable Extended Logging
November 27, 2006 / General DiscussionTo enable extended logging in Exim to trace nobody’s mails. Try the following trick. Edit /etc/exim.conf On the second line add: log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer…
Sample entry for sitx.anonftp
November 27, 2006 / General DiscussionCode: AllowAll # Limit WRITE everywhere in the anonymous chroot AllowAll # An upload directory that allows storing files but not retrieving# or creating directories. AllowAll AllowAll