DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9534>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9534

rewritemap using external gets out of sync

           Summary: rewritemap using external gets out of sync
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_rewrite
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I am using an external rewritemap program (in perl with STDOUT
getting flush by each print statement) with a prefork mpm and I
am seeing the returned values be returning to the wrong requests.
Often the first one or two lookups return no value (from rewritelog)
and after that the returned values often seem to be offset by this
amount with respect to request. Logs from the program indicate that
it is returning the correct value based on the input it is receiving.
I have seen this occur in several 2.0.37 snapshots, the latest being
httpd-2.0_20020530221254.tar.gz .
The following rewrite directives are being used:
Rewritelock /home/httpd/html/robot/lock
Rewritemap blocked prg:/home/httpd/html/robot/check.pl
A current copy of the program can be found at:
http://wolff.to/robot/check.pl
I have played with the lockfile (ownership, access rights and
existence) and haven't seen any differences in behavior.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to