Archive for July, 2009
Remove Plesk Lockout
by sudo on Jul.28, 2009, under Plesk
Plesk will populate psa.lockout in mySQL in the event of the lockout. Either of the following will clear the lockout.
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e 'TRUNCATE lockout'
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e 'DELETE FROM lockout'
Check /usr/local/psa/admin/logs/httpsd_access_log for brute force attempts.