Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: HTTPS caching |
|
Author |
|
Albert Wisse
Joined: 20 Jun 2007 Posts: 2
|
Posted: Wed 20 Jun '07 10:27 Post subject: HTTPS caching |
|
|
Dear all,
I need to speed up https with a proxy server but apache2 and others does not do that.
I have a dedicated system, in a secure place and not public to act as a proxyserver and have the idea to cache https as follows:
On the proxysrver I convert the https trafic/content from the webserber to http trafic/content, cache it and convert it back, https for the clients.
Has anybody an idea how to do this. Other idea's are also welcome.
Kind Regards,
Albert |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 20 Jun '07 11:46 Post subject: |
|
|
If you run your apache as a visible proxy you can use a lot of caching systems from apache. mod_cache, mod_disk_cache, mod_mem_cache, mod_file_cache
Link
If there is enough RAM you should cache the pages in the RAM, which is the fastest variant. Link |
|
Back to top |
|
|
|
|
|
|