ASF Bugzilla – Attachment 4670 Details for
Bug 13946
reverse proxy errors when a document expires from the cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to solve the probem
mod_rewrite.patch (text/plain), 837 bytes, created by
Eider Oliveira
on 2003-01-31 19:36:18 UTC
(
hide
)
Description:
Patch to solve the probem
Filename:
MIME Type:
Creator:
Eider Oliveira
Created:
2003-01-31 19:36:18 UTC
Size:
837 bytes
patch
obsolete
>1071a1072 >> const char *saved_rulestatus; >1151a1153,1154 >> if (!(saved_rulestatus = apr_table_get(r->notes,"already_rewritten"))) >> { >1160c1163,1167 >< >--- >> else >> { >> rewritelog(r, 2, "init rewrite engine with passed filename %s. Original uri = %s", >> r->filename,r->uri); >> } >1164a1172,1180 >> apr_table_set(r->notes,"already_rewritten", apr_psprintf(r->pool,"%d",rulestatus)); >> } >> else >> { >> rewritelog(r, 2, "uri already rewritten. Status %s, Uri %s, r->filename %s",saved_rulestatus, >> r->uri,r->filename); >> rulestatus = atoi(saved_rulestatus); >> } >> >2084a2101 >> if (strncasecmp("proxy:",r->filename,6)) >2681a2699 >> || (i > 6 && strncasecmp(uri, "proxy:", 6) == 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13946
: 4670 |
4671
|
7229