Apache缓存丢失的问题

    xiaoxiao2022-07-07  198

    遇到一个头疼的问题,apache缓存一直丢失

    经过验证,在最底部加了一条规则,就可以了

    ProxyPassReverseCookiePath /Demo /

    全配置

    ProxyPass /Demo/primepush/chat/ ws://localhost:8080/Demo/primepush/chat/ ProxyPass /Demo/ws/message ws://localhost:8080/Demo/ws/message ProxyPass /Demo/ http://localhost:8080/Demo/ keepalive=On retry=2 timeout=20000 acquire=3000 ProxyPassReverse /Demo http://localhost:8080/Demo ProxyPass / http://localhost:8080/Demo/faces/XHtml/XPublicHtml/XHome/Home.xhtml

     

    最新回复(0)