Re: Test msg - Is this list still alive?

2003-02-23 Thread Sancho2k.net Lists
[EMAIL PROTECTED] wrote: This is a test - sorry for any inconvenience, but my modssl list messages have stopped. mine too. quiet weekend. __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

RSA WebAgent5.1 and Apache 1.3.26 not 1.3.27?

2003-02-23 Thread Ron Rough
Mod SSL I would like fo get the technical reason for this. I know of someone who installed the WebAgent.tar file from your web site and it worked with the latest versions of Apache and mod_ssl. I am worried that I might be using the Web Agent in incorrect manner. Thanks for your help with this

mod_ssl for Apache 1.3.26 on IBM AIX 5.1L

2003-02-23 Thread Manoj Kithany
where can I find mod_ssl for Apache 1.3.26 running on IBM AIX 5.1L OS? THANKS! _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus

mod_ssl with Apache reverse proxy

2003-02-23 Thread Judd Brown
I am trying to set up an SSL connection between client, Apache 1.3.19, and NT backend. I want to go SSL to the Proxy, then reverse proxy via SSL to the backend. The ProxyPass is: ProxyPass /mail/ https://webmail.foo.com/mail/ ProxyPassReverse /mail/ https://webmail.foo.com/mail/ The

mass ip virtual host mod_ssl?

2003-02-23 Thread Ray a PowerWeb Tech
is it possible using either mod_rewrite, mod_vhosts_alias or some trick in mod_ssl to have multiple virtual hosts by ip address was thinking something like # get the server name from the Host: header UseCanonicalName Off # this log format can be split per-virtual-host based on the first field

Apache+Tomcat with SSL?

2003-02-23 Thread Manoj Kithany
Hi: I am using Apache 1.3.26 with JBoss ... it is working fine. Now I have installed SSL Certificates on my Servers and wondering how to configure Apache for SSL? Should I install mod_ssl or Apache-SSL? Are both these same ? which one is recommended? Thanks!

What happened to http://www.modssl.org/contrib

2003-02-23 Thread John . Airey
This is what I see when I access http://www.modssl.org/contrib/index.phtml ) { s|\s*\n$||; push(HI, $_); } close(FP); sub ls { my ($pat) = _; my (F, R, $f, S, T); F = sort(glob($pat)); R = (); foreach $f (F) { next if ($f =~ m|^index.*|); S = stat($f);

Why does RSA webagent5.1 not work with Apache 1.3.27

2003-02-23 Thread Ronald Rough
Apache Version / RSA Secure ID question: Why is RSA WebAgent5.1 not supported with Apache 1.3.27 and mod_ssl-2.8.12-1.3.27 (had to use Apache 1.3.26 not 1.3.27)? I would like fo get the technical reason for this. I know of someone who installed the WebAgent.tar file from your web site and it

Re: Multiple SSL VirtualHosts in apache

2003-02-23 Thread Steve Pirk
Yeah, we had it slightly misconfigured. Now that I think about it, I cannot remember the exact fix. I will look over the httpd.conf file. Thanks! -- Steve (egrep) On Wed, 19 Feb 2003, R. DuFresne wrote: The error you posted from logs implies the request the server is getting is http rather

SSL Pass Phrase

2003-02-23 Thread Glenn E. May
Hey all, I recently installed mod-ssl on a new web server. Unfortunately, in my haste to get the machine up and running, I cannot remember the pass phrase that I used. I have tried making a de-install, and re-installing, however I am unable to bypass this. Can someone please let me

Newbie - Please help! configure mod_ssl for Apache on SCO

2003-02-23 Thread Fitzmaurice, James
Please help! I've been attempting to compile mod_ssl 2.8.9 for apache 1.3.26 and keep running into either environment issues or version problems on SCO OpenServer 5.05 I need to apply a Verisign Cert on our Apache Web Server. I installed OpenSSL and was able to generate a Cert. Now I need to

Apache will not start HELP

2003-02-23 Thread rdkurth
I get the error message every time I try to start Apache and it will not start. I need help with this. What do I need to be looking at to fix this [Thu Feb 20 18:00:09 2003] [error] mod_ssl: Init: Failed to load temporary 512 bit RSA private key -- Best regards, rdkurth

Howto use SSLProxyMachineCertificatePath Directive

2003-02-23 Thread ulrich . lohrmann
Hi all, the documentation for the directive SSLProxyMachineCertificatePath outlines, that this is the path of the directory where the certificates are kept, that are used for authentication of the proxy server to the backend server. My questions: 1.) How does mod_ssl select a certificated stored

SSLProxy - Howto delegate Client Certificate to backend server

2003-02-23 Thread ulrich . lohrmann
Hi all, I have the following scenario: Apache webserver 2.0.44 with mod_ssl requires client authentication during SSL handshake for a particular URL. All further requests coming in over the established SSL connection are delegated to a backend server. The connection between the webserver and the

Re: RSA WebAgent5.1 and Apache 1.3.26 not 1.3.27?

2003-02-23 Thread Cliff Woolley
On Tue, 18 Feb 2003, Ron Rough wrote: I would like fo get the technical reason for this. I know of someone who installed the WebAgent.tar file from your web site and it worked with the latest versions of Apache and mod_ssl. WebAgent.tar would have been downloaded from

Re: SSL Pass Phrase

2003-02-23 Thread Cliff Woolley
On Thu, 20 Feb 2003, Glenn E. May wrote: I recently installed mod-ssl on a new web server. Unfortunately, in my haste to get the machine up and running, I cannot remember the pass phrase that I used. I have tried making a de-install, and re-installing, however I am unable to bypass this.

Re: Test msg - Is this list still alive?

2003-02-23 Thread robert
there was a dos attack on several internet backbones that shut them down It may have affected your internet connectivity. It affected my name servers that I use at zoneedit.com thanks Robert - Original Message - From: Sancho2k.net Lists [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: mass ip virtual host mod_ssl?

2003-02-23 Thread Mads Toftum
On Tue, Feb 18, 2003 at 05:09:38PM -0600, Ray a PowerWeb Tech wrote: is it possible using either mod_rewrite, mod_vhosts_alias or some trick in mod_ssl to have multiple virtual hosts by ip address No, that is not possible. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' -

Re: SSLProxy - Howto delegate Client Certificate to backend server

2003-02-23 Thread Mads Toftum
On Fri, Feb 21, 2003 at 07:39:07AM +0100, [EMAIL PROTECTED] wrote: I'd like to pass the client certificate provided by the end user to the backend server. Is there a chance to do this with mod_ssl? Currently there isn't a solution with mod_ssl. There is however a couple of ways to do this if

Re: Apache will not start HELP

2003-02-23 Thread Mads Toftum
On Thu, Feb 20, 2003 at 03:19:19PM -0800, [EMAIL PROTECTED] wrote: I get the error message every time I try to start Apache and it will not start. I need help with this. What do I need to be looking at to fix this [Thu Feb 20 18:00:09 2003] [error] mod_ssl: Init: Failed to load temporary 512

How to run apache in https only ?

2003-02-23 Thread Jay Moore
I know this is a bit off-topic for this list, and I deserve all the flames I get... But I'm in a hurry, so here goes... I want to run Apache so it responds only to https on port 443; http requests are to be simply ignored. I thought I knew how to do this, but then read something about using

Re: How to run apache in https only ?

2003-02-23 Thread Cliff Woolley
On Sun, 23 Feb 2003, Jay Moore wrote: I want to run Apache so it responds only to https on port 443; http requests are to be simply ignored. I thought I knew how to do this, but then read something about using mod_rewrite which gave me a headache. Is there a simple how-to describing how to

Re: How to run apache in https only ?

2003-02-23 Thread R. DuFresne
there are a couple of areas to check to see if your settings are correct for this; ... # BindAddress: You can support virtual hosts with this option. This directive # is used to tell the server which IP address to listen to. It can either # contain *, an IP address, or a fully qualified