Re: [users@httpd] Proxy Issues

2015-07-16 Thread Marat Khalili
Hello Matthew, You can use both forward proxy and reverse proxy configuration for your problem. In reverse proxy configuration server B pretends to be server Z, therefore the following command should be used from any server: $ curl http://server-b.proxy This is what you seem to have configured

[users@httpd] Proxy Issues

2015-07-16 Thread Matthew Javelet
Hello Everyone, I'm having a bit of a struggle figuring out how to apply my _solution_ for this current issue I'm facing. I have server A & server B that both need to reach an external service, server Z. Server B has access while A does not, so we are wanting to make a proxy to mediate the reques

Re: [users@httpd] Upgrade from 2.0.63 to 2.2.3 Apache - Initial screen prompt is no longer working

2015-07-16 Thread John Donnelly
Hi , When I do a “wgetaddress I get a index.html file But I don’t see that file in in the root directory of The configuration ( ) How is that possible ? -- On 7/15/15, 1:28 PM, "John Donnelly" wrote: >Hello, > > I recently updated an appliance that is based on a Cent

Re: [users@httpd] Odd behaviour with LDAP authentication

2015-07-16 Thread Mike Sandells
On 15/07/2015 16:51, Mike Sandells wrote: [Intermittent LDAP authentication failures] As is often the case, we got to the bottom of this fairly quickly after posting the above. It was a problem with a specific domain controller, and having fixed that, all is now normal... Mike -- Mike Sandel

[users@httpd] Increase maximum concurrent connections

2015-07-16 Thread Ridwan Shariffdeen
Hi! I am trying to do a performance test on a PHP application using "RAIN". Even though the client attempts to make 5000 concurrent connections only a limited number of requests are served. Is there a limit on Apache that I can tune to handle as much as connections possible? I found few articles