search for: mod_proxy_http

Displaying 20 results from an estimated 27 matches for "mod_proxy_http".

Did you mean: mod_proxy_html
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 Dec 07
1
Ruby on Rails applications with Mongrel cluster
...u installed Apache in its standard path). You just need to uncomment the following lines (remove the #): LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_http_module modules/mod_proxy_http.so gem install mongrel (pick last version for win32) gem install mongrel_service (pick last version for win32) Now we will create a mongrel cluster of 2 windows services responding at http://127.0.0.1 on ports 3010, 3011 serving a rail application at the path c:\www\ror\myapp that will be started...
2006 Dec 15
1
Help w/ Apache Proxying Mongrel
...t cover this type of error, and I''ve been stuck fiddling with it for a while. Has anyone else had this problem and resolved it? Any help is much appreciated. My httpd-proxy.conf file is included below: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> #Proxy information for project application Alias /project "e:/rails_apps/project/public" <Directory "e:/rails_apps/project/public"> Options Indexes FollowSymLinks AllowO...
2007 Nov 07
11
Links go to ''localhost''
I am using Apache2.2 + Mongrel on my machine. Now I am accessing it over LAN. When I enter http://mymachinename/myapp it opens fine but when I click on any link in my rails app, it replaces mymachinename with localhost (http://localhost/myapp/controller/action) and thus I am unable to access it from remote location.
2015 Aug 28
4
apache mysterious 404 error
.../ So taking the advice of that eror I tried enabling all the proxy modules in the apache config: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so But those files are still 404ing. Not sure where to take it from here. I'd appreciate any help you can give! Thanks On Fri, Aug 28, 2015 at 10:00 AM, Robert Wolfe <Robert.Wolfe at malco.com> wrote: > Check the links again...
2015 Aug 28
0
apache mysterious 404 error
...ling all the proxy modules in > the apache config: > > > LoadModule proxy_module modules/mod_proxy.so > > LoadModule proxy_connect_module modules/mod_proxy_connect.so > > LoadModule proxy_ftp_module modules/mod_proxy_ftp.so > > LoadModule proxy_http_module modules/mod_proxy_http.so > > LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so > > > But those files are still 404ing. Not sure where to take it from here. I'd > appreciate any help you can give! Well if it's a single web server that you want to serve its own files, it shouldn't be...
2006 Jun 22
1
Mongrel behin Apache proxy: get "permission denied"
I am trying to run a Typo app behind on mongrel, with Apache proxying on Windows XP. The idea is to have the subdirectory /ebway point to my app. I am using the following code in my http.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> Alias /ebway "c:/mongrel/ebway/public" <Directory "c:/mongrel/ebway/public"> Options Indexes FollowSymLinks AllowOverride none Order allow,deny...
2006 Dec 14
0
Apache2, Mongrel & multiple apps
...#39;t cover this type of error, and I''ve been stuck fiddling with it for a while. Has anyone else had this problem and resolved it? Any help is much appreciated. My httpd-proxy.conf file is included below: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> #Proxy information for project application Alias /project "e:/rails_apps/project/public" <Directory "e:/rails_apps/project/public"> Options Indexes FollowSymLinks AllowOverride no...
2007 Aug 29
0
No-protocol-handler-was-valid error
...ongrel cluster with an Apache front-end. I am loading the following modules in the httpd.conf file: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_connect_module modules/mod_proxy_connect.so Given those conditions, can anyone give me a reason why I would be getting the the following error message when I attempt to access the main/column page: Forbidden You don''t have permission to access /main/column on this ser...
2010 Sep 23
0
how to i force apche to handle download requestrunning apach
...all, Am running apche as frontend to mongrel ,i added these line in Apache''s httpd.conf file LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule xsendfile_module modules/mod_xsendfile.so XSendFile on XsendFileAllowAbove on <VirtualHost *:80> ServerName src DocumentRoot C:/InstantRails-2.0-win/rails_apps/src/public/ ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000 </VirtualHost>...
2010 Sep 23
0
how to do force apache to handle static request
...all, Am running apche as frontend to mongrel ,i added these line in Apache''s httpd.conf file LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule xsendfile_module modules/mod_xsendfile.so XSendFile on XsendFileAllowAbove on <VirtualHost *:80> ServerName src DocumentRoot C:/InstantRails-2.0-win/rails_apps/src/public/ ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000 </VirtualHost>...
2008 Apr 05
1
Fwd: xwiki vhost in apache
Hi, i am just wondering. I have a tomcat5, running xwiki at http://myserver.example.org:8080/xwiki How can i create a vhost in httpd to do transparent proxy to tomcat5 webapplication ? Thanks in advance! David ---------- Forwarded message ---------- From: David Hl??ik <david at hlacik.eu> Date: Sat, Apr 5, 2008 at 10:45 PM Subject: xwiki vhost in apache To: users at xwiki.org Hi, i
2015 May 07
2
Apache 2.2 itk - 404 not found
...module modules/mod_substitute.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule cache_module modules/mod_cache.so LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule cgi_module modules/mod_cgi.so LoadModule versio...
2015 Aug 28
2
apache mysterious 404 error
...he apache config: >> >> >> LoadModule proxy_module modules/mod_proxy.so >> >> LoadModule proxy_connect_module modules/mod_proxy_connect.so >> >> LoadModule proxy_ftp_module modules/mod_proxy_ftp.so >> >> LoadModule proxy_http_module modules/mod_proxy_http.so >> >> LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so >> >> >> But those files are still 404ing. Not sure where to take it from >> here. I'd appreciate any help you can give! > > Well if it's a single web server that you want to serve...
2015 Aug 28
1
apache mysterious 404 error
...enabling all the proxy modules > in the apache config: > > > LoadModule proxy_module modules/mod_proxy.so > > LoadModule proxy_connect_module modules/mod_proxy_connect.so > > LoadModule proxy_ftp_module modules/mod_proxy_ftp.so > > LoadModule proxy_http_module modules/mod_proxy_http.so > > LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so > > > But those files are still 404ing. Not sure where to take it from here. I'd > appreciate any help you can give! > > > Thanks > > On Fri, Aug 28, 2015 at 10:00 AM, Robert Wolfe <Robert.Wolfe at...
2015 May 07
3
Apache 2.2 itk - 404 not found
...LoadModule rewrite_module modules/mod_rewrite.so >> LoadModule proxy_module modules/mod_proxy.so >> LoadModule proxy_balancer_module modules/mod_proxy_balancer.so >> LoadModule proxy_ftp_module modules/mod_proxy_ftp.so >> LoadModule proxy_http_module modules/mod_proxy_http.so >> LoadModule proxy_ajp_module modules/mod_proxy_ajp.so >> LoadModule proxy_connect_module modules/mod_proxy_connect.so >> LoadModule cache_module modules/mod_cache.so >> LoadModule disk_cache_module modules/mod_disk_cache.so >> LoadModule cgi_mo...
2017 May 17
3
Frauenhofer signing off on mp3, ogg stream player for Macs?
Is there a way to run Darkice without an audio interface? On Tue, 16 May 2017 10:25:43 +1200, you wrote: >Jack, > >I am using AAC+ encoded by Darkice and distributed on Icecast2 on a >Ubuntu server. I had to install a number of open source libraries and >compile darkice from source. No licence. > >non-free means you build each one stand alone and can't re distribute.
2015 Aug 28
0
apache mysterious 404 error
.../ So taking the advice of that eror I tried enabling all the proxy modules in the apache config: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so But those files are still 404ing. Not sure where to take it from here. I'd appreciate any help you can give! Thanks On Fri, Aug 28, 2015 at 10:00 AM, Robert Wolfe <Robert.Wolfe at malco.com> wrote: > Check the links again...
2015 May 07
0
Apache 2.2 itk - 404 not found
...ubstitute.so > LoadModule rewrite_module modules/mod_rewrite.so > LoadModule proxy_module modules/mod_proxy.so > LoadModule proxy_balancer_module modules/mod_proxy_balancer.so > LoadModule proxy_ftp_module modules/mod_proxy_ftp.so > LoadModule proxy_http_module modules/mod_proxy_http.so > LoadModule proxy_ajp_module modules/mod_proxy_ajp.so > LoadModule proxy_connect_module modules/mod_proxy_connect.so > LoadModule cache_module modules/mod_cache.so > LoadModule disk_cache_module modules/mod_disk_cache.so > LoadModule cgi_module modules/mod_cgi.so &...
2007 Oct 03
5
403 (Forbidden) with Apache on Mongrel Cluster
Hi, I''ve configured a rails application on my VPS to run on two mongrels. When I run curl on localhost, the starting page comes up fine. That is, mongrel is serving the app perfectly. The problem arises when trying to access the app on my ip through apache. I get a 403 error. Just to test things out, I''ve set generous permissions on the entire rails directory structure