reverse-proxy
Nginx reverse-proxy cache invalidation strategies
I\'ve been using Nginx 0.8.5 as a caching reverse-proxy to build out a custom cdn-like solution to speed up our site\'s load time. It works great so far except that cache invalidation is really cludgy[详细]
2023-02-10 06:34 分类:问答lighttpd as reverse-proxy
DeviceA serves as a reverse-proxy and is supposed to forward requests as follows: 192.168.1.10/DeviceB ==> 192.168.1.20/index.html[详细]
2023-02-08 00:56 分类:问答How to configure Application Request Routing in IIS 7.0 for 2 applications running locally on different ports?
I\'ve开发者_如何学Python got 2 applications running on my local machine. One sharepoint and another IIS application:[详细]
2023-02-03 06:11 分类:问答Apache Reverse Proxy - run a script first
I\'m experimenting with some video content delivery using VLC and Apache Reverse Proxy. Since VLC can support http streaming, I\'m sure that it will work with a Apache Reverse Proxy (I haven\'t tried[详细]
2023-02-01 18:07 分类:问答Is reverse proxy worth it if website requires login?
Considering a website that requires user authentication, all pageshave a \"welcome username\" string that is different for each user (like most of the websites these days)[详细]
2023-02-01 06:55 分类:问答ASP.NET forms authentication doesn't work with reverse proxy
I have an ASP.NET application. As well as local users accessing the application directly, I want to expose it to external users through a reverse proxy (which is running on a different machine in the[详细]
2023-01-30 12:27 分类:问答Reverse Proxy on Windows
I have a web server that responds to a number of different sites on port 80. Currently, IIS does the mapping to various sites via host headers, but I\'d like to be able to serve other web apps on port[详细]
2023-01-28 22:35 分类:问答HAProxy + WebSocket Disconnection
I am using HAProxy to send requests, on a subdomain, to a node.js app. I am unable to get WebSockets to work. So far I have only been able to get the client to establish a WebSocket connection but t[详细]
2023-01-28 19:05 分类:问答Tool that can add HTTP Headers
I need a tool that I can set up between my client browser a web server that will allow me to add HTTP headers into the response coming back from the web server. I am envisioning that the tool would ru[详细]
2023-01-28 13:24 分类:问答Configuring squid with custom authentication helper in accelerator mode (reverse proxy)
I need to configure Squid as a reverse proxy with a custom authentication helper for each incoming requests. Every request to Squid is assumed to be with basic authentication. Any connection which fai[详细]
2023-01-27 08:51 分类:问答