0
votes
0answers
17 views

Configure Squid to cache images explicitly called from img src=“”

Instead of hot-linking to external images from my application I'd like to cache them on my server (along with my web app), e.g. instead of <img src="http://someotherdomain.com/image/1234.jpg" ...
1
vote
2answers
254 views

Using nginx / varnish for SSL and Non-SSL pages

Disclaimer: I have posted this on Stackoverflow as well as I thought it may have fit better there. The link to the question is below if someone would like to answer there. -- I have the following: ...
0
votes
2answers
213 views

Buffer/Cache overflow Ubuntu 10.04 LTS Xen Rackspace

I'm running: Ubuntu 10.04 LTS Server AMD64 in a 512MB XEN paravirtualized environment. lighttpd v1.4.26 PHP v5.3.8 MySQL v5.1.41-3ubuntu12 The issue is: I first started on a '256MB account' which ...
1
vote
1answer
379 views

apache tomcat IE caching problem

I'm running apche2 and tomcat6 both on port 80 with mod_jk setup on ubuntu servers(8.10,9.10). Tomcat is being used for serving jsp pages. I've a small problem with the IE browser which doesn't cache ...
1
vote
2answers
169 views

Utilizing my RAM more efficiently

I just upgraded my RAM on my server from 4 GB to 16GB, I have 2x Dual Core 2.4 Ghz processors and would like to utilize that extra RAM if possible to setup some additional caching, or just anything ...
0
votes
2answers
346 views

Is if-modified-since enabled by default in Ubuntu?

If it is not, how do I enable it?
0
votes
2answers
317 views

Local multi-distribution repository proxy

We have several linux workstations on the local network, with more on the way and I'd like to set up a local repository to save bandwidth and speed up installation and updates. However, we use CentOS ...