鱿鱼加速经过身份验证的 Web 应用程序
squid to speedup authenticated web application
我想使用 squid 来加速带有身份验证的站点,(用户必须先 login/password 在应用程序上才能获得任何信息)。
站点的慢速部分是由 rest api 提供的命名空间:
/api/1/ns_xxx
squid 是否允许提供页面 through/after 身份验证?
Squid 可以完全管理身份验证。见FAQ from squid. The proper configuration is login=PASS
at the cache_peer级
我想使用 squid 来加速带有身份验证的站点,(用户必须先 login/password 在应用程序上才能获得任何信息)。
站点的慢速部分是由 rest api 提供的命名空间: /api/1/ns_xxx
squid 是否允许提供页面 through/after 身份验证?
Squid 可以完全管理身份验证。见FAQ from squid. The proper configuration is login=PASS
at the cache_peer级