Re: [users@httpd] Re: Client certificate authentication issues

2012-10-16 Thread Toomas Aas
I have had my share of trouble with client certificate authentication / SSL renegotiation. It is difficult to troubleshoot. In addition to what Mark already suggested, here are some other things that may help: 1. Try to reduce the possible amount of SSL protocols and ciphers that client

[users@httpd] mod_remoteip Client IP spoofing

2012-10-16 Thread Yoshinori Ehara
Hi All, I'm using Apache 2.4.3 + mod_remoteip. Apache server is located behind a proxy/LB server. I want to log client IP address and prevent spoofing. Test Case: 1. Client(1.1.1.1) send a request with spoofed X-Forwarded-For header. X-Forwarded-For: 2.2.2.2 2. Proxy/Load Balancer(10.0.0.1)

Re: [users@httpd] Mac OS X and SSL Client Certitficates

2012-10-16 Thread Tom Browder
On Mon, Oct 15, 2012 at 8:59 AM, Mark Montague m...@catseye.org wrote: On October 12, 2012 10:41 , Tom Browder tom.brow...@gmail.com wrote: I have successfully generated SSL client certs (generated with openssl 1.0.1c) used by Safari, Firefox, and Chrome on Linux and Windows plus IE 9 on

[users@httpd] Rewrite or Proxy?

2012-10-16 Thread Chris Arnold
A little background on what this host is doing. We have a winblows updates server. The clients on the inside (private ip, LAN) have no problems getting updates from this server. The clients that are not on the inside or connected by VPN do not get the updates from this server. So i write a rule

Re: [users@httpd] Rewrite or Proxy?

2012-10-16 Thread Chris Arnold
All that time to type out this email to you all and i changed it from a rewrite rule to proxy and now things are working as we expect them too. - Original Message - From: Chris Arnold carn...@electrichendrix.com To: users@httpd.apache.org Sent: Tuesday, October 16, 2012 1:28:14 PM

[users@httpd] Adding a query with rewrite

2012-10-16 Thread Roy
This is on my home computer with Windows 7 and Apache 2.2. Once it works here I will upload to my host, Godaddy. I have AllowOverride FileInfo and know the .htaccess file is being read. 'mysite' is a VIRTUALHOST on my home computer. On the host it is 'site.com'. DirectoryIndex is index.html

Re: [users@httpd] Load balancing

2012-10-16 Thread Eric Covener
On Tue, Oct 16, 2012 at 5:57 PM, Dionisio Cortes Fernandez bloodbr...@gmail.com wrote: Hi, I´ve been trying to make a load balanced Apache servet without all the success I wanted. I used this mods proxy proxy_balancer proxy_http status And I get a main server that balances the load, to

[users@httpd] ProxyPassReverse

2012-10-16 Thread vicky007aggarwal
All, I have very basic query, pls help me in understand that.. What is the purpose of using ProxyPassReverse in apache config..what i understand is that it rewrite the headers but that means what?? Can someone give any use case/real time example which will help me in understanding the crux of