[EMAIL PROTECTED] Apache 2.2.3 monitor

2006-12-06 Thread Lucuk, Pete
Hello, I have Apache 2.2.3 with mod_ssl and mod_jk installed and they work like a champ! I am now wrapping up my Apache setup with a maintenance in mind. I would like to setup something that would... - test to see is Apache is up or down - if Apache is up, do nothing

RE: [EMAIL PROTECTED] Apache, mod_jk, client certificates, and Jetty

2006-11-28 Thread Lucuk, Pete
mp;A based on it. BUT, there is one thing I did forget about, currently the AJP port that Jetty is listening on is NOT HTTPS, I am going to try that next, BUT, at least I am making progress. Hope the above helps someone when they are googling for answers >-Original Message- >From: L

RE: [EMAIL PROTECTED] Apache, mod_jk, client certificates, and Jetty

2006-11-28 Thread Lucuk, Pete
>-Original Message- >From: Serge Dubrouski [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 28, 2006 12:08 PM >To: users@httpd.apache.org >Subject: Re: [EMAIL PROTECTED] Apache, mod_jk, client >certificates, and Jetty > >On 11/28/06, Lucuk, Pete &

RE: [EMAIL PROTECTED] Apache, mod_jk, client certificates, and Jetty

2006-11-28 Thread Lucuk, Pete
> >> > >> >> >> >> Thanks for your responses, I appreciate your help >> >> >> >> >> >> >> >> >> >> >> >> >-Original Message- >&

RE: [EMAIL PROTECTED] Apache, mod_jk, client certificates, and Jetty

2006-11-28 Thread Lucuk, Pete
>-Original Message- >From: Serge Dubrouski [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 28, 2006 11:18 AM >To: users@httpd.apache.org >Subject: Re: [EMAIL PROTECTED] Apache, mod_jk, client >certificates, and Jetty > >On 11/28/06, Lucuk, Pete <[EMAIL

RE: [EMAIL PROTECTED] Apache, mod_jk, client certificates, and Jetty

2006-11-28 Thread Lucuk, Pete
>certificates, and Jetty > >On 11/28/06, Lucuk, Pete <[EMAIL PROTECTED]> wrote: >> >> I am trying to perform the following... >> >> >Browser_client_with_client_certificate<--https-->apache_with_mod_jk<-- >> ht >> tps-->Jetty >&g

[EMAIL PROTECTED] Apache, mod_jk, client certificates, and Jetty

2006-11-28 Thread Lucuk, Pete
I am trying to perform the following... Browser_client_with_client_certificate<--https-->apache_with_mod_jk<--ht tps-->Jetty Also, the browser client is passing a client certificate that I want Jetty to have access to perform A&A. Browser version = IE 6 Apache version = 2.2.3 Mod_jk version = 1

RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-27 Thread Lucuk, Pete
oxy server? >-Original Message- >From: Lucuk, Pete [mailto:[EMAIL PROTECTED] >Sent: Monday, November 27, 2006 11:26 AM >To: users@httpd.apache.org >Subject: RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT >in reverse proxy? > > >This...

RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-27 Thread Lucuk, Pete
. >-Original Message- >From: Lucuk, Pete [mailto:[EMAIL PROTECTED] >Sent: Monday, November 27, 2006 10:04 AM >To: users@httpd.apache.org >Subject: RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT >in reverse proxy? > >Where would I put the Rewrite escape function

RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-27 Thread Lucuk, Pete
ED] How to send WHOLE SSL_CLIENT_CERT >in reverse proxy? > >Lucuk, Pete schrieb: >> The backend server is a 3.x version of Jboss that uses Jetty as the >> Servlet engine. >> Can you use AJP with Jetty? >> >> If not, is there some simple way to yank out the

RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-27 Thread Lucuk, Pete
I am using httpd-2.2.3. I read the first bug post and it seems that there was a fix but never made it into the core code base? Could I simply take the fix, replace it with current C file that is causing me headaches, and recompile? Thanks much for taking time and helping me, it is greatly apprec

RE: [EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-22 Thread Lucuk, Pete
lows to pass client >certificates to backend. > >On 11/22/06, Lucuk, Pete <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I currently have a HTTPS reverse proxy setup and it works >like a champ! >> >> I am trying to pass the client cert from th

[EMAIL PROTECTED] How to send WHOLE SSL_CLIENT_CERT in reverse proxy?

2006-11-22 Thread Lucuk, Pete
Hello, I currently have a HTTPS reverse proxy setup and it works like a champ! I am trying to pass the client cert from the reverse proxy to the backend server in the headers like so... RewriteCond %{SSL:SSL_CLIENT_CERT} (.*) RewriteRule .* - [E=SSLCC:%1] RequestHeader add X-SSL-Client-Cert %{SS

[EMAIL PROTECTED] Apache Proxy, Client Certificate, HTTPS, etc. questions?

2006-11-10 Thread Lucuk, Pete
Apache Proxy, Client Certificate, HTTPS, etc. questions? I just read this... Proxy SSL and Client Certificates http://marc.theaimsgroup.com/?l=apache-httpd-users&m=115930874503040&w=2 and want to I make sure I fully understand it and have questions at the end of this email. Ba

[EMAIL PROTECTED] RE: Apache 2.3.3 make problem

2006-11-10 Thread Lucuk, Pete
Title: RE: Apache 2.3.3 make problem Correcting the format of the configure parameters worked, both "_" -> "-" and getting rid of mod. Thank you very much, I appreciate it! _____ From:   Lucuk, Pete  Sent:   Friday, Nov

[EMAIL PROTECTED] Apache 2.3.3 make problem

2006-11-10 Thread Lucuk, Pete
Title: Apache 2.3.3 make problem Hello and thank you for helping me. I am a java guy, not a C guy, so I am lost for the most part on this problem. OS: Solaris 8 Compiler: /tools/fortedev/v6.2/SUNWspro/bin/cc Apache src: 2.3.3 I do the below in the following order... #1 ./configure -