[users@httpd] Apache + Tomcat Load Balancing

2012-03-08 Thread Kashif Rahman
Hi, We have requirement for to load balance our PHP + JSP application. I need to know that how can I load balance 2 Apache web Servers and 2 Tomcat Servers, 1st Web Server + Tomcat on 1st machine and 2nd Web Server + Tomcat on 2nd machine. We want to use Proxy Load Balancer for Apache to tomcat

[users@httpd] mod_ssl, SSLRequire, and function file("filename") question

2012-03-08 Thread Terrence Martin
Hi, I have a few questions related to the SSLRequire function in mod_ssl and how it works with the file("filename") function. I have gotten mod_ssl to perform x509 DN authentication via the "in"; SSLRequire %{SSL_CLIENT_S_DN} in { "/DC=org/DC=mycerts/OU=People/CN=My Name" } The problem is

Re: [users@httpd] mod_rewrite confusion

2012-03-08 Thread Eric Covener
On Thu, Mar 8, 2012 at 5:21 PM, wrote: > newb question. > > I need to redirect everything from www.mysite.com/admin and > mysite.com/admin to admin.mysite.com. Because several boxes share the > same configuration and some of them will serve admin.mysite.com, I > can't use a plain redirect. > > Th

[users@httpd] mod_proxy removing/filtering origin response headers

2012-03-08 Thread TomFennelly
Hi there. I have a reverse proxy configured, but mod_proxy seems to be removing some of the response headers that were sent from the origin server. I need the ones in question to be passed back to the client (websocket connection upgrade handshake headers). Is there a way of configuring this?

Re: [users@httpd] "client" or "request" meaning

2012-03-08 Thread Nick Kew
On Thu, 8 Mar 2012 14:35:01 + (GMT) Arianna Manlio wrote: > So, what is a "connection"? > If I connect to my home webmail, I see several connection, even if I the only > user. > This means that 5 or 6 "clients" are already reserved? Most of those connections are probably just in keepalive

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Crispen Smith
Awesome, thank you. One last question; there's really no need to have 80 referenced at all as it's being used by my SSAS server, do you think it's better to keep the 80's in there or take them out? Tom Evans-3 wrote: > > On Thu, Mar 8, 2012 at 4:35 PM, Crispen Smith > wrote: >> >> Thank you S

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Steve Swift
What response do you get to the command "ping localhost" What do you have on the "Listen" directive in your config? On 8 March 2012 15:57, Crispen Smith wrote: > > Hello, > I'm hoping I'm not posting this in a place or a way that will offend as I > only came across these forums this morning via

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Steve Swift
Well, first off, the ServerName directive shouldn't contain ":" On 8 March 2012 15:57, Crispen Smith wrote: > > Hello, > I'm hoping I'm not posting this in a place or a way that will offend as I > only came across these forums this morning via google while looking for > groups that may be ab

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Tom Evans
On Thu, Mar 8, 2012 at 4:35 PM, Crispen Smith wrote: > > Thank you Simone,  but I feel that you're jumping to the end of the story. > I'm quite happy to change the virtual posts to port once I get > localhost working correctly, but I'd like to understand that piece as well. > > Does that make

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Crispen Smith
Thank you Simone, but I feel that you're jumping to the end of the story. I'm quite happy to change the virtual posts to port once I get localhost working correctly, but I'd like to understand that piece as well. Does that make sense? Simone Caruso wrote: > > >> > > your virtualhost

Re: [users@httpd] "client" or "request" meaning

2012-03-08 Thread Daniel
1 visitor = 1 client, but 1 visitor =/= 1 connection and 1 client =/= 1 connection On Thu, Mar 8, 2012 at 12:31 PM, Arianna Manlio wrote: > Hi Simone, > so, it's wrong to think that 1 visitor = 1 client, right? > > -- > *Da:* Simone Caruso > *A:* users@httpd.apache.

Re: [users@httpd] "client" or "request" meaning

2012-03-08 Thread Arianna Manlio
Hi Simone, so, it's wrong to think that 1 visitor = 1 client, right? Da: Simone Caruso A: users@httpd.apache.org Cc: Arianna Manlio Inviato: Giovedì 8 Marzo 2012 16:49 Oggetto: Re: [users@httpd] "client" or "request" meaning > So, what is a "connection"?

