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

issue on cgi_wrapper with $UID

argonius

Basic Pleskian
Hi,

i am running mostly two identical systems on ubuntu 8.04 with plesk 9.5.

on the first system, plesk with php-fcgi is running stressless. But on the other system i have problems
running php-fcgi.
I figured out, that the variable $UID in cgi_wrapper is not set. Can someone tell me, where this variable is set?
I tried env and export, but it seems it is not coming from there.

I am also responsible for any other help on the problem with the missing value for $UID.

Thanks a lot

patrick
 
fixed it!
problem was, that on one system /bin/sh was linked to dash and not bash.
this was normal on ubuntu. i changed the symbolic link to /bin/bash and now it works.

hope this helps someone out there ;)
 
Back
Top