search for: mod_proxy

Displaying 20 results from an estimated 213 matches for "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, we will be unable to install mod_proxy or mod_proxy_balancer, as having an open proxy on the server is a violation of our Terms of Service <https://www.godaddy.com/gdshop/agreements.asp?ci=8924>. *...
2007 Nov 23
2
Unable to read anything from request.remote_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 originating IP. The system is running on the Mongrel Cluster behind Apache 2.2 with # mod_proxy, mod_proxy-html, and mod_proxy_balancer # mod_rewrite # mod_deflate # mod_headers (setup: http://mongrel.rubyforge.org/docs/apache.html) Would it be due to: 1) IPv6 or Asian IP addresses? 2) mod_proxy or mod_rewrite?? 3) .... Any insight? -- Posted via http://www.ruby-forum.com/.
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 to serve 1000 requests compared to...
2015 Aug 28
4
apache mysterious 404 error
...m. However I noticed this message turning up in the logs: [Fri Aug 28 01:27:30.057020 2015] [proxy:warn] [pid 23782:tid 139661984888576] [client 173.213.212.234:14579] AH01144: No protocol handler was valid for the URL /mycompanyStore/images/Jimmy_792x802_R2.jpg. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule., referer: http://stage.theshopatmycompanystudios.com/ [Fri Aug 28 01:27:30.057216 2015] [proxy:warn] [pid 23780:tid 139661995378432] [client 173.213.212.234:14577] AH01144: No protocol handler was valid for the URL...
2006 Jul 26
5
Mongrel + mod_proxy URL issues
...ere /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 firewalls forbid these semantics, so I went and configured apache (v1.3) to have mod_proxy in an attempt to get the :8008 out of the URLs the user submits. With a simple rule like: ProxyPass / http://mydomain.com:8008/ ProxyPassReverse / http://mydomain.com:8008/ It works beautifully when the user invokes http://www.mydomain.com. I believe all my paths within the app are relative to...
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 d...
2015 Aug 28
1
apache mysterious 404 error
...is message turning up in the logs: > > [Fri Aug 28 01:27:30.057020 2015] [proxy:warn] [pid 23782:tid > 139661984888576] [client 173.213.212.234:14579] AH01144: No protocol > handler was valid for the URL /mycompanyStore/images/Jimmy_792x802_R2.jpg. > If you are using a DSO version of mod_proxy, make sure the proxy > submodules are included in the configuration using LoadModule., referer: > http://stage.theshopatmycompanystudios.com/ > > [Fri Aug 28 01:27:30.057216 2015] [proxy:warn] [pid 23780:tid > 139661995378432] [client 173.213.212.234:14577] AH01144: No protocol >...
2005 May 06
7
Rails hosting per user
...h 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). Each user gets to run its own webrick server and mod_proxy redirects all requests. Is that possible? I can''t find any relevant documentation in mod_proxy to redirect to a specific port, does someone use a similar setup? And is it possible to run multiple rails sites on 1 webrick instance? It would be very useful because then I can give every user...
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 Loading mirror speeds from cached hostfile * c6-media: Installed Packages httpd.x86_64 2.2.15-29.el6.centos @c6-media repo...
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 set up a simple pr...
2015 Aug 28
0
apache mysterious 404 error
...m. However I noticed this message turning up in the logs: [Fri Aug 28 01:27:30.057020 2015] [proxy:warn] [pid 23782:tid 139661984888576] [client 173.213.212.234:14579] AH01144: No protocol handler was valid for the URL /mycompanyStore/images/Jimmy_792x802_R2.jpg. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule., referer: http://stage.theshopatmycompanystudios.com/ [Fri Aug 28 01:27:30.057216 2015] [proxy:warn] [pid 23780:tid 139661995378432] [client 173.213.212.234:14577] AH01144: No protocol handler was valid for the URL...
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 (I modified domain specific info to be generic) Also the basic authentication is just because this is 80% developed app running on a test production server. I didn'...
2006 Jun 28
5
Production deployment
...e + 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) mod_fastCGI or try (2) Lighttpd OR (3)apache mod_proxy with mongrel. What are the pros and cons of these three deployment platform. Also, are there any other solution. I would love to hear from those who have their app in production. /thanks thila. -- Posted via http://www.ruby-forum.com/.
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 som...