You can use the following steps to retrieve the domain password. 1.Login to mysql prompt using the following command mysql -u admin -p Enter the password from the file “etc/psa/.psa.shadow” when prompted for the same. 2.Access the psa database using the following command. mysql>use psa; 3.Select domain id from “domains” table. Use the following command. [...]
Archive for the ‘PLESK’ Category
Plesk: How to get domain password from psa database
Posted in PLESK on October 24, 2009 | Leave a Comment »
Site builder issue in Plesk
Posted in PLESK on October 24, 2009 | Leave a Comment »
If the error ‘Publishing a site is forbidden. Please contact your administrator.’ occurs. Steps to be followed is 1 login as into plesk as admin 2 select site builder from server 3 select User Management 4 in here select the user who has to be given publishing rights and select allow publish. 5 please note [...]
CGI bin not working in Plesk
Posted in PLESK on October 24, 2009 | Leave a Comment »
When you attempting to run any .cgi file you receive a 500 error page and error log shows Premature End of Script Headers. cp /usr/sbin/psa-suexec /usr/sbin/suexec chown root:apache /usr/sbin/suexec service httpd restart
How to flush Qmail queue in Plesk
Posted in PLESK on October 24, 2009 | Leave a Comment »
/var/qmail/bin/qmail-qstat status Stop qmail find /var/qmail/queue/mess -type f -exec rm {} \; Repeat the command find /usr/local/psa/qmail/queue/$i -type f -exec rm {} \; where $i is bounce, info, intd, local, mess, remote and todo folders in /usr/local/psa/qmail/queue/ Restart qmail
How to update stats for a domain:Plesk
Posted in PLESK on October 24, 2009 | Leave a Comment »
/usr/bin/webalizer -n /home/httpd/vhosts/domain.com/logs/access_log -D /usr/local/psa/var/webalizer.cache -p -N 15 -o /home/httpd/vhosts/domain.com/webstat -F clf /home/httpd/vhosts/domain.com/logs/access_log.processed
How to delete domains from backend in Plesk
Posted in PLESK on October 24, 2009 | Leave a Comment »
delete domains from plesk back end Domain removal issues: error “Unable to delete hosting: Unable to delete system user,**** etc.” The resolution for this problem is: mysql -u admin -p mysql>use psa; mysql>show tables; mysql> describe domains; mysql> delete from domains where name=’domaintobedeleted.com’;
Where is Plesk password
Posted in PLESK on October 24, 2009 | Leave a Comment »
plesk /mysql control panel password stored inside the file /etc/psa/.psa.shadow
how to change hostname in Plesk
Posted in PLESK on October 24, 2009 | Leave a Comment »
If you wish to change the hostname of the server you must make sure that you make all of the following changes at the following places: – /etc/hosts Your current hostname should be here next to the server’s IP address, change this to the new hostname – /etc/sysconfig/network You should have a HOSTNAME variable here, [...]
HOW To upgrade to PHP 5.2.x on CentOS/RHEL/Fedoraedora
Posted in MIGRATION, Php, PLESK on October 11, 2009 | Leave a Comment »
To upgrade to PHP 5.2.x on CentOS/RHEL/Fedora: Step 1) Set up the atomic channel as follows: wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh Step 2) To upgrade to PHP 5.2.x: yum update php Step 3) Then you can replace the PHP 4 php.ini with PHP 5.2.x’s (if applicable): mv /etc/php.ini.rpmnew /etc/php.ini Step 4) Replace the [...]
Installing custom SSL certificates for Qmail and IMAP/POP in Plesk
Posted in PLESK, SCRIPT on September 11, 2009 | Leave a Comment »
http://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-unix-administrators-guide/index.htm?fileName=52756.htm