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

2023-02-09 Thread bc BC
With your help, now i've got something, i found a *http only* website with images: http://www.zoomify.com/ in my conf, i have: CacheEnable disk http:// and now i can see logs about caching, with hit and miss =) about the Eric answer "Forward-proxy for HTTPS usually uses the CONNECT protocol to

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

2023-02-09 Thread Eric Covener
On Thu, Feb 9, 2023 at 7:31 AM Antony Stone wrote: > > On Thursday 09 February 2023 at 12:24:44, bc BC wrote: > > > Thanks for your suggestion > > > > 1) yes, but same issue > > > > 2) i just tried now, and cache remains empty, and no log about caching on > > debug mode > > I would recommend

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

2023-02-09 Thread Antony Stone
On Thursday 09 February 2023 at 12:24:44, bc BC wrote: > Thanks for your suggestion > > 1) yes, but same issue > > 2) i just tried now, and cache remains empty, and no log about caching on > debug mode I would recommend testing with http:// only to start with - don't complicate things by

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

2023-02-09 Thread bc BC
Thanks for your suggestion 1) yes, but same issue 2) i just tried now, and cache remains empty, and no log about caching on debug mode 4.0 KiB [##] /mod_cache_lock 4.0 KiB [##] /mod_cache_disk here is the cache config for httpd: https://pastebin.com/Vk7F352p Le jeu. 9

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

2023-02-09 Thread Antony Stone
On Tuesday 24 January 2023 at 16:47:17, bc BC wrote: > 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

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

2023-02-09 Thread bc BC
hello still stucked on this i tried to compile the last version of apache just to be sure Server version: Apache/2.4.55 (Unix) Server built: Feb 7 2023 17:13:57 Server's Module Magic Number: 20120211:126 Server loaded: APR 1.7.2, APR-UTIL 1.6.3, PCRE 10.36 2020-12-04 Compiled using: APR

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,

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.

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 / > >

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

[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