Hi, I'm sorry If I'm posting this query to a wrong group, Please correct me this is the first time for me.
Question: I see following errors in Apache (old ver 1.3) error.log: Plenty of them. Not sure why Permission Denied would be logged ? "[error] (13)Permission denied: proxy: error deleting old cache file C:/Program Files/Apache Group/Apache/proxy/i/5/s/ouihpyc0cywdl45v325gu2c" Can you please give me some pointer what could be wrong ?
From httpd.conf:
--- # # Proxy Server directives. Uncomment the following lines to # enable the proxy server: # #<IfModule mod_proxy.c> <VirtualHost _default_:6800> ProxyBlock 10.10.10 ProxyRequests Off ProxyVia Off CacheRoot "C:/Program Files/Apache Group/Apache/proxy" CacheSize 20480 CacheGcInterval 4 CacheMaxExpire 24 CacheLastModifiedFactor 0.1 CacheDefaultExpire 1 SSLEngine off RewriteEngine on RewriteRule ^/(.*) https://%{SERVER_ADDR}/$1 <https://%{server_addr}/$1>[L,R] </VirtualHost> Thanks Vikas