Project

General

Profile

Actions

Bug #1125

closed

problem with nph cgi script

Added by Anonymous about 17 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_cgi
Target version:
ASK QUESTIONS IN Forums:

Description

i find that both the version 1.4.13 and 1.4.15 don't support nph cgi script.

when i read the code, i thought the lines 255 and 256 in file mod_cgi.c should be changed from:


    if(con->http_status >=100 &&
       con->http_status <1000){

to:


    if (status >= 100 &&
        status < 1000) { 

after i do this, it works.

-- tigrised

Actions #1

Updated by jan over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

fixed in r1948

Actions

Also available in: Atom