hi,

I had a configure like this :

frontend ssl localhost:443
        mode tcp
        acl content_htm path_end .htm
        use_backend secure_dynamic if content_htm
        default_backend secure_static  # for css, js etc

backend secure_static ... #omit detail

backend secure_static ... # omit detail

the problem is acl content_htm is not work, my intention is to use 
secure_static when resource is css, js, while the path end with .htm, it use 
secure-dynamic.

not sure if my cofiguration is wrong coz when i use http, it is working,

any idea ?

kiwi
happy hacking !

---
posted at http://www.serverphorums.com
http://www.serverphorums.com/read.php?10,161415,161415#msg-161415

Reply via email to