Re: [users@httpd] Another mod_proxy Question/Issue

2013-10-30 Thread Yehuda Katz
On Wed, Oct 30, 2013 at 9:24 PM, Chris Arnold wrote: > Apache/2.2.12 (Linux/SUSE). We have a web app that runs under tomcat > (8080). We have apache using mod_proxy (80 and 443). According to the > tomcat mailing list: > > What we need is for apache to proxy, rewrite or whatever the 443 requests

[users@httpd] Another mod_proxy Question/Issue

2013-10-30 Thread Chris Arnold
Apache/2.2.12 (Linux/SUSE). We have a web app that runs under tomcat (8080). We have apache using mod_proxy (80 and 443). According to the tomcat mailing list: >Do you need >the application to behave differently given a particular client? If >not, there's nothing to do. If so, you probably need

Re: [users@httpd] internal dummy connection

2013-10-30 Thread el kalin
thanks On Wed, Oct 30, 2013 at 5:38 PM, Mike Rumph wrote: > Hello el kalin, > > For what it's worth, I think that ::1 is the loopback interface address > for IPv6 just as 127.0.0.1 is for IPv4. > So your samples do have an IP address (::1). > > Thanks, > > Mike Rumph > > > On 10/30/2013 1:3

Re: [users@httpd] internal dummy connection

2013-10-30 Thread Mike Rumph
Hello el kalin, For what it's worth, I think that ::1 is the loopback interface address for IPv6 just as 127.0.0.1 is for IPv4. So your samples do have an IP address (::1). Thanks, Mike Rumph On 10/30/2013 1:35 PM, el kalin wrote: i did. it said it's normal but my server gets bogged down on

Re: [users@httpd] internal dummy connection

2013-10-30 Thread Jim Albert
On 10/30/2013 4:35 PM, el kalin wrote: i did. it said it's normal but my server gets bogged down on it... i think. all the examples on line have an ip number (at least 127.0.0.1) in front too. mine doesn't.. On Wed, Oct 30, 2013 at 4:00 PM, Eric Covener mailto:cove...@gmail.com>> wrote: S

Re: [users@httpd] internal dummy connection

2013-10-30 Thread el kalin
i did. it said it's normal but my server gets bogged down on it... i think. all the examples on line have an ip number (at least 127.0.0.1) in front too. mine doesn't.. On Wed, Oct 30, 2013 at 4:00 PM, Eric Covener wrote: > Search the web for "Apache (internal dummy connection)"? > > -

Re: [users@httpd] internal dummy connection

2013-10-30 Thread Eric Covener
Search the web for "Apache (internal dummy connection)"? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] internal dummy connection

2013-10-30 Thread el kalin
hi all... i'm looking at a lot of these: ::1 - - [30/Oct/2013:15:43:33 -0400] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)" ::1 - - [30/Oct/2013:15:43:34 -0400] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)" ::1 - - [30/Oct/2013:15:43:35 -0400] "OPTIONS

[users@httpd] Obtain part of url in proxy balancer from one balancer member

2013-10-30 Thread Trilok
Hi I have cluster setup of Apache server . Behind this I have 2 Jboss instances which is load balanced by apache. The configuration look somewhat like the below SetEnvIf X-Forwarded-For ^192\.168\. proxy_1 SetEnvIf X-Forwarded-For ^172\.123\.153\.142 proxy_2 Order allow,deny Satisfy Any Allow f

Re: [users@httpd] apache forward proxy

2013-10-30 Thread Yehuda Katz
By reading the documentation ( http://httpd.apache.org/docs/2.4/mod/mod_proxy.html). If you have specific questions or more details about what you need help doing, THEN ask here. On Wednesday, October 30, 2013, wrote: > > Please let me know how to do apache configuration to work as forward proxy

[users@httpd] apache forward proxy

2013-10-30 Thread vitthal.tcs
Please let me know how to do apache configuration to work as forward proxy. "This e-Mail may contain proprietary and confidential inform

[users@httpd] Trusting a single certificate with SSLCACertificateFile.

2013-10-30 Thread Philip Wigg
Hi, We want to set up SSL client authentication and we will only have a single client that we want to allow through to the website. Is it possible to allow just a single certificate to authenticate by just specifying that one cert in SSLCACertificateFile? i.e. without specifying the CA cert inste