Ticket #1125 (closed defect: fixed)
problem with nph cgi script
| Reported by: | tigrised@… | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.17 |
| Component: | mod_cgi | Version: | 1.4.13 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
Description (last modified by jan) (diff)
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

