[Catalyst] uri_for() question

Bob Faist bob.faist at gmail.com
Mon Mar 27 21:59:38 CEST 2006


I have debian running Apache that has a virtual host configuration for
"webapps.bobfaist.com" which sends the proxy redirect to
192.168.1.100.  This is the internal IP for my Mac OS X machine which
is running the Catalyst app.





On 3/27/06, Matt S Trout <dbix-class at trout.me.uk> wrote:
> Bob Faist wrote:
> > I'm using "script/finance_server.pl" currently.  Probably move to
> > apache/mod_perl later.
>
> So how does http://webapps.bobfaist.com/finance get to the Catalyst app?
>
> > Finance.pm is using "Static::Simple".
> >
> > On 3/27/06, Matt S Trout <dbix-class at trout.me.uk> wrote:
> >> Bob Faist wrote:
> >>> I have a header template which is creating links to javascript and css
> >>> files.  When I access the  Catalyst app from localhost using
> >>> "http://localhost:3000/finance", everything works fine.  If I access
> >>> the same app from a different host using a public internet site
> >>> "http://webapps.bobfaist.com/finance", then the css and javascript
> >>> files are not being loaded.  If I view the source HTML, the links are
> >>> prepended with "http://192.168.1.100:3000/".
> >> Without knowing how the app's deployed in each case there's very little
> >> anybody can do to help. Is http://webapps.bobfaist.com/finance FactCGI,
> >> mod_perl, what? Which webserver? How's it configured?
> >>
> >> --
> >>       Matt S Trout       Offering custom development, consultancy and support
> >>    Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
> >> Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information
> >>
> >> + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
> >>
> >> _______________________________________________
> >> Catalyst mailing list
> >> Catalyst at lists.rawmode.org
> >> http://lists.rawmode.org/mailman/listinfo/catalyst
> >>
> >
> > _______________________________________________
> > Catalyst mailing list
> > Catalyst at lists.rawmode.org
> > http://lists.rawmode.org/mailman/listinfo/catalyst
>
>
> --
>       Matt S Trout       Offering custom development, consultancy and support
>    Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
> Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information
>
> + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



More information about the Catalyst mailing list