Search found 3 matches

by phooka
14 Apr 2015, 10:37
Forum: Bug Reports 5.x
Topic: prefix missing
Replies: 2
Views: 4333

Re: prefix missing

Thanks, but I don't need a workaround. I posted mine here. Should be fixed anyway.
by phooka
09 Apr 2015, 11:23
Forum: Support 5.x
Topic: Apache reverse proxy madsonic, can't get it to work.
Replies: 8
Views: 12154

Re: Apache reverse proxy madsonic, can't get it to work.

Dirty workaround I use with apache & 5.1: <LocationMatch ^/icons/.+/.+> Satisfy any RedirectMatch ^/icons/(.*) /madsonic/icons/$1 </LocationMatch> <LocationMatch ^/script/.+/*.*> Satisfy any RedirectMatch ^/script/(.*) /madsonic/script/$1 </LocationMatch>
by phooka
09 Apr 2015, 09:15
Forum: Bug Reports 5.x
Topic: prefix missing
Replies: 2
Views: 4333

prefix missing

Hi, I'm using madsonic (Build 5200) behind a mod_proxy configuration and had some troubles because there a wrong references where you're missing the prefix (part after the fqdn). Should break if you're not running madsonic in your web root (/). I detected it because the rest of my webtree is protect...