You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Efjestad, Dag" <Da...@solvea.no> on 2008/07/14 08:12:10 UTC

[users@httpd] Problem with disk_cache on Windows 2003

Hello

I'm trying to get mod_cache and mod_disk_cache to work correctly. Problem summary is that disk cache is not working properly - sending empty data to the client for some content like the css file. I use Apache as a reverse proxy.

I get a lot of this messages in the log file:
[Sun Jul 13 14:09:38 2008] [warn] (OS 5)Access is denied.  : disk_cache: rename tempfile to datafile failed: c:/webcache/los/aptmpx1asW8 -> c:/webcache/los/Ra/N6/fS/iBGQrEATWPwwO4iA.data
[Sun Jul 13 14:10:04 2008] [warn] (OS 5)Access is denied.  : disk_cache: rename tempfile to datafile failed: c:/webcache/los/aptmpaeiuxe -> c:/webcache/los/O7/ub/HS/Hp2X7mMoCK1NgpAA.data

I am running Apache/2.2.8 (Win32) on a Windows 2003 server. The security settings on c:\webcache directory is everyone="full access".

Apache Cache configuration is:
ExpiresActive on
ExpiresDefault "now plus 5 minutes"

CacheRoot c:/webcache/los
CacheEnable disk /
CacheDefaultExpire 300
CacheMaxExpire 300
CacheIgnoreHeaders Set-Cookie
CacheIgnoreCacheControl On
CacheIgnoreNoLastMod On
CacheStoreNoStore On
CacheStorePrivate On


Have I done some error in the configuration or is it something I missed?

Thanks in advance.

Dag

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] RE: Problem with disk_cache on Windows 2003

Posted by "Efjestad, Dag" <Da...@solvea.no>.

-----Opprinnelig melding-----
Fra: Efjestad, Dag [mailto:Dag.Efjestad@solvea.no]
Sendt: 14. juli 2008 08:12
Til: users@httpd.apache.org
Emne: [users@httpd] Problem with disk_cache on Windows 2003

Hello

I'm trying to get mod_cache and mod_disk_cache to work correctly. Problem summary is that disk cache is not working properly - sending empty data to the client for some content like the css file. I use Apache as a reverse proxy.

I get a lot of this messages in the log file:
[Sun Jul 13 14:09:38 2008] [warn] (OS 5)Access is denied.  : disk_cache: rename tempfile to datafile failed: c:/webcache/los/aptmpx1asW8 -> c:/webcache/los/Ra/N6/fS/iBGQrEATWPwwO4iA.data
[Sun Jul 13 14:10:04 2008] [warn] (OS 5)Access is denied.  : disk_cache: rename tempfile to datafile failed: c:/webcache/los/aptmpaeiuxe -> c:/webcache/los/O7/ub/HS/Hp2X7mMoCK1NgpAA.data

I am running Apache/2.2.8 (Win32) on a Windows 2003 server. The security settings on c:\webcache directory is everyone="full access".

Apache Cache configuration is:
ExpiresActive on
ExpiresDefault "now plus 5 minutes"

CacheRoot c:/webcache/los
CacheEnable disk /
CacheDefaultExpire 300
CacheMaxExpire 300
CacheIgnoreHeaders Set-Cookie
CacheIgnoreCacheControl On
CacheIgnoreNoLastMod On
CacheStoreNoStore On
CacheStorePrivate On


Have I done some error in the configuration or is it something I missed?

Thanks in advance.

Dag

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org