Re: [users@httpd] Re: style.css not updating : resolved

2023-02-09 Thread Zahid Rahman
Thank you for the help. I found some more info on how the configuration differs on ubuntu apache and what to do. Regards Zahid On Thu, 9 Feb 2023, 14:52 Zahid Rahman, wrote: > I have looked into the cache-busting feature of Apache2 Webserver. > > I have an Ubuntu installation of Apache2. >

Re: [users@httpd] Re: style.css not updating

2023-02-09 Thread Zahid Rahman
I have looked into the cache-busting feature of Apache2 Webserver. I have an Ubuntu installation of Apache2. There wasn't the expires module installed by default so I rectified that situation with $ sudo a2enmod expires I now have expires.load but not a corresponding expires.conf in the

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] Re: style.css not updating

2023-02-09 Thread Florian Schwalm
The way you describe this your style.css is cached by the browser. You can verify this by opening the developer tools in the browser, then load the page and check the details in the Network tab. If that is indeed the case, "the world" will be able to see your changes exactly once and then stick