[ANNOUNCE] mod_ssl 2.8.13

2003-03-18 Thread Ralf S. Engelschall
Another maintainance release of mod_ssl 2.8 for Apache 1.3 delivers to you mod_ssl 2.8.13 for Apache 1.3.27. Changes are listed below. Grab it from the following locations: o http://www.modssl.org/source/ o ftp://ftp.modssl.org/source/ Yours, Ralf S.

RE: securing one area of a vhost in apache 2

2003-03-18 Thread Shawn Syms
So, bottom line, it is not possible to have a virtual host accessible via http and require SSL for a part of it. Is that correct? It's not really logical to want to segment out SSL-using and non-SSL-using sections of a site within the server config; do this on the site itself in the code. Here is

shmcb access violation with openssl 0.9.6i

2003-03-18 Thread WONG,ED (HP-Boise,ex1)
Hello All, I've been able to consistantly reproduce a GPF on Apache service shutdown using Openssl 0.9.6i, and Apache 2.0.44. Swapping to an older version of Openssl (0.9.6g) resolved the GPF. To reproduce, simply download and build OpenSSL 0.9.6i and Apache 2.0.44. Be sure to configure ssl to

mod_ssl.so??????

2003-03-18 Thread Mohsin Sabir.
Hello: I am working with Microsoft Web Servers from quite a while but opted to go with Apache Web Servers because of it's stability and growing demands. I am trying to configure mod_ssl on WindowsNT4 Server runningApache. I have placed all the files where they belong exactly but I am

SSLMutex

2003-03-18 Thread Mohsin Sabir.
When I try to start the Apache Server it gives an error: SSLMutex cannot occur within the Virtual Host section. Please advise. It is NT4 Server running. Mohsin mailto:[EMAIL PROTECTED] __ The information transmitted is intended

undefined symbol: X509_free

2003-03-18 Thread Phillip Qin
Having searched through the archive, I could not find a solution to the above error. This error only occurs when I build mod_ssl as dynamic linked module. When I have done is - download zlib-1.1.4 source and build it --shared --prefix=/usr - download openssl-0.9.7a source and build it

Re: stop apache/mod_ssl binding to all IP's.

2003-03-18 Thread Terry Kerr
Yes, I do have one other Listen directive...the Listen my.ip:80 for http, and yes, it is outside all virtual host directives, because as far as I am aware, they have to be. I tried placing them inside virt host directives and I got a config error. I have no BindAddress directives at all, and

ssl on win2000

2003-03-18 Thread John M.
Does SSL work on a win2000, apache(1.3.xx or 2.xx - precompiled binary) and php(4.3.x) system? If yes, is there someone who can tell what to do for installing it and make it work? I need a httpds for win2000. Thank you. John M.

Re: Help on Apache 2.0.43 + SSL installation

2003-03-18 Thread John P. Dodge
On Wed, 12 Mar 2003, Cliff Woolley wrote: I'm cc:ing the users list so that the response is in the archives in case anyone else has a similar problem. On Sat, 8 Mar 2003, Kitty Ko wrote: How are you? I read accross one of your email replay on the binding shared libraries with OpenSSL

httpsd doesn't start

2003-03-18 Thread Mike Burkhouse
Hi All, I saw a couple of references to this problem in the archives, but none of the solutions there solved my problem. I am running: Red Hat 7.3 Apache 2.0.44 OpenSSL 0.9.7 1) I have a pretty vanilla httpd.conf running only one site and I am trying to set up a secure

Apache 2.x SSL failing -- no listening sockets available, shutting down

2003-03-18 Thread John van V.
Hello, I have attempted several times on 2 platforms to install and run Apache SSL. Linux PPC and Linux Redhat8.0 This is the build source -- httpd-2.0.44.tar.gz I followed various ./configuration options and here are the last tried: configured by ./configure, generated by GNU Autoconf 2.54,

problem building mod_ssl with apache2.0.44 openssl 0.9.6 solaris9

2003-03-18 Thread Martin . Evans
Hi, I've seen a couple of articles where people have had problems with the above, can anyone suggest a version of ssl that works ok, I used the ssl package from the sun freeware site and installed via pkgadd, built apache from source with gcc. config command, ./configure --prefix=blah

Re: Installation Woes

2003-03-18 Thread Stuart Cook
Hi, I have attached a build script I use to make Apache 1.3.27 with SSL. Maybe this will be useful. Regards, Stuart --- [EMAIL PROTECTED] wrote: Rick, been fighting with it myself today, I'm using Solaris but if you run httpd -l it will tell you what modules were compiled into your build,

Apache 1.3.26 + mod_ssl 2.8.10 + OpenSSL 0.9.7a + ubsec engine questions

2003-03-18 Thread Kostadin Galabov
Hi, Currently I'm setting up a Broadcom 5820 accelerator on company's web server. Everything seem to work. I compiled mod_ssl with enabled experimental code, when I start the apache the module for the broadcom card gets used. When I do requests to the apache, the statistic program of broadcom

RE: httpsd doesn't start

2003-03-18 Thread Mitchell, Edmund
I was in your exact boat yesterday, (except I use RH 8), and my problem turned out to be that the default, out-of-the-box ssl.conf file has ssl logging to logs/whateverLogFile, and I don't have a logs subdirectory where I keep my ssl.conf. I commented out all the logging lines (and

Re: httpsd doesn't start

2003-03-18 Thread Cliff Woolley
On Thu, 13 Mar 2003, Mike Burkhouse wrote: I stop httpd and run apachectl startssl with no complaints, but only httpd starts, not httpsd, and nothing gets logged. I have no idea how to track down what has gone wrong. Can anyone offer any suggestions where to look? There's no such thing as

Re: Apache 2.x SSL failing -- no listening sockets available, shutting down

2003-03-18 Thread Daniel Lopez
Hello, I have attempted several times on 2 platforms to install and run Apache SSL. Linux PPC and Linux Redhat8.0 [...] I wondered, of course, if some mod_ssl package is requried in the mod structure, but found no documentation for Apache 2.x to that effect anywhere I looked. Take a look