[Catalyst] problem with Reverse Proxy on top of Catalyst dev
webserver
Hermida, Leandro
Leandro.Hermida at fmi.ch
Mon Dec 11 15:04:14 GMT 2006
> -----Original Message-----
> From: Krzysztof Krzyżaniak [mailto:eloy at pawnhearts.eu.org]
> Sent: Monday, December 11, 2006 15:49
> To: The elegant MVC web framework
> Subject: Re: [Catalyst] problem with Reverse Proxy on top of
> Catalyst dev webserver
>
> "Hermida, Leandro" <Leandro.Hermida at fmi.ch> writes:
>
> > Hi everyone,
> >
> > I was wondering if I am doing something wrong - The Catalyst
> > development web server works great if I am connecting
> directly via port 3000 (i.e.
> > http://hostname:3000/). I just set up a virtual host w/
> reverse proxy
> > using apache on top of this so other users could see the
> web site with
> > an easy address (i.e. http://myapp/).
> >
> > I get the nice Catalyst welcome page but it definitely hangs for a
> > while when loading the page and the graphics don't show.
> Am I missing
> > something?
>
> Not enough information.
>
> 1) what is in /home/hermida/MyApp/logs/error_log?
I am confused by this question. error_log is a file in the /home/hermida/MyApp/logs directory where apache will write any VirtualHost related errors.
> 2) do you use uri_for() method?
>
I haven't written any code yet. I am just trying to show the Catalyst welcome page just after running the skeleton helper script catalyst.pl MyApp.
More information about the Catalyst
mailing list