php = yes mysql = yes apache = yes sqlite = not tested spamassassin = not tested basically any one suggested by atomicorp.com repo.. Make sure your installing the repo as outlined wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh Once you have the repo installed run: #yum check-update | grep…
useful command for plesk maintenace
here some useful command for plesk maintenance get ftp user password mysql -uadmin -p` cat /etc/psa/.psa.shadow` -Dpsa -e”SELECT login AS FTP_USER,password AS FTP_PASS,home AS DOMAIN_ROOT,accounts.id,sys_users.account_id FROM accounts, sys_users WHERE accounts.id=sys_users.account_id;” get email user password mysql -uadmin -p` cat /etc/psa/.psa.shadow` -Dpsa -e”select mail_name,name,password from mail left join domains on mail.dom_id =…
how to install a plesk web server on CentOS 5.3
Start the CentOS installer by booting from cd/dvd. For partitioning advice, I followed parallels suggestions We cannot give any exact numbers, however, you should take into account the following.Plesk for Linux OSes stores all users’ data in /var partition by default, so the partitioning should be like: SWAP → twice…