Ticket #1125 (closed defect: fixed)

Opened 16 months ago

Last modified 11 months ago

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

Changed 12 months ago by jan

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)
  • pending unset

fixed in [1948]

Changed 11 months ago by anonymous

  • summary changed from problem with nph cgi script. to www.avizoon.com

Changed 11 months ago by anonymous

  • summary changed from www.avizoon.com to problem with nph cgi script

Add/Change #1125 (problem with nph cgi script)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.