RE: securing one area of a vhost in apache 2

2003-02-26 Thread Steven Resnick
The technique I have seen for this is to simply serve the entire site using SSL and link only to the areas you want as secure. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Nick Tonkin > Sent: Wednesday, February 26, 2003 9:50 PM > To: [EMAIL PROTEC

securing one area of a vhost in apache 2

2003-02-26 Thread Nick Tonkin
Hello, I am using Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7 I have a virtual host which mostly is served without SSL. But it has one area, /secure, that needs to be secured with SSL. I've tried various combinations of directives but can't get it to work.

win32 + mod ssl + apache = ???

2003-02-26 Thread Andrew Metcalfe
Hello, I'm having trouble with getting SSL on win32 to work. I am currently using apache_1.3.26 under XP pro. I believe I have properly configured httpd.conf as directed, but I'm getting the following error: "Syntax error on line 195 of c:/program files/apache/group/apache/conf/httpd.conf: Canno

RE: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache 1.3.27 + mod_ssl 2.8.1 2 = PROBLEMS!!!

2003-02-26 Thread John . Airey
> -Original Message- > From: Boyle Owen [mailto:[EMAIL PROTECTED] > Sent: 25 February 2003 15:15 > To: [EMAIL PROTECTED] > Subject: RE: Linux Red Hat 7.2 + openSSL 0.9.7 + Apache > 1.3.27 + mod_ssl > 2.8.1 2 = PROBLEMS!!! > Sensitivity: Confidential > > > Why is apachectl in /usr/sbin/ap

Re: Shared mod_ssl problems

2003-02-26 Thread Jirka Vejrazka
> Do I have to re-compile zlib ? It depends - check your lib directory (/usr/local/lib at my system). If you can find libz.so.1.1.4, then you're fine. If you have older version, you probably want to upgrade, since older version has a security bug and there is no point in having up-to-date Ope

Re: Shared mod_ssl problems

2003-02-26 Thread Larry Cotton
Hi Thanks for this Jirka. When I build the openssl shared libs : > ./configure > make > make install and try and run openssl > openssl I get an error message saying it can't find the shared libraries : openssl: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file

Re: Shared mod_ssl problems

2003-02-26 Thread Larry Cotton
Hi Thanks for these tips Jirka When I build openssl, having configured it At 17:46 25/02/2003 -0500, you wrote: Hi, I've faced exactly the same problem "undefined symbol: X509_free" > Ideally I would like to link ssl dynamically and I guess the solution is to use shared openssl libraries (li

Re: Shared mod_ssl problems

2003-02-26 Thread Larry Cotton
Hi thanks for this. I'm still having a few problems and was wondering if you new anyhting about the following: 1) Do I have to re-compile zlib ? At 17:46 25/02/2003 -0500, you wrote: Hi, I've faced exactly the same problem "undefined symbol: X509_free" > Ideally I would like to link ssl dyna

Re: Using ssl/mod_ssl on non-apache HTTP server

2003-02-26 Thread Daniel Lopez
Take a look at the code of Webmin, it uses a Perl based webserver that can use SSL if available. http://www.webmin.com I have a chapter online introducing the main SSL concepts, it is focused on apache but it should be useful for the basics: http://www.apacheworld.org/ty24/ then, for the programmi

RE: Using ssl/mod_ssl on non-apache HTTP server

2003-02-26 Thread Beau E. Cox
Wait! Please ignore (for now) my recent post (below). A friend just suggested CPAN's IO::Socket::SSL - which, on first look, my solve my problems. Sorry to have wasted bandwidth and your time. Aloha => Beau; > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Beha

Using ssl/mod_ssl on non-apache HTTP server

2003-02-26 Thread Beau E. Cox
Hi - I'm new to ssl/mod_ssl so please forgive me if this post is out in left field. I have a new contract to develop secure TCP/IP communication between many customer sites. I have prototyped a non-secure HTTP server/client system written in Perl. My client likes it - but he demands high- level se