• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

restore default plesk files (login_up.php3)

M

markoshust

Guest
i accidently screwed up the login_up.php3 file located at /usr/local/psa/admin/htdocs/login_up.php3

is there any way i can restore it from somewhere at swsoft? or can someone email this file to me?

i've tried everything and can't get login to plesk.

thanks,
mark
[email protected]
 
light bulb popped in my head after posting

logged in to swsoft, got "trial" plesk for one domain for my fedora4

logged into ssh, and did something like this

cd /tmp
wget http://download1.swsoft.com/Plesk/Plesk8.1/FedoraC4/psa-8.1.0-fc4.build81070224.19.i586.rpm.tar.gz
rpm2cpio psa-8.1.0-fc4.build81061129.22.i586.rpm | cpio -idmv --no-absolute-filenames
cd /tmp/dist-rpm-FedoraCore-4-i386/base/
cp /tmp/dist-rpm-FedoraCore-4-i386/base/usr/local/psa/admin/htdocs/login_up.php3 /usr/local/psa/admin/htdocs/login_up.php3



all works and is fine and dandy. use this as a reference if you ever need to rekindle a default plesk file!

-m
 
Back
Top