search for: mod_proxi

Displaying 20 results from an estimated 213 matches for "mod_proxi".

Did you mean: mod_proxy
2006 Apr 06
1
Apache - mod_proxy
This is really an apache question but if anyone knows offhand it would be nice to know... How do i build a standalone mod_proxy.so module that i can use to load into an apache install that has loadable module support compiled in? thanks
2007 Aug 26
5
Issues with mod_proxy/mod_proxy_balancer and my ded. server host
Hello list, I wonder if someone could help me understand the following: I''ve got a managed dedicated server with GoDaddy. Until now, I''ve only hosted PHP applications there. I now need to set it up to host my new beloved Rails application. I asked them to set up apache with mod_proxy_balancer for the mongrel cluster, however, here''s what they told me: *Unfortunately,
2007 Nov 23
2
Unable to read anything from request.remote_ip
For some users, request.remote_ip always return nil. According to the RAILS''s help: REMOTE_ADDR is the standard but will fail if the user is behind a proxy. HTTP_CLIENT_IP and/or HTTP_X_FORWARDED_FOR are set by proxies so check for these before falling back to REMOTE_ADDR. HTTP_X_FORWARDED_FOR may be a comma- delimited list in the case of multiple chained proxies; the first is the
2006 Jun 12
15
Mongrel Now Recommended Setup?
I see that the RubyOnRails.com site has migrated to Mongrel with Apache as a front-end proxy. Is that now the/a recommended setup for Rails apps? We''re still using FCGI but I''m always interested to learn more about other folk''s successful deployment choices. Across all of our sites we''re pumping out about 300k pages per day so anything that saves memory or has
2006 Jul 03
1
Apache mod_proxy to mongrel
Hi Guys, I know this is slightly off topic, but it''d be great to get some feedback from anyone who''s using mod_proxy on Apache 2.2 to redircet to a rails app on mongrel. Everything has been running fine generally but a few days back we started getting a gap in the performance between the Apache port and the mongrel port. accessing through port 80 was averaging ten times longer
2015 Aug 28
4
apache mysterious 404 error
Hey guys, Sorry for the failed attempts at obscuring the company I work for. My boss wouldn't take too kindly to it if I revealed that information on a mailing list. :) So anyway, I realized that capitalization might be the problem. So I renamed the directory to match what was in the URL. That didn't solve the problem. However I noticed this message turning up in the logs: [Fri Aug 28
2006 Jul 26
5
Mongrel + mod_proxy URL issues
We have a Centos server with a number of virtual hosts, and my rails app runs under one of those virtual hosts using mongrel_rails. The app lives in /home/mydomain/railsapp where /home/mydomain/railsapp/public is the rails root. It runs under mongrel on port 8008, so to get to it users invoke the url http://www.mydomain.com:8008/ - all is fine to this point. Now I have some users whose
2006 Aug 24
0
apache2.2 mod_proxy, mongrel, and my poor rails code
Hi mongrel-users, Just a heads up for apache2.2 mod_proxy + mongrel + rails users: If you have a line like this in your source (because you''ve done a poor job maintaining your code and reading the API docs): render ''foo'', :layout => ''bar'' You might expect it to do what it says... but it actually sets deprecated_status and ends up setting
2015 Aug 28
1
apache mysterious 404 error
Hi Robert, It's this: drwxr-xr-x. 2 daemon daemon 4096 Aug 27 12:34 /var/www/mycompanyStore/images Thanks, Tim On Fri, Aug 28, 2015 at 11:17 AM, Robert Wolfe <Robert.Wolfe at malco.com> wrote: > What is the absolute path on the server that /mycompanyStore/images/ is > store in? > > -----Original Message----- > From: centos-bounces at centos.org
2005 May 06
7
Rails hosting per user
I''m trying to set up shared rails websites, so every user has its own public_html for rails scripts. I''m not really satisfied with the fastcgi approach (cgi scripts can sometimes be nasty security problems) so I''d like to try the another approach. (If someone knows a good tutorial on installing rails on FreeBSD including the fastcgi configuration that would be nice).
2007 Jan 25
8
Mongrel with mephisto on a Virtual Private Server
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<http://mongrel.rubyforge.org/docs/apache.html> and one time I did get a mephisto splash screen, but it was
2014 Sep 16
2
repoquery -f does not work well.
Hi. I've found inconstancy between output of repoquery and rpm. I was looking forward towards apache php 5.4 module which must provided by some package SCL (can someone tell me?). rpm -qf /etc/httpd/modules/mod_proxy.so httpd-2.2.15-29.el6.centos.x86_64 repoquery -qf /etc/httpd/modules/mod_proxy.so so repoquery results in no output yum list installed httpd Loaded plugins: fastestmirror
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
Hi all, I''ve just spent some time going through trying to get mongrel & apache 2.0 working with mod_proxy. I thought I''d share what I''ve found in case someone is going through the same exercise. Of late, I''ve been using mongrel (lovely, btw) to run my rails apps. Since I have a couple of different rails apps running on the machine, I thought it be nice to
2015 Aug 28
0
apache mysterious 404 error
What is the absolute path on the server that /mycompanyStore/images/ is store in? -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Tim Dunphy Sent: Friday, August 28, 2015 10:12 AM To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] apache mysterious 404 error Hey guys, Sorry for the failed attempts at
2007 May 21
0
Apache mod_proxy mongrel_cluster and subversion http
Hello everyone, I have a site setup where I need to have svn access and my rails app accessible on the same IP. Right now I can only seem to have one or the other. This is a production environment... I''m running Ubuntu 7.04 server with apache2 and mod_proxy serving rails requests to 2 mongrel servers via mongrel_cluster and it works great to serve the app when I use this httpd.conf file
2006 Jun 28
5
Production deployment
Gang- We are getting ready to launch our ROR application; the last item remaining is the deployment platform. For testing, we had used Apache + MOD_FastCGI. I am not that impressed with it; sometimes it has strange effects. For example, when we start the application, for about 5 minutes or so, the app is very unstable and it gets better over time. My questions is .. should I go with (1)
2006 Aug 17
2
mod_proxy and subdomains..
hi, everyone.. i am trying to set up an app like so: www.domain.com -> points to main php application.. subdomain.domain.com -> proxies to www.domain.com:8000 <- this is running on mongrel.. i just cannot figure out how to phrase this in my httpd.conf... does anyone have any ideas? thanks! -- Posted via http://www.ruby-forum.com/.
2010 Feb 25
1
mod_proxy and html rewriting
Looks like proxying a site that uses dynamically generated urls that include the bound ip of the server needs a module to rewrite links in html. Are there any mods shipped in base that can do what mod_proxy_html mod_xml2enc can for this? Thanks, jlc
2007 Oct 31
0
Wierd timeout with apache mod_proxy
Hi I may have posted this in the wrong place: apologies if I have. I currently have a setup with Apache proxying requests to mongrels. Occassionally, in the apache logs I get an error that looks like [Tue Oct 30 12:00:28 2007] [error] (70007)The timeout specified has expired: proxy: pass request body failed to 127.0.0.1:8013 (127.0.0.1) from 213.205.247.171 () [Tue Oct 30 12:00:28 2007] [error]
2009 Jun 12
5
Limit Request Body Size (Disallow very large File-uploads)
Hello all, For the last couple of days I was trying to get my Apache/mod_proxy/mongrel setup to limit the size of the request body. The setup is as follows: 1.) Apache acts as a reverse proxy by facilitating mod_rewrite and mod_proxy 2.) Requests for non-static files are passed on to a mongrel_cluster 3.) We use mongrel for our Ruby on Rails application Note that due to some restrictions we are