Total Pageviews

Thursday, October 14, 2010

unnikuttan1

resold domain not listed in  WHM ---> change reseller account privileges (enable the list accounts option)

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

restoring account from backup file ---> place the file in the home folder and use the option (Restore a Full Backup/cpmove file) under the backup option

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

set up a formmail script in the domain shine.com and send mail ---> place a mail script in the document root with correct ownership and permission

http://www.w3schools.com/php/php_mail.asp

(A new file named formmail.html has been created in public_html folder. FormMail is enabled, and the entries of the form will be mailed to dils@dilip.html
A new folder new-sys has been created with FormMail.pl file inside.)

(FormMail is a generic HTML form to e-mail gateway that parses the results of any form and sends them to the specified users.script ---> http://www.scriptarchive.com/formmail.html)

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

HTTP Error 500 Internal server error ---> check error log (/etc/httpd/conf/httpd.conf)

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

.php ---> ownership not nobody

Typical settings for files are 777, 755, 666 or 644.
Typical settings for directories are 777 or 755.
Cgi scripts 755, data files 666, and configuration files 644.

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


webpage creation ---> http://www.htmlite.com/

adding addon domain ---> make necessary changes in tweak settings and a A record has been added for the main domain

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

maximum number of mails that can be set in an hour ---> make a entry in /var/cpanel/maxemail

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

unable to create a new domain in WHM -> Create Account ----> In /etc/wwwacct.conf,the HOMEDIR(home directory) was set as /home2. It is reset as /home.

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


Create a database for me with collation  UTF-8 ---> create a database for your domain using phpmyadmin and set the collocation to UTF-8 bin.The collocation can be set using the tab operations
(http://confluence.atlassian.com/display/DOC/Configuring+Database+Character+Encoding)

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

When I run the command /scripts/cpbackup in the server, I get the message
Backup Not Enabled ---> The option  (Main >> Backup >> Configure Backup) was disabled
restore ---> /scripts/pckg
---------------------------------------------------------------------------------

password---> /home/username/etc/domainnname/pasword

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

root@cpanel [~]# iptables -F
root@cpanel [~]# iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination       

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination       

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination       

Chain acctboth (0 references)
target     prot opt source               destination   

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

register_globals
check your settings by viewing the PHP Configuration(cPanel->services and configurations->PHPConfiguration

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

. i have a domain named ann.com  and I created an email account test@ann.com. But I am unable to send mails from this account using Horde or Squirrelmail. Please fix it, so that I can send mails from Horde and Squirrelmail.

The issue was due to the improper ownership and permissions of the mail box. I have repaired it through  Main >> Email >> Repair Mailbox permissions. Now you can send mail from test@ann.com using Horde or Squirrelmail. I have sent mail to your account remya@poornam.com from test@ann.com. Please verify.

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

cgi privilege
CGI privilege was not there for your domain. I have modified your account through  Main >> Account Functions   >> Modify an Account and CGI privilege is given. I have also set “y” in WHM >> Main >> Server Configuration >> Basic cPanel/WHM Setup  >>CGI Script Alias section ,so that sub-domains automatically have the cgi-privilege, instead of  manually editing in conf files.

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

database is not seen in plesk ---> The entry corresponding to this database was missing in the data_bases table of the psa database

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

unable to FTP to the account  ---> The ftp was not working for you as the xinetd was running on port 21.I have stopped it for you and now your ftp is working  fine

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

I tried to create a cron job in kishore.com, in Plesk. But it gives an error--> The corresponding entry in the passwd file was wrong

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

Error on accessing File manager in plesk ---> The path of the home directory was incorrectly entered in the corresponding file.

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

Error on accessing /mail.php file ---> The mentioned file didn't have the correct permissions and ownership. The mail  function was disabled in the php.ini file. The required changes have been made

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

/etc/cron.deny
/user/bin/crontab ---> 4755

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

 From the CGI center in your cpanel you can create a counter for your domain.

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

Now you can view your index.php page using the 'lynx' command.
Your index.php file contains the phpinfo() method, which was disabled in your 'php.ini' file. Also, support for php and cgi was disabled for your domain 'soumyojit.com'. I have enabled the options and now it's working fine.

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

No comments:

Post a Comment