Re: [users@httpd] Load Balancing, no fail over when backend server is down?

2012-03-28 Thread Anam Ali Khan
I think Apache mod_proxy do not support health checking for backend servers. -Anam From: Ryan Bowman To: users@httpd.apache.org Sent: Thursday, 29 March 2012, 2:04 Subject: [users@httpd] Load Balancing, no fail over when backend server is down? Greetings I

Re: [users@httpd] Apache configuration to catch any directory access

2012-03-28 Thread Martin Hasicek
Hi, maybe you can pipe out the output of log file to some script CustomLog "|bin/doAcctionAfterDirectoryAccess" common of course, you can customized logfile output (check CustomLog directive) and you can set action only for specific directory (check Directory and CustomLog directive). Hope this

[users@httpd] [SOLVED (well, kinda)] Re: [users@httpd] Problem when mixing RewriteRules and directives

2012-03-28 Thread Bruno Tréguier
Hi everybody, Following my previous posts regarding my RewriteRule/Location/SetEnvIf problem, a friend of mine suggested a neat solution, quite easy to apply. The trick is to create, on the same machine, another vhost meant to serve exclusively as a reverse proxy, and which will add the inten

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Igor Cicimov
Have a look at mod_proxy_html On Mar 29, 2012 10:37 AM, "Jonas Eckerman" wrote: > On 2012-03-28 20:04, Campbell, Jomori (US - Arlington) wrote: > > # Maximo >> ProxyPass /maximo/ >> https://app.servername.com/**maximo/ >> ProxyPassReverse /m

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Jonas Eckerman
On 2012-03-28 20:04, Campbell, Jomori (US - Arlington) wrote: # Maximo ProxyPass /maximo/ https://app.servername.com/maximo/ ProxyPassReverse /maximo/ https://app.servername.com/maximo/ ProxyPass /webclient/ https://app.servername.com/ webclient / Prox

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Simone Caruso
On 28/03/2012 20:04, Campbell, Jomori (US - Arlington) wrote: > On the front end we have Apache 2.2.21 running on Windows 2003 > We configured Apache as a Reverse Proxy using mod_proxy > > On the back end we have a COTS application by IBM called Maximo > This application is deployed on WebLogic an

Re: [users@httpd] Serving pre-compressed static content using httpd 2.2.x

2012-03-28 Thread Christopher Schultz
All, Replying to see if I can get a response. Anyone? Thanks, -chris On 3/22/12 3:10 PM, Christopher Schultz wrote: > All, > > I've been reading a bit lately about serving pre-compressed static > content with httpd, and it looks like I have a few options that have > various pros and cons. I'd l

[users@httpd] Load Balancing, no fail over when backend server is down?

2012-03-28 Thread Ryan Bowman
Greetings I have recently setup Apache load balancing to two backend JBoss (5.1.0.GA) servers. Communication over AJP, with Sticky Sessions, (no session replication on the Jboss servers). I'm having a problem with both Apache 2.2.21 (SUSE 11.3) and 2.4.1 (CentOS 5-something, I think). I shut off

RE: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
On the front end we have Apache 2.2.21 running on Windows 2003 We configured Apache as a Reverse Proxy using mod_proxy On the back end we have a COTS application by IBM called Maximo This application is deployed on WebLogic and running on Windows 2008 Scenario: When a user requests access throug

Re: [users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread fREW Schmidt
On Wed, Mar 28, 2012 at 12:09 PM, Campbell, Jomori (US - Arlington) wrote: > We currently have an Apache Reverse Proxy set up in a client’s environment. > The issue that we are facing with the Apache Reverse Proxy is that any type > of JavaScript or servlets that use JAVA are not being proxied c

[users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
We currently have an Apache Reverse Proxy set up in a client’s environment. The issue that we are facing with the Apache Reverse Proxy is that any type of JavaScript or servlets that use JAVA are not being proxied correctly. The version of Apache that we are using is 2.2.21. Also, we’re current

[users@httpd] Apache Reverse Proxy Configuration

2012-03-28 Thread Campbell, Jomori (US - Arlington)
We currently have an Apache Reverse Proxy set up in client’s environment. The issue that we are facing with the Apache Reverse Proxy is that any type of JavaScript or servlets that use JAVA are not being proxied correctly. The version of Apache that we are using is 2.2.21. Jomori Campbell ERS S

[users@httpd] Successful upgrade from 2.2.22 to 2.4.1

2012-03-28 Thread fREW Schmidt
Hello, I've just successfully upgraded everything in our Apache setup from 2.2.22 to 2.4.1. The strangest part was the log rotation. We're on windows so we use the bundled logrotate function. We basically had to change it from |bin/logrotate to |bin/logrotate.exe. We also changed from 32 bit t

Re: [users@httpd] removal of mod_mem_cache in 2.4

2012-03-28 Thread Eric Covener
On Wed, Mar 28, 2012 at 11:13 AM, fREW Schmidt wrote: > Hey guys, > > We're doing what we can to upgrade from 2.2.22 to 2.4.1 and (obviously) > I noticed that mod_mem_cache has been removed with the recommendation > to use mod_cache_disk instead.  I found this: > > http://blog.monitis.com/index.ph

[users@httpd] removal of mod_mem_cache in 2.4

2012-03-28 Thread fREW Schmidt
Hey guys, We're doing what we can to upgrade from 2.2.22 to 2.4.1 and (obviously) I noticed that mod_mem_cache has been removed with the recommendation to use mod_cache_disk instead. I found this: http://blog.monitis.com/index.php/2011/07/05/25-apache-performance-tuning-tips/ which I'm guessing

Re: [users@httpd] installing apache 2.4 on macosx Lion

2012-03-28 Thread Guillaume Meurice
Dear Mark, many thanks !! Effectively, I was trying to keep one installation of Apache but it's very confusing. Following your recommandation, I'll get my custom builf of apache / PHP. I've also check the system.log and apache error_log and finnaly managed to solve one of the problem I had (activ

Re: [users@httpd] installing apache 2.4 on macosx Lion

2012-03-28 Thread Mark Montague
On March 28, 2012 4:49 , Guillaume Meurice wrote: but now, I can't launch apache from the syst.pref. > shared > web sharing panels. In my opinion, it is much easier to leave everything Apple provides alone and install your custom build of Apache HTTP Server in a location where all of the fil

Re: [users@httpd] Cant modify LD_LIBRARY_PATH

2012-03-28 Thread congo thomas
Any ideas on why this bevaior? My httpd is apache 2.2.3 on centos. br congo On Sun, March 25, 2012 23:11, congo thomas wrote: > hello world, > > So i have this vhost that looks like: > > ServerName bar.foo > DocumentRoot /var/www/bar.foo/wwwroot > SetEnv LD_LIBRARY_PATH /usr/loc