[users@httpd] loadbalancing apache/tomcat

2011-03-25 Thread Hajo Locke
Hello List, following situation: i have 1 apache which is connected by mod_jk to multiple tomcat servers. Now it seems to get necessary that i also need to balance the apache-applications. What is best practice in my case? I think about nginx in first line which is connected to apache-servers

[users@httpd] http 1.1 authorization header is sent to every resource under a given domain

2011-03-25 Thread Chris Keeley
Hi All, I have a problem and I'm hoping someone can point me in the right direction. I am encountering a situation whereby an HTTP 1.1 authorization header is sent to every resource under a given domain even though the initial 401 Authentication response by which the authorization information

Re: [users@httpd] http 1.1 authorization header is sent to every resource under a given domain

2011-03-25 Thread Eric Covener
I have one completely unsupported theory where the issue is related to the fact that '/x' is presented by apache as a virtual resource. I wonder if somehow this ends up mapping the realm to '/' instead of '/x'. I draw this conclusion from the fact that the browser is pre-empting the

RE: [users@httpd] http 1.1 authorization header is sent to every resource under a given domain

2011-03-25 Thread Chris Keeley
Eric, That makes perfect sense. You're a Genius; thank you. -- Regards Christopher Keeley Software Engineer Communications and Test JDSU +441752765327 www.jdsu.com NOTICE: JDSU UK Ltd. is registered in England Wales with company number 00887400.  Its registered office is Spinnaker House,

Re: [users@httpd] Need information about using Apache....

2011-03-25 Thread Arnab Ganguly
Can I use Apache instead of Drools? Like as a rules execution engine that is able to accept the request, evaluate a set of ops defined rules and execute various responses. Mod_proxy and mod_proxybalancer does the load balancing.Is there anything can be done where each instance can hve own

Re: [users@httpd] Re: Apachie to collect URL variables

2011-03-25 Thread darknetone
While I realize that this is a CGI exercise I really was interestd in what was thought about Apache this way. I want to use URLs with embedded variables to an Apache server that will process(CGI) the data in the variables, basically I am stuffing them into mysql. I do not want to send back a

Re: [users@httpd] loadbalancing apache/tomcat

2011-03-25 Thread Simone Caruso
On 25/03/2011 09:36, Hajo Locke wrote: Hello List, following situation: i have 1 apache which is connected by mod_jk to multiple tomcat servers. Now it seems to get necessary that i also need to balance the apache-applications. What is best practice in my case? If u dont like nginx, with

[users@httpd] Apache/WebDev virtual hosting not working correctly

2011-03-25 Thread Al Zick
Hi, I have been using Apache for a long time, but it isn't clear to me how to configure virtual hosting with WebDev. I wanted to make it clear that I am dealing with Webdev from PC Soft and not Webdav. The major problem I have with WebDev is there is no documentation that I can find on

Re: [users@httpd] Re: Apachie to collect URL variables

2011-03-25 Thread Igor Cicimov
Again, nothing to do with apache but with the way you submit the request. Submit with AJAX so you don't refresh the page. For this question you are better of asking on some programing forum not apache mailing list. On Sat, Mar 26, 2011 at 1:53 AM, darknetone darknet...@gmail.com wrote: While I