On 5/7/07, Shannon -jj Behrens <[EMAIL PROTECTED]> wrote: > Hi, > > I'm looking at the documentation for PrefixMiddleware. It should > probably be updated to talk about the case when you're *not* using a > prefix such as "/james" but when you're instead proxying different > subdomains to different different applications under Apache. > > It looks like: > > filter-with = proxy-prefix > > [filter:proxy-prefix] > use = egg:PasteDeploy#prefix > force_port = true > prefix = > > Setting "prefix =" was somewhat weird. I would have thought leaving > it out would have done the right thing and defaulted to "", but > instead it defaults to "/" which results in URLs that look like > "//mycontroller". > > Does this email make any sense? I'm not sure ;) > > Thanks, > -jj
Oops, make that: filter-with = proxy-prefix [filter:proxy-prefix] use = egg:PasteDeploy#prefix force_port = prefix = -jj -- http://jjinux.blogspot.com/ _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
