• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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