Re: ANNOUNCE: mod_ssl 2.3.1-1.3.6

1999-05-28 Thread Lin Geng
It looks good. I tried out on WIN32 and works. There is a minor problem. The include path in the makefile in \modules\ssl has a couple of extra "openssl" attached to the end of it. It is "/Ix:\openssl\include\openssl\openssl". I guess it should be "/Ix:\openssl\include" since the file is speci

Re: [BugDB] mod_ssl-2.3-win32 (PR#179)

1999-05-28 Thread Lin
Thank you. Its a great effort on your side and I fully appreciate all of it. Cheers lin geng __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTEC

Unterminated `s' command error

1999-05-28 Thread tony
Hello All, I just attempted to compile mod_ssl-2.3.1-1.3.6, openssl_0.9.3 and apache 1.3.6. I am seeing the following error message when I enter ./configure \ --with-apache=../apache_1.3.6 \ --with-ssl=../openssl-0.9.3 in the mod_ssl dir. Configuring for Apache, Version 1.3.6 +

Re: Can mod_ssl and mod_perl co-exist?

1999-05-28 Thread Dave Paris
Keith Kwiatek wrote: > > Hello, > > I am newbie... > > I installed apache 1.3.6, then I installed mod_perl and re-built apache.then > I got mod_ssl and notice that it will rebuild apache again BUT can I create > a build of apache that has BOTH mod_perl and mod_ssl? Or when I build apach

Question about rpm's, Apache-SSL

1999-05-28 Thread Mike Galloway
If I install the apache-mod_ssl-1.3.6-2.2.8-0.i386.rpmĀ  for example, do I need to download/compile any other packages or will this rpm give me all I need to run a secure site (as far as apache goes)? I am running Redhat 6.0. Thanks, Mike Galloway gNet Consulting Inc.

Re: Can mod_ssl and mod_perl co-exist?

1999-05-28 Thread Tim
Keith Kwiatek wrote: > > Hello, > > I am newbie... > > I installed apache 1.3.6, then I installed mod_perl and re-built apache.then > I got mod_ssl and notice that it will rebuild apache again BUT can I create > a build of apache that has BOTH mod_perl and mod_ssl? Or when I build apach

Re: SSLRequire/SSLRequireSSL

1999-05-28 Thread Ralf S. Engelschall
On Fri, May 28, 1999, Andrea e Luca Giacobazzi wrote: > SSLRequireSSL doesn't work properly on my server because, with that follow > configuration directives, I can access secure_area also without SSL, from > the port 2000 with http. > Also SSLRequire with SSL_CLIENT_CN doesn't work, the access i

Re: SSLRequire/SSLRequireSSL

1999-05-28 Thread Ralf S. Engelschall
On Fri, May 28, 1999, Andrea e Luca Giacobazzi wrote: > SSLRequireSSL doesn't work properly on my server because, with that follow > configuration directives, I can access secure_area also without SSL, from > the port 2000 with http. > Also SSLRequire with SSL_CLIENT_CN doesn't work, the access i

SSLRequire/SSLRequireSSL

1999-05-28 Thread Andrea e Luca Giacobazzi
SSLRequireSSL doesn't work properly on my server because, with that follow configuration directives, I can access secure_area also without SSL, from the port 2000 with http. Also SSLRequire with SSL_CLIENT_CN doesn't work, the access is ever forbidden. Any idea ? Thanks in advance. >From httpd.co

ANNOUNCE: mod_ssl 2.3.1 RPMs

1999-05-28 Thread Magnus Stenman
No changes but the mod_ssl revision bump. Get them at the usual place: http://www.modssl.org/contrib/ -- Magnus Stenman mailto:[EMAIL PROTECTED] http://www.hkust.se Get it up, keep it up. Linux -- Viagra for your PC __

Re: Can mod_ssl and mod_perl co-exist?

1999-05-28 Thread Ralf S. Engelschall
On Sat, May 29, 1999, Keith Kwiatek wrote: > I installed apache 1.3.6, then I installed mod_perl and re-built apache.then > I got mod_ssl and notice that it will rebuild apache again BUT can I create > a build of apache that has BOTH mod_perl and mod_ssl? Or when I build apache > with mod

Re: [BugDB] compile fails combined with mod_perl-1.19 (PR#180)

1999-05-28 Thread Rolf Haberrecker
On Fri, May 28, 1999 at 02:07:19PM +0200, [EMAIL PROTECTED] wrote: > On Fri, May 28, 1999, [EMAIL PROTECTED] wrote: > > > Full_Name: Rolf Haberrecker > > Version: 2.3.0 > > OS: SuSE Linux 6.1 and 6.2beta > > Submission from: charybdis.suse.de (194.112.123.201) > > > > When compiling mod_ssl 2.3

Re: compile error: library not found...

1999-05-28 Thread Dave Neuer
I know exactly what happend. The linker couldn't find your copy of the RSAREF library. I notice that your library path on the compiler command is having pwd/../rsaref-2.0 ... pushed onto it; my guess is that pwd is not being interpreted as a command, but as a directory. Did you add this yourself

Can mod_ssl and mod_perl co-exist?

1999-05-28 Thread Keith Kwiatek
Hello, I am newbie... I installed apache 1.3.6, then I installed mod_perl and re-built apache.then I got mod_ssl and notice that it will rebuild apache again BUT can I create a build of apache that has BOTH mod_perl and mod_ssl? Or when I build apache with mod_ssl, will it wipe out my mo

ANNOUNCE: mod_ssl 2.3.1-1.3.6

1999-05-28 Thread Ralf S. Engelschall
The first bunch of bugfixes for the mod_ssl 2.3 release cycle exists. These are for the recently discovered problems related to Win32 and EAPI, plus a BIO-related memory leak bugfix. The CHANGES entries are appended. URLs: http://www.modssl.org/source/ ftp://ftp.modssl.org/source/ Greet

Re: [BugDB] compile fails combined with mod_perl-1.19 (PR#180)

1999-05-28 Thread modssl-bugdb
On Fri, May 28, 1999, [EMAIL PROTECTED] wrote: > Full_Name: Rolf Haberrecker > Version: 2.3.0 > OS: SuSE Linux 6.1 and 6.2beta > Submission from: charybdis.suse.de (194.112.123.201) > > When compiling mod_ssl 2.3.0 with mod_perl 1.19 the compile fails on > my Linux box. Without mod_perl everythi

Re: [BugDB] mod_ssl-2.3-win32 (PR#179)

1999-05-28 Thread modssl-bugdb
On Fri, May 28, 1999, [EMAIL PROTECTED] wrote: > 1. Configure.bat reports openssl not found if all header files are = > placed in openssl\include\openssl. > 2. ap_mm.obj missing from ap.mak . > 3. ssl_engine_dh.obj missing from makefile in src\module\ssl. Thanks. All three bugs are now fixed for

Re: compile error: library not found...

1999-05-28 Thread Ralf S. Engelschall
On Thu, May 27, 1999, Keith Kwiatek wrote: > Any Idea what happened below (compiling openssl-0.9.3)? > > gcc -o openssl -DMONOLITH -I../include -DNO_IDEA -DRSAref -fPIC -O3 openssl.o > verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca.o pkcs7.o > crl2p7.o crl.o rsa.o dsa.o dsapar

Re: Error: what do you think about?

1999-05-28 Thread Fabrizio Pivari
>With the last command >$ ./sign.sh server.csr > >this is the error message: >error 7 at 0 depth lookup:certificate signature failure I've solved the problem: it doesn't agree that the data of ca and server are the same! Ciao Fabrizio __ Ge

No Subject

1999-05-28 Thread Ingo Zitzmann
>On Thu, May 20, 1999, Ingo Zitzmann wrote: > >> after compiling Apache 1.3.6, mod_ssl-2.2.7-1.3.6, opensssl-0.9.2b using >> VisualC++ 6.0 >> as well as downloading the packing from a different site I get still the >> same results: >> >> [ssl-access.log] >> xx.xx.xx.x - - [20/May/1999:16:22:00 +02

Error: what do you think about?

1999-05-28 Thread Fabrizio Pivari
I've installad on my Solaris 7 OpenSSL 0.9.3 Apache 1.3.6 mod_ssl 2.3 All work fine. I've read FAQ chapter 6 I've made step Ok, I've got my server installed and want to create a real SSL server Certificate for it. How do I do it? and step How can I create and use my own Certificate Authority (CA)