# Apache - reverse proxy z cache'owaniem

DevFeed: [Apache - reverse proxy z cache'owaniem](<https://devfeed.tech/articles/apache-reverse-proxy-z-cache-owaniem-27525.md>)

Original publisher: [Read original article](<https://gagor.pro/2012/06/apache-reverse-proxy-z-cacheowaniem/>)

Author: Tom

Published: 2012-06-17T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [servers](<https://devfeed.tech/topics/servers.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [cache](<https://devfeed.tech/tags/cache.md>), [http](<https://devfeed.tech/tags/http.md>), [https](<https://devfeed.tech/tags/https.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [proxy](<https://devfeed.tech/tags/proxy.md>), [reverse-proxy](<https://devfeed.tech/tags/reverse-proxy.md>)

## AI overview

This Polish tutorial describes using Apache as a reverse proxy with caching to serve files from another HTTP server through the HTTPS domain of a website. It introduces enabling the necessary Apache modules and configuring a virtual host, but the supplied excerpt does not include the configuration itself.

## Source excerpt

Ostatnio trafiłem na ciekawy problem, który wielokrotnie rozwiązywałem w nginx'ie ale tym razem musiałem zrobić to w Apache. Pewna stronka działa sobie na HTTPS'ie i chciałem by wszystkie powiązane z nią pliki były serwowane z jej adresu szyfrowanym połączeniem by nie pojawiały się w przeglądarce monity że "część ruchu nie jest szyfrowana". Tyle że część potrzebnych plików była już obecnie serwowana na innym serwerze (w innej domenie) poprzez HTTP. Mogłem albo skopiować te pliki i wykombinować jakiś mechanizm synchronizujący albo wykorzystać proxy + cache. Drugie rozwiązanie wydało mi się prostsze i ładniejsze 😃