I am installing this patch for cgiwrap called cgiwrap-php...
<http://www.klaban.torun.pl/patches/cgiwrap/> The intention is to force all users of a shared web service to run a global system program via CGI called "cgiwrap-php". Basically this program runs the php interpreter on the user's php code with certain guard rails. OK.. So my problem is probably a basic configuration issue... I built the php 4.1.2 program as a standalone binary instead of an apache dso. I am able to exercise the program via a web browser, calling it via the mechanism described in the cgiwrap-php documentation... So, when I run the phpinfo() function, the images in the resulting page in the bowser are broken (e.g. the php logo). Since the src of the image tag uses these serial-number-lookup things, instead of a static path to the file system location, I am at a loss for finding what I thought might be an apache permissions/authorization problem; in that, apache might be disallowing a read from a place in the file system where the images are stored... Though this hunch could be wrong too. Any ideas? thx dk -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php