2
votes
0answers
927 views

Apache reverse proxy not preserving headers

Being no super-expert with Apache, does anyone know if there is something strange going on? It seems that my reverse proxy setup, doesn't preserve the correct caching headers from the original ...
0
votes
1answer
86 views

Hosting a javascript api file for third party sites the way sharethis, uservoice, analytics do it

I'm preparing to launch a service soon which will provide third party websites a widget. The widget requires my javascript file in the website's code. Exactly the same way services like analytics, ...
1
vote
1answer
149 views

throttle bandwith to API like twitter does

lookikng to limit the number of api requests from clients. wondering if there is a way to do it with apache or do i have to write some code