logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: HTTPS caching
Author
Albert Wisse



Joined: 20 Jun 2007
Posts: 2

PostPosted: Wed 20 Jun '07 10:27    Post subject: HTTPS caching Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 20 Jun '07 11:46    Post subject: Reply with quote

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


Reply to topic   Topic: HTTPS caching View previous topic :: View next topic
Post new topic   Forum Index -> Apache