[Yanel-dev] [Bug 6849] '/'s in namespace URIs in "/yanel/resource-types/**" paths problematic

bugzilla at wyona.com bugzilla at wyona.com
Mon Nov 30 23:40:48 CET 2009


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=6849





------- Comment #12 from michael.wechner at wyona.org  2009-11-30 23:46 -------
I think in order to use this one needs to set

http://httpd.apache.org/docs/2.0/mod/core.html#allowencodedslashes

e.g.

<VirtualHost 195.226.6.73:80>
    ServerAdmin michael.wechner at wyona.com
    ServerName www.wyonapictures.com
    ServerAlias wyonapictures.com wyona-pictures.com
    ErrorLog logs/www.wyonapictures.com-error_log
    CustomLog logs/www.wyonapictures.com-access_log common

    AllowEncodedSlashes On
    ProxyPassReverseCookiePath /ulysses /

    <Proxy balancer://mycluster>
      BalancerMember http://127.0.0.1:8190
      BalancerMember http://127.0.0.1:8290
    </Proxy>
    ProxyPass           /  balancer://mycluster/yanel/wyona-pictures/
    ProxyPassReverse    /  balancer://mycluster/yanel/wyona-pictures/
</VirtualHost>


-- 
Configure bugmail: http://bugzilla.wyona.com/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Yanel-development mailing list