Total Pageviews

Sunday, January 24, 2010

Cpanel --- Ensim
==================
/etc/proftpd.conf---/home/virtual/ < your domain >/etc/prpftpd.conf

/etc/passwd --- /home/virtual/ < your domain >/etc/passwd

/etc/valiases/domain --- /home/virtual/ < your domain >/etc/aliases

/usr/local/apache/conf/httpd.conf --- /etc/httpd/domain.comconf/virtual/< site number >

/etc/exim.conf --- /home/virtual/ < your domain>/etc/sendmail.cf

/var/named/domain .db --- /var/named/db.domain

/usr/local/apache/logs/error_logs --- /home/virtual//var/log/httpd/error_log

/usr/local/apache/logs/access_logs --- /home/virtual/< domain >/var/log/httpd/access_logs

-------------------

Location of home directory in cpanel and ensim
In cpanel the home directory is located at /home/user name
In ensim its /home/virtual/domain name

-------------------

Temporary URL used in cpanel servers ,when the domain name is not active.
http://server ip address/~user name

-------------------

Temporary URL used in ensim servers ,when the domain name is not active
http://srv02.behosted.com/~admin< number >/

-------------------


Accessing shared ssl in cpanel
https://server ip/~user name

-------------------
Accessing sharhttps://www.dfwairparts.com/admin/categories.php?osCAdminID=74db583034663bf2f61754044bbcea4ded ssl in ensim
https://server ip/~admin < number>

-------------------

Anonymous ftp login path in cpanel
/home/user name/public_ftp/

-------------------

Anonymous ftp login path in ensim
/home/virtual/< domain name >/var/ftp

-------------------

In cpanel ftp users are created under the path
/home/user name/public_html

-------------------

In ensim the ftp users are created under the path
/home/virtual/< domain name > /home

-------------------

In cpanel all the mail accounts are located at
/home/user name/mail
In ensim all the mail accounts are located at
/home/virtual/< domain name >/var/mail

-------------------

In cpanel webmail is accessed using the link
http:// domain name or ip :2095

-------------------

In ensim you access mail using
http://domain name/squirrelmail

-------------------

In cpanel servers we have to use user name as username@domain.com while connecting using ftp.

In ensim also we have to use username@domain.com while connecting using ftp.


In cpanel servers we use user name as just user name while connecting to the server using shell access

ie ssh -l user name domain.com

In ensim we use the user name as username#domain.com

eg: ssh -l username#domain.com domain

-------------------


In cpanel the mail queue is located at the path
/var/Spool/exim/input

-------------------

In ensim there is mailqueue for each domain.
The path is /home/virtual/< domain > /var/spool/mqueue

-------------------

Public_html and cgi-bin folder in cpanel servers are located at
/home/user name/public_html
/home/user name/public_html/cgi-bin

-------------------

In ensim the document root are at
/home/virtual/< domain name > /var/www/html
/home/virtual/< domain name >/var/www/cgi-bin

-------------------

In cpanel we use vfilters to block a mail from a particular mail account .The path is /etc/vfilters/domain name

In ensim we use access file to block a mail from a particular mail account. The path is /home/virtual/site[x]/fst/etc/mail/access

format is

spam@spammer.com REJECT

-------------------

Cpanel can be restarted using the command
/etc/rc.d/init.d/cpanel3
Ensim can also be restarted using the commands
/etc/rc.d/init.d/webppliance

No comments:

Post a Comment