[users@httpd] issue with iis 7.5 ajpconnector

2012-07-18 Thread Alex Samad - Yieldbroker
Hi I have II 7.5 setup and currently 2 vhosts each vhost has its own applicati= on pool and it's on copy of the ajp connector We did this so that we can say run prod and uat at different version and al= so make sure that bringing one down doesn't affect the other ! Now I went to add another vh

RE: [users@httpd] ReverseProxy is not working

2011-12-08 Thread Alex Samad - Yieldbroker
Hi Also why not use the weblogic plugin instead of passing http through ? Alex -Original Message- From: KESTAR [mailto:perathkart...@gmail.com] Sent: Thursday, 8 December 2011 11:12 PM To: users@httpd.apache.org Subject: [users@httpd] ReverseProxy is not working I installed Apache Ht

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
org Subject: Re: [users@httpd] Q) apache + W2008R2 + NLB On Tue, December 6, 2011 20:35, Yehuda Katz wrote: > On Tue, Dec 6, 2011 at 2:23 PM, Alex Samad - Yieldbroker < > alex.sa...@yieldbroker.com> wrote: >> >> 1) any idea if there is a tomcat (AJP) connector that woul

RE: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
: Re: [users@httpd] Q) apache + W2008R2 + NLB On Tue, Dec 6, 2011 at 5:12 AM, Alex Samad - Yieldbroker wrote: Hi I am in the situation where I am looking at replacing a rhel LVS + apache load balanced reverse proxy with Windows, I have started to look at IIS7.  But I am thinking I would rather

[users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread Alex Samad - Yieldbroker
Hi I am in the situation where I am looking at replacing a rhel LVS + apache load balanced reverse proxy with Windows, I have started to look at IIS7. But I am thinking I would rather use apache. Has anyone on the list used apache on W 2008 R2 and have the used it with the Microsoft NLB. Does

RE: [users@httpd] Apache VirtualHost to other server:port

2011-11-30 Thread Alex Samad - Yieldbroker
You will need to tell apache to listen on that port as well From: Eduardo Porte [mailto:eduardopo...@yahoo.com.br] Sent: Thursday, 1 December 2011 6:28 AM To: users@httpd.apache.org Subject: [users@httpd] Apache VirtualHost to other server:port Hi! How can configure a VirtualHost to another se

RE: [users@httpd] mod_ssl crl question

2011-11-21 Thread Alex Samad - Yieldbroker
ssage- From: Toomas Aas [mailto:toomas@raad.tartu.ee] Sent: Tuesday, 22 November 2011 4:58 PM To: users@httpd.apache.org Subject: Re: [users@httpd] mod_ssl crl question R, 18 nov 2011 kirjutas Alex Samad - Yieldbroker : > I have a ssl site and I am wondering how apache / mod_ss

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
ts are not sent. I guess you are not Rewriting anything. regards, ricardo 2011/11/19 Alex Samad - Yieldbroker mailto:alex.sa...@yieldbroker.com>> Hi My understanding is that if you have ProxyPassReverse / http://10.0.0.2:8080/gwc/service/ ProxyPass / http://10.0.0.2:8080/gwc/ser

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
Congo, I do have a vhost for every geo service. What I am trying to do is to Proxy request using apache. This way I dont have to have all tomcats in the open. But as you can see, I am failing to do so. :( So do you have a sample on how to do it ? regards to both, Ricardo 2011/11/19

RE: [users@httpd] Proxy Tomcat

2011-11-19 Thread Alex Samad - Yieldbroker
Hi Why not have ProxyPassReverse / http://10.0.0.2:8080/gwc/service/ ProxyPass / http://10.0.0.2:8080/gwc/service/ Alex From: Ricardo Bayley [mailto:ricardo.bay...@gmail.com] Sent: Saturday, 19 November 2011 8:54 AM To: users@httpd.apache.org Subject: [users@httpd] Proxy Tomcat Hi folks,

[users@httpd] mod_ssl crl question

2011-11-17 Thread Alex Samad - Yieldbroker
Hi I have a ssl site and I am wondering how apache / mod_ssl handle crl's it seems like I have to grab the crl and place it into a file for apache / mod_ssl to read from there. My issue crl is for 1 day Last Update: Nov 17 13:21:32 2011 GMT Next Update: Nov 18 13:21:32 2011 GMT So there is a

[users@httpd] RE: Apache, mod_proxy and Glassfish

2011-11-15 Thread Alex Samad - Yieldbroker
Hi Is glashfish listening on 127.0.0.1 ? Alex -Original Message- From: Øyvind Lode - Forums [mailto:for...@lode.is] Sent: Wednesday, 16 November 2011 3:24 AM To: Apache Users List (users@httpd.apache.org) Subject: [users@httpd] Apache, mod_proxy and Glassfish Hi: I'm struggling with s

[users@httpd] mod_ssl question

2011-11-08 Thread Alex Samad - Yieldbroker
Hi With mod_ssl, when I ask it to check client certificates, does it do a look up of the CRL associated with the certificate, ie does it check the CRL attribute and then use that to grab a CRL and then use that to verify the list of CRL's or do I have to use a cron job to grab the crl and place

[users@httpd] mod_ssl 403.7

2011-11-06 Thread Alex Samad - Yieldbroker
Hi I am trying to move a web site from IIS (Windows) to Apache (Linux). On my install on IIS, when a client tries to connect to the site and doesn't have a client cert, they get a customer error page, advising them they must have a valid certificate and to contact the help desk. With apache 2.

[users@httpd] mod_proxy and sstp

2011-10-30 Thread Alex Samad - Yieldbroker
Hi I am in the position where I would like to use apache / mod_proxy to reverse proxy. I am having problems getting it to reverse proxy sstp, microsofts new ssl'ish vpn solution . They have added a new verb SSTP_DUPLEX_POST http://msdn.microsoft.com/en-us/library/cc247364(v=PROT.10).aspx