Re: [users@httpd] cannot use cache in forward proxy configuration

2023-01-24 Thread bc BC
i tried in a location CacheEnable disk this too: CacheEnable disk "https://*"; CacheEnable disk "http://*"; CacheEnable disk "http://The_PROXY_IP"; apache is running, proxy is working but my cache is remains empty any suggestion appreciated thank you Le mar. 24 janv. 2023 à 17:39, E

Re: [users@httpd] cannot use cache in forward proxy configuration

2023-01-24 Thread Eric Covener
The manual has examples of what the 2nd arg should be. On Tue, Jan 24, 2023 at 11:35 AM bc BC wrote: > > thanks for your help > AH00526: Syntax error on line 8 of /home/conf/proxy.conf: > CacheEnable provider (disk) is missing an URL. > > the line 8: > CacheEnable disk > > > Le mar. 24 janv. 2023

Re: [users@httpd] cannot use cache in forward proxy configuration

2023-01-24 Thread bc BC
thanks for your help AH00526: Syntax error on line 8 of /home/conf/proxy.conf: CacheEnable provider (disk) is missing an URL. the line 8: CacheEnable disk Le mar. 24 janv. 2023 à 16:32, Eric Covener a écrit : > > CacheEnable disk / > > https://httpd.apache.org/docs/2.4/mod/mod_cache.html#cache

Re: [users@httpd] cannot use cache in forward proxy configuration

2023-01-24 Thread Eric Covener
> CacheEnable disk / https://httpd.apache.org/docs/2.4/mod/mod_cache.html#cacheenable I think you need a non-/ argument here for forward proxy - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

[users@httpd] cannot use cache in forward proxy configuration

2023-01-24 Thread bc BC
Hi all, i'm trying to use apache httpd as a forward proxy (named "httpd-proxy" below ) with cache content user (me) => httpd-proxy => target_proxy: i test this with: chromium --proxy-server=httpd-proxy:80 *it work, i can browse the web,* *but there is no cache at all*, httpd is in debug mode