]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix condition that arises when the server is configured as a proxy gateway (aka reverse
authorBill Stoddard <stoddard@apache.org>
Tue, 10 Dec 2002 20:18:25 +0000 (20:18 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 10 Dec 2002 20:18:25 +0000 (20:18 +0000)
commit3545ff67410ba277cfdb9ea6e368105847585c36
tree677b4f0a377422d31a6a87ca9601cecf0bd46e94
parent1a2428f77144c0c20438cd99540107da6e1c19ce
Fix condition that arises when the server is configured as a proxy gateway (aka reverse
proxy) and multiple processes are serving the same backend file at the same time.
 Only one of the processes will actually succeed at saving the file, the others will
fail with the message "[error] (17)File exists: proxy: error linking cache file ...".
Changing the message level from APLOG_ERR to APLOG_INFO will keep this message
out of the logs w/o major overhaul of this code.

PR: 2746

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97837 13f79535-47bb-0310-9956-ffa450edef68
src/modules/proxy/proxy_cache.c