|
|
Re: Mongrel with mephisto on a Virtual Private Server: msg#00188
lang.ruby.mongrel.general
|
Subject: |
Re: Mongrel with mephisto on a Virtual Private Server |
I'm fairly certain you'll need to use at least Apache 2.2 for the proxy pass to work. http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/
On 1/25/07, Joe Clarke <joemclarke-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:
You will need to compile mod_proxy for ProxyPass to work correctly:
Download the the source distro of Apache 2.0.52 if you don't already have it from apache.org , then from the modules/proxy directory run
the following commands:
apxs -c -a -i proxy_http.c apxs -i -a -c mod_proxy.c proxy_util.c
-- Joe Clarke RailsPlayground.com
On 1/25/07, Dave C <dklamath-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx
> wrote: > > > > Apache is running 2.0.52 and it does not show mod_proxy as an installed > module. Just mod_perl and mod_php5. > > thank you for answering Joe > > Dave
> > > ----- Original Message ----- > From: Joe Clarke > To: mongrel-users-GrnCvJ7WPxnNLxjTenLetw@xxxxxxxxxxxxxxxx > Sent: Thursday, January 25, 2007 4:28 PM > Subject: Re: [Mongrel] Mongrel with mephisto on a Virtual Private Server
> > Hi Dave, > > What version of Apache are you running? Did you compile Apache with > mod_proxy support? > > -- > Joe Clarke > RailsPlayground.com > > On 1/25/07, Dave C <
dklamath-PkbjNfxxIARBDgjK7y7TUQ@xxxxxxxxxxxxxxxx> wrote: > > > > > > Hello everyone, > > > > I am trying to setup Mongrel to work with Apache on a VPS as part of a
> > mephisto installation. Has anyone done this, and if so how did you edit > your > > conf file to make it work? > > > > I used the info found on the mongrel site at: > >
> > http://mongrel.rubyforge.org/docs/apache.html > > > > and one time I did get a mephisto splash screen, but it was only after I
> put > > in :8000 with my URL. > > > > I am trying to configure it with the domain davescorner.org and am hosting > > with eapps. If I can get this to work I will be submitting a tutorial on
> how > > to configure mephisto and mongrel on an eapps account so any help in a > newb > > friendly format would be extremely appreciated. > > > > Dave > > _______________________________________________
> > Mongrel-users mailing list > > Mongrel-users-GrnCvJ7WPxnNLxjTenLetw@xxxxxxxxxxxxxxxx > > http://rubyforge.org/mailman/listinfo/mongrel-users
> > > > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users-GrnCvJ7WPxnNLxjTenLetw@xxxxxxxxxxxxxxxx >
http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users-GrnCvJ7WPxnNLxjTenLetw@xxxxxxxxxxxxxxxx
> http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ Mongrel-users mailing list
Mongrel-users-GrnCvJ7WPxnNLxjTenLetw@xxxxxxxxxxxxxxxx http://rubyforge.org/mailman/listinfo/mongrel-users
-- Ed Hickey Developer Litmus Media 816-533-0409 ehickey-A4HEbNdjHgMmlAP/+Wk3EA@xxxxxxxxxxxxxxxxA Member of Think Partnership, Inc
www.ThinkPartnership.comAmex ticker symbol: THK
|
|