• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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