Category: Plesk

0

Authentication error IIS home page

When you try to access the website, you will be getting an error message stating as follows:===== Authorization Error ===== Its a known issue if you are running Plesk with IIS. You can resolve...

0

CSF error some missing iptables modules [4] ipt_REDIRECT…FAILED, ipt_owner, ipt_recent, iptables_nat

I have installed the CSF in the server. When I try to run the perl test in the CSF, it is giving the following error.=============== # perl /etc/csf/csftest.pl Testing ip_tables/iptable_filter…OK Testing ipt_LOG…OK Testing ipt_multiport/xt_multiport…OK...

2

Plesk Windows Statistics not being updated

If web statistics present in the Plesk panel is not working, you can run the following command in the command prompt.========== %plesk_bin%\statistics.exe” –all –process-domains=karthick.com –from-date=2012/5/2 ========== You can find more options by running statistics.exe...

0

Plesk and MYSQL

1. Getting all the domain account information from Plesk ————————————————————————mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e “select login,password,home from sys_users INNER JOIN accounts on accounts.id=sys_users.account_id;” 2. Get client login details from Plesk. ———————————————– mysql...

0

Plesk Back end files

Pleask backend files in linux machine: Plesk root directory : /usr/local/psa Version : /usr/local/psa/version Admin password is stored : /etc/psa/.psa.shadow Plesk configuration file : /etc/psa/psa.conf Restart Plesk : /etc/rc.d/init.d/plesk restart Apache Main httpd configuration...