• 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.

how do I go about install apache ASP module?

P

panaman

Guest
I have plesk installed and running

but for somereason the Apache ASP module isn't installed....

Also my backup button for the clients to backup thier websites are grayed out...
and i have a backup-manager installed..

[root@linux01 opt]# rpm -qa |grep backup
psa-backup-manager-8.0.1-rhel4.build80060728.17
 
Is the backup button for the client, or for you (the admin) greyed out? On a client level, this could be part of the "permissions" settings (see Client -> Permissions). On a system level, this could indicate another problem with Backup Utilities. Some more research into what is missing would be needed.

ASP is handled through a perl module (perl-Apache-ASP-2.59-fc4.build80060613.20 for FC4 w/the latest updates). rpm -aq |grep ASP should return a result for you. If it doesn't, the easiest way (for you as the admin) would be to utilize the Control Panel to add the functionality to it through the Updater system, along with any other features you may want that are currently uninstalled. (Note: You may wanna check to see what all your license supports before installing certain things, just to be sure you have the option to utilize them)...
 
Back
Top