Install a Mongrel 0.3.13.4 pre-release and then do 'typo config ~/domain/typo prefix=/typo'. Pre-0.3.13.4 releases of Mongrel don't work right unless they're serving rails apps from the root of the namespace.
Scott On 8/8/06, Timothy Brown <[EMAIL PROTECTED]> wrote: > Hi; > > My setup looks like this: > > Apache (on :80) proxies to Mongrel (on :8885) > Mongrel's "root" is ~/directory > Typo is installed in ~/directory/typo > > if i've added in routes.rb > > ActionController::AbstractRequest.relative_url_root ="/typo" > > in the right place, is there anything further I need to do in order > to achieve nirvana with typo under Mongrel? > > when I try to go to http://domain/typo/, I get redirected to /typo/ > accounts/signup (prior to the .relative_url_root change, this was > going to /accounts/signup), but typo reports 'Page not found' > > There isn't anything of usefulness in the environment logs as far as > I can see. > > Does anyone have any hints? My host is A2 and they've so far not > been able to help me out with typo4 work. (They're using an older > version of Mongrel, so typo config . url-prefix= won't work. > > thanks, > tim > > > _______________________________________________ > Typo-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/typo-list > _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