Re: [users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Simone Caruso
> your virtualhost is on port 80, why don't u try name-bases virtualhosts? http://httpd.apache.org/docs/2.0/vhosts/examples.html -- Simone Caruso IT Consultant +39 349 65 90 805 - To unsubscribe, e-mail: users-unsubscr...@h

[users@httpd] Alternate Ports and Virtual Directories

2012-03-08 Thread Crispen Smith
Hello, I'm hoping I'm not posting this in a place or a way that will offend as I only came across these forums this morning via google while looking for groups that may be able to help with a problem I am encountering. This is a fairly long post, and I apologize for that but a lot of it is code e

Re: [users@httpd] "client" or "request" meaning

2012-03-08 Thread Simone Caruso
> So, what is a "connection"? A connection is a single I/O channel between hosts (TCP,UDP, UNIX SOCKETS) > If I connect to my home webmail, I see several connection, even if I the only > user. > This means that 5 or 6 "clients" are already reserved? > When you connect to a website u use about 4/

Re: [users@httpd] "client" or "request" meaning

2012-03-08 Thread Tom Evans
On Thu, Mar 8, 2012 at 2:35 PM, Arianna Manlio wrote: > Hi, > sorry for previous message. > I'm trying to fully understand the meaning of "client" or "request" concepts > in Apache. > For example: > > http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients > > Description:Maximum number of

RE: [users@httpd] Load Balancing for REST service

2012-03-08 Thread Brian Lauber
That did the trick. Thanks! -=- Brian From: Daniel Ruggeri [drugg...@primary.net] Sent: Thursday, March 08, 2012 6:41 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Load Balancing for REST service On 3/7/2012 8:39 PM, Brian Lauber wrote: > I wa

[users@httpd] "client" or "request" meaning

2012-03-08 Thread Arianna Manlio
Hi, sorry for previous message. I'm trying to fully understand the meaning of "client" or "request" concepts in Apache. For example: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients Description:Maximum number of connections that will be processed simultaneously ... The MaxClien

[users@httpd] "Client" or "request" meaning

2012-03-08 Thread Arianna Manlio
Hi, I'm trying to fully understand the meaning of "client" or "request". For example:

Re: [users@httpd] enable HTTPD to support multi-layer certificates (ca chain)

2012-03-08 Thread Noel Butler
On Thu, 2012-03-08 at 07:58 -0500, Mark Montague wrote: > On March 8, 2012 2:09 , "Durairaj, Srinivasan (NSN - IN/Hyderabad)" > wrote: > > I want to enable HTTPD to support multi-layer certificates (ca chain). > > I had 2 options > > Option 1: > > We can configure SSLCertificateFile (EE file) an

Re: [users@httpd] enable HTTPD to support multi-layer certificates (ca chain)

2012-03-08 Thread Mark Montague
On March 8, 2012 2:09 , "Durairaj, Srinivasan (NSN - IN/Hyderabad)" wrote: I want to enable HTTPD to support multi-layer certificates (ca chain). I had 2 options Option 1: We can configure SSLCertificateFile (EE file) and SSLCertificateChainFile (CA Chain) Option 2: We can configure SSLCertifi

[users@httpd]

2012-03-08 Thread pe uni
..Interesting news http://maboutique.zxq.net/service.link.php?ebfriend_id=09u1 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Load Balancing for REST service

2012-03-08 Thread Daniel Ruggeri
On 3/7/2012 8:39 PM, Brian Lauber wrote: > I was unable to access the presentations that you referenced in your > response. It appears that anonymous users are not authorized to view these > files. If you get the chance, could you please make these presentations > available to me? My mistake.

[users@httpd] Re:3

2012-03-08 Thread pe uni
.The best way to make money ever http://vendor.co.ba/service.link.php?fyahoo_id=68qj5 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] apache 2.4.1, php 5.4.0 and memcache-3.0.6...

2012-03-08 Thread John Doe
Hi, I have a compilation problem... While it might be a bit more php related, and while I desperately try to register to the php mailing list, I ask here just in case... I can successfully compile apache 2.2.22, php 5.4.0 and memcache 3.0.6. But if I try with apache 2.4.1, the memcache module r