• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk 9.5.4 subscription command not found

sosbilisim

Basic Pleskian
Hello;

I use apache with revese-proxy nginx but my new added domains cant add system i trace them.

my generate_nginx_config.sh file contains

R_WWWROOT=`/usr/local/psa/bin/subscription --info $domain | grep "\-\-WWW-Root--" | cut -d\ -f2 | sed -e 's/\\//\\\\\\//g'`


/usr/local/psa/bin/subscription file not found in system

[root@linux nginx_setup]# ls -al /usr/local/psa/bin/subscription
ls: /usr/local/psa/bin/subscription: Böyle bir dosya ya da dizin yok


where is the subscription file on my plesk box

thank you
 
9.5 does use subscriptions, I think thats a plesk 10/11 thing.


Plesk 9
# cat /usr/local/psa/version; ls -la /usr/local/psa/bin/subscription
9.5.4 RedHat el5 95110630.15
ls: /usr/local/psa/bin/subscription: No such file or directory


Plesk 11
# cat /usr/local/psa/version; ls -la /usr/local/psa/bin/subscription
11.0.9 RedHat el5 110120608.16
lrwxrwxrwx 1 root root 50 Jul 18 11:48 /usr/local/psa/bin/subscription -> /usr/local/psa/admin/plib/api-cli/subscription.php*
 
Not sure what to tell ya, its not there on Plesk 9 and that appears intentional, but it does re-appear (or get added) into later versions of Plesk, I think starting with 10 but definitely in 11.

Also there is no mention of /usr/local/psa/bin/subscription in the link you provided except for a couple people in the comments, the "article" (if you can call it that) doesn't reference that file.
 
Back
Top