Welcome! Log In Create A New Profile

Advanced

Re: PHP_SELF not set

September 11, 2009 04:52PM
On Fri, Sep 11, 2009 at 21:15, durist <nginx-forum@nginx.us> wrote:
> I am trying to configure cacti under nginx. It makes heavy use of the $_SERVER['PHP_SELF'] variable, but this isn't getting set. I've tried setting it explicitly; e.g.
>
>   fastcgi_param PHP_SELF $fastcgi_script_name;
>
> but when I dump the $_SERVER variable from PHP it's still not set. I've tried passing other variables to PHP this way as a test, and I can see them when I dump $_SERVER, so I'm wondering if nginx is stripping this, and if there's a workaround. I'm using the Ubuntu nginx 0.6.35 package under jaunty.

The latest stable version is 7.6.1, you could try compiling from
source. What's Ubuntu's default fastcgi_params file? Here are a few on
mine:

fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_param DOCUMENT_URI $document_uri;

Are those on yours? I've commented out fastcgi_param DOCUMENT_ROOT
because i define that under each virtual host. Your nginx.conf could
also provide some clues, as well as PHP's error log (set php.ini to
log to a file) and nginx's error.log as well.

HTH,
Nuno Magalhães

--
() ascii-rubanda kampajno - kontraŭ html-a retpoŝto
/\ ascii ribbon campaign - against html e-mail
Subject Author Posted

PHP_SELF not set

durist September 11, 2009 04:15PM

Re: PHP_SELF not set

vesperto September 11, 2009 04:52PM

Re: PHP_SELF not set

durist September 11, 2009 05:13PM

Re: PHP_SELF not set

vesperto September 11, 2009 05:40PM

Re: PHP_SELF not set

durist September 11, 2009 06:10PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 204
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready