https://bz.apache.org/bugzilla/show_bug.cgi?id=63415
Bug ID: 63415
Summary: Access is denied mod_cache_disk
Product: Apache httpd-2
Version: 2.4.37
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: All
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Below is the mod_cache setting for Apache Web Server 2.4.37
#====================Configure mod_cache==============
<IfModule mod_cache.c>
#Address the Thundering Herd identified in Apache’s Caching Guide
#UseCanonicalName On
CacheLock on
CacheLockPath D:/temp/mod_cache-lock
CacheLockMaxAge 5
#This parameter tells Apache to ignore unique session identifiers when caching
#static content. SAP BI Platform 4.1 uses the strings jsessionid and bttoken
to
#identify user sessions.
CacheIgnoreURLSessionIdentifiers jsessionid bttoken
#Don’t cache cookies as they are unique per user
CacheIgnoreHeaders Set-Cookie
#Enable mod_cache_disk instead of mod_cache_disk
<IfModule mod_cache_disk.c>
CacheRoot D:/cacheroot
Below is error in error.log of Apache Web Server
[Wed May 08 08:45:36.023482 2019] [cache_disk:warn] [pid 10004:tid 7728] (OS
5)Access is denied. : [client XX.XX.XX.XX:53810] AH00699: rename tempfile to
file failed: D:/cacheroot/aptmpeMaofO ->
D:/cacheroot/q/S/[email protected], referer:
https://node1.com/BE//view.faces
Is this a Bug in Apache 2.4.37
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]