• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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