Actions
Bug #1125
closedproblem with nph cgi script
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
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in r1948
Actions
Also available in: Atom