On Sun, Mar 16, 2014 at 04:01:04PM +, Florian Obser wrote:
> On Fri, Mar 07, 2014 at 10:35:37PM -0500, James Turner wrote:
> > On Fri, Mar 07, 2014 at 11:20:53PM +, Stuart Henderson wrote:
> > > I've been umming and ahhing about this diff, the thing I don't like is
> > > that SCRIPT_FILENAM
On Fri, Mar 07, 2014 at 10:35:37PM -0500, James Turner wrote:
> On Fri, Mar 07, 2014 at 11:20:53PM +, Stuart Henderson wrote:
> > I've been umming and ahhing about this diff, the thing I don't like is
> > that SCRIPT_FILENAME is an Apache extension rather than part of the
> > standard CGI varia
On Fri, Mar 07, 2014 at 11:20:53PM +, Stuart Henderson wrote:
> I've been umming and ahhing about this diff, the thing I don't like is
> that SCRIPT_FILENAME is an Apache extension rather than part of the
> standard CGI variables, which explains why it's not included by
> default in nginx (or o
On 2014/03/07 23:20, Stuart Henderson wrote:
> I've been umming and ahhing about this diff, the thing I don't like is
> that SCRIPT_FILENAME is an Apache extension rather than part of the
> standard CGI variables, which explains why it's not included by
> default in nginx (or other servers that peo
On 2014/03/07 18:04, James Turner wrote:
> If we want to keep it simple we can just go this route.
>
> On Sat, Mar 01, 2014 at 04:39:49PM -0500, James Turner wrote:
> > The attached diff uses SCRIPT_FILENAME instead of SCRIPT_NAME to
> > determine the path of CGI scripts in slowcgi. It also update
If we want to keep it simple we can just go this route.
On Sat, Mar 01, 2014 at 04:39:49PM -0500, James Turner wrote:
> The attached diff uses SCRIPT_FILENAME instead of SCRIPT_NAME to
> determine the path of CGI scripts in slowcgi. It also updates the
> example in nginx.conf.
>
> According to CG
The attached diff uses SCRIPT_FILENAME instead of SCRIPT_NAME to
determine the path of CGI scripts in slowcgi. It also updates the
example in nginx.conf.
According to CGI/1.1:
"The SCRIPT_NAME variable MUST be set to a URL path (not URL-encoded)
which could identify the CGI script (rather