search for: proxy_module

Displaying 20 results from an estimated 26 matches for "proxy_module".

2008 Jul 15
2
Problem with mod_proxy_ajp.so
...ne 2 of /etc/httpd/modules/mod_proxy_ajp.so Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 3 of /etc/httpd/conf.d/proxy_ajp.conf: Cannot load /etc/httpd/modules/mod_proxy_ajp.so into server: /etc/httpd/modules/mod_proxy_ajp.so: undefined symbol: proxy_module. When I issue /etc/httpd/conf.d/proxy_ajp.conf, it outputs: httpd-2.2.3-11.el5_1.centos.3 I am using Centos 5 and and httpd-2.2.3-11.el5_1.centos.3 Could you help me to find a better solution? Thanks in advance! -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot....
2007 Dec 07
1
Ruby on Rails applications with Mongrel cluster
...riting, proxy, proxy_balancer e proxy_http) by editing the httpd.conf file (under c: \Apache_Software_Foundation\Apache2.2\conf, if you 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...
2006 Dec 15
1
Help w/ Apache Proxying Mongrel
...wto/rails/deployment/RailsWithApacheAndMongrel.pd f> ) didn''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...
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
...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/ 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...
2007 Jul 29
16
Mongrel stops responding after period of inactivity
...ic) auth_basic_module (static) cache_module (static) include_module (static) filter_module (static) deflate_module (static) log_config_module (static) env_module (static) headers_module (static) setenvif_module (static) proxy_module (static) proxy_connect_module (static) proxy_ftp_module (static) proxy_http_module (static) proxy_ajp_module (static) proxy_balancer_module (static) ssl_module (static) mpm_prefork_module (static) http_module (static) mime_modu...
2007 Jul 29
4
Mongrel stops responding after period of inactivity
...ic) auth_basic_module (static) cache_module (static) include_module (static) filter_module (static) deflate_module (static) log_config_module (static) env_module (static) headers_module (static) setenvif_module (static) proxy_module (static) proxy_connect_module (static) proxy_ftp_module (static) proxy_http_module (static) proxy_ajp_module (static) proxy_balancer_module (static) ssl_module (static) mpm_prefork_module (static) http_module (static) mime_modu...
2015 Aug 28
0
apache mysterious 404 error
...the proxy submodules > are included in the configuration using LoadModule., referer: > http://stage.theshopatmycompanystudios.com/ > > [...etc...] > > 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 > >...
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"> Opti...
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
2006 Dec 14
0
Apache2, Mongrel & multiple apps
...eb.com/howto/rails/deployment/RailsWithApacheAndMongrel.pdf) didn''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/pro...
2007 Aug 29
0
No-protocol-handler-was-valid error
I am running a Mongrel 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...
2010 Sep 23
0
how to i force apche to handle download requestrunning apach
hii 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:/Instan...
2010 Sep 23
0
how to do force apache to handle static request
Posted by Amit Tomar (amit-singh) on 23.09.2010 14:55 hii 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:/Instan...
2015 May 07
2
Apache 2.2 itk - 404 not found
...es/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule substitute_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 mo...
2015 Aug 28
2
apache mysterious 404 error
...ded in the configuration using LoadModule., referer: >> http://stage.theshopatmycompanystudios.com/ >> >> [...etc...] >> >> 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 modu...
2015 Aug 28
1
apache mysterious 404 error
...mod_proxy, make sure the proxy submodules > are included in the configuration using LoadModule., referer: > http://stage.theshopatmycompanystudios.com/ > > > 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 > > >...
2015 May 07
3
Apache 2.2 itk - 404 not found
...le modules/mod_speling.so >> LoadModule userdir_module modules/mod_userdir.so >> LoadModule alias_module modules/mod_alias.so >> LoadModule substitute_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 &g...
2015 Aug 28
0
apache mysterious 404 error
...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/ 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...
2015 May 07
0
Apache 2.2 itk - 404 not found
...LoadModule speling_module modules/mod_speling.so > LoadModule userdir_module modules/mod_userdir.so > LoadModule alias_module modules/mod_alias.so > LoadModule substitute_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 pro...