-
tztxf
lighttpd mod-proxy
this is weird, i use mod_proxy_backend_http to forward request to my backend http-server, when my backend server crashed for some reason, lighttpd response 200 with content-length=0 to the client.is this a bug or something? or if there is some configration options for this feature?
-
oers
apache webserver load-balancing mod-proxy
I have configured an Apache HTTP server + load balancer (utilizing the mod_proxy_balancer)When I execute load testing the balancer don’t pass most of the load to the backend servers(simple Java App over Tomcat)I’m not sure if the apache httpd can’t handle the load, or is it the load balancer configuration..This is how my conf file looks like:<Proxy balancer://mycluster> BalancerMember http://xxxxx.amazonaws.com connectiontimeout=200000 max=50000 timeout=200000 ping=200000 BalancerMember ht
-
Fire Crow
apache2 load-balancing mod-proxy
How can I setup an apache mod-proxy server to server content from a seperate designated server, in a way that I can change which server to serve content from without restarting apache? The content server will change periodically, either for maintenance, or because of failure.I have an app that does not need to be in a cluster, but I want to have a static version of the webpage display in the event the main app server crashes.I also want the option to update the codebase on the server test it and
-
itsadok
apache2 ubuntu tomcat mod-rewrite mod-proxy
I have apache in front of Tomcat, using mod_rewrite and mod_proxy to relay requests while serving static content directly.The Tomcat server can get bogged down and stop responding, or just plain crash. My problem is that in those cases it takes the apache httpd down with it. And it won’t come back up even after I set Tomcat straight.When this happens, the only way to get apache working again is to issue a stop command, then kill -9 remaining apache processes, and lately I also had to run ipcrm t
-
Ehsan Khodarahmi
tomcat crash mod-proxy socket-timeout-exception
I’m running tomcat 7.0.2 on a debian lenny VPS with apache mod_proxy_jk, this is my AJP config:<Connector port=”8009″ protocol=”AJP/1.3″ redirectPort=”8443″ connectionTimeout=”1000″ minSpareThreads=”5″ maxThreads=”100″ acceptCount=”64″ acceptorThreadCount=”1″ URIEncoding=”UTF-8″/>& mod_proxy uses default configuration. Every some hours (depends on traffic on my site) tomcat crashes with this error & I have to restart it to continue working:SEVERE: Exception while dispatching incomi
-
lennysan
apache2 mod-proxy
I compiled mod_proxy from scratch, added it to httpd.conf, yet when I start up apache I get this:/etc/init.d/httpd restart; su – xamine; /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: httpd: Syntax error on line 60 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_proxy.so into server: /etc/httpd/modules/mod_proxy.so: undefined symbol: proxy_lb_workers[FAILED]We’ve been racking our brains trying to figure out what caus
-
lennysan
linux apache2 mod-proxy
After compiling mod_proxy like so: /wm/httpd/bin/apxs -i -a -c mod_proxy.c proxy_util.cI get this error when attempting to start apache:su -c “/etc/init.d/httpd restart” Password: Stopping httpd: [ OK ] Starting httpd: httpd: Syntax error on line 60 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_proxy.so into server: /etc/httpd/modules/mod_proxy.so: undefined symbol: ap_timeout_parameter_parseAny advice?
-
lal
tomcat lighttpd mod-proxy
i am trying to set up an server with lighttpd and tomcat my conf is belowserver.modules = (“mod_access”,”mod_alias”,”mod_accesslog”,”mod_compress””mod_proxy”,”mod_fastcgi”, # “mod_rewrite”, # “mod_redirect”, # “mod_evhost”, # “mod_usertrack”, # “mod_rrdtool”, # “mod_webdav”, # “mod_expire”, # “mod_flv_streaming”, # “mod_evasive” )## a static document-root, for virtual-hosting take look at the #
-
ggarcia24
apache2 tomcat mod-proxy mod-ssl
I’m trying to put in place a reverse proxy for an application that is running a tomcat embed server over SSL. The application needs to run over SSL on the port 9002 so I have no way of “disabling SSL” for this app. The current setup schema looks like this:[192.168.0.10:443 – Apache with mod_proxy] –> [192.168.0.10:9002 – Tomcat App]After googling on how to make such a setup (and testing) I came across this:https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/861137Which lead to make my cur
-
Andrei Serdeliuc
mod-proxy mod-ssl
Sometimes I get the following error (in apache’s error.log) when viewing my site over https:(502)Unknown error 502: proxy: pass request body failed to xxx.xxx.xxx.xxx:443I’m not entirely sure what this is and why it happens, it’s also not consistent.The request route is:Browser Proxy server (apache with mod_proxy + mod_ssl) Load balancer (aws) Web server (apache with mod_ssl)The configuration on the proxy server is as follows:<VirtualHost *:443>ProxyRequests OffProxyVia OnServerName
-
zombor
apache2 mod-proxy
I’m getting the following errors when trying to do a proxy to an SSL backend server:[Thu Jan 03 14:44:26 2013] [error] (502)Unknown error 502: proxy: pass request body failed to 192.168.1.10:8443 (192.168.1.10) [Thu Jan 03 14:44:26 2013] [error] [client 192.168.1.103] proxy: Error during SSL Handshake with remote server returned by /subsonic/ [Thu Jan 03 14:44:26 2013] [error] proxy: pass request body failed to 192.168.1.10:8443 (192.168.1.10) from 192.168.1.103 ()I’ve got the following apache c
-
zonathen
apache2 ssl-certificate plesk mod-proxy mongrel
I am trying to install a goddaddy ssl certificate on my dedicated plesk web server machine for a rails app that is working fine with non-https using mongrel cluster and apache mod_proxy to redirect the requests to the rails app. I have installed many certs for regular php based websites countless times and the certificate is installed properly but I cannot seem to get mod_proxy to forward on the requests no matter what I’ve tried. I have tried all combinations of the following and the errors I
-
bux
apache2 mod-proxy
I’m trying to enable proxy virtualhost:<VirtualHost *:80>ServerName xxxxx.domain.tdlSSLProxyEngine OnSSLProxyCheckPeerCN onProxyPass / https://localhost:1234ProxyPassReverse / https://localhost:1234</VirtualHost>But i’ve an 500 err and my error.log (apache2) display:[Tue Jan 03 15:41:42 2012] [error] (502)Unknown error 502: proxy: passrequest body failed to [::1]:1234 (localhost) [Tue Jan 03 15:41:422012] [error] proxy: pass request body failed to [::1]:1234(localhost) from 82.252.xx
-
Raghavan
apache mod-proxy proxypass
Setupappserver —-> webserver —-> (3rd party endpoint)8080 (https://www.b2b.com:1100/…)<br/>[http] [https] Error Logs[Mon Nov 19 17:18:23 2012] [warn] Proxy client certificate callback: (box1:80) downstream server wanted client certificate but none are configured [Mon Nov 19 17:18:23 2012] [error] (502)Unknown error 502: proxy: pass request body failed to :1100 (www.b2b.com) [Mon Nov 19 17:18:23 2012] [error] proxy: pass request body failed to :1100 (www.b2b.com
-
mydoghasworms
proxy apache2 mod-proxy
I followed the example in the following SO question to successfully set up an Apache forwarding proxy: Setting up an Apache Proxy with AuthenticationIt works well, except that when accessing sites via https, it says it cannot find the site. For example, Chrome givesError 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.And on the server, I do not even see something in the access logs. For my proxy settings, I have configured the same for http and https (i.e. port 80 on my proxy server).Do