lör 2007-06-09 klockan 01:12 -0700 skrev leongmzlist:
> The urls are sent via libcurl as
> "http://user:pw@server.com/whatever/cgi?args" I disabled the stop
> hierarchy flags in squid to cache cgi requests.
Are you sure libcurl will send this on this form when talking to a web
server? It's not an URL format you normally send to a server (any
protocol), only Internet proxies..
A reverse proxy is the server in terms of protocol.
> I mainly want http://user1:pw@server.com/whatever/cgi?arg1 cached.
> When user2 comes and request for the same thing, but w/ different
> credentials, it should hit the cache instead of going to the originserver.
Then you need to use standard HTTP authentication, and the web server
needs to return "Cache-Control: public" or you need to use
refresh_pattern to override this..
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT