Re: AW: mod_ssl and virtual hosts

2001-09-25 Thread Eric Rescorla
Peer Stefan [EMAIL PROTECTED] writes: Ok, I get the point. Wouldn't it be possible to use DNS instead of IP? I think it's a nice-to-have for one of the future releases. It's not a mod_ssl issue. The way that HTTPS works makes this impossible: the SSL connection is negotiated before the URL

Re: Did mod_ssl implement compression before encrytion?

2001-09-23 Thread Alexander Piavka
Hi all, I was trying to build apache+mod_ssl as DSO ,with mod_ssl as shared module and builtin,but in any case I get the following error then trying 'httpd -t' Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration This is very weird

Re: Did mod_ssl implement compression before encrytion?

2001-09-23 Thread Mads Toftum
On Sun, Sep 23, 2001 at 01:03:22PM +0300, Alexander Piavka wrote: Hi all, I was trying to build apache+mod_ssl as DSO ,with mod_ssl as shared module and builtin,but in any case I get the following error then trying 'httpd -t' Invalid command 'LoadModule', perhaps mis-spelled or defined

Re: Did mod_ssl implement compression before encrytion?

2001-09-23 Thread Alexander Piavka
Hi all, I was trying to build apache+mod_ssl as DSO ,with mod_ssl as shared module and builtin,but in any case I get the following error then trying 'httpd -t' Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration Looks

Did mod_ssl implement compression before encrytion?

2001-09-21 Thread yang yuanjie
hi, all I checked the source code of openssl and mod_ssl. It seems they has implemented compression support, but in the introduction of mod_ssl's document, it says: ...It may compress, attach digest signatures, and encrypt these units before transmitting them using the underlying reliable

Re: Did mod_ssl implement compression before encrytion?

2001-09-21 Thread Mads Toftum
On Fri, Sep 21, 2001 at 06:54:32PM +0800, yang yuanjie wrote: hi, all I checked the source code of openssl and mod_ssl. It seems they has implemented compression support, but in the introduction of mod_ssl's document, it says: ...It may compress, attach digest signatures, and encrypt

Re: Did mod_ssl implement compression before encrytion?

2001-09-21 Thread Eric Rescorla
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Dave
Hello, I am new to this mailing list, and I have browsed through the mail archives and I can't seem to find an answer y/n to my question. I run Debian 2.2 and I have finally gotten everything setup with mod_ssl and apache and everything appears to be running quite happily. My only question

Re: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Alex Pircher
finally gotten everything setup with mod_ssl and apache and everything appears to be running quite happily. My only question is this: I noticed that when I started the binary 'perlhttpdctl startssl' (mod_perl is compiled in as well), I was prompted for my PEM pass phrase which I entered and all

Re: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Owen Boyle
type in the pass-phrase. I prefer to protect my machine from intrusion so no-one can look at any files that they're not supposed to. Rgds (starting another flame-war..), Owen Boyle. __ Apache Interface to OpenSSL (mod_ssl

Re: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread Sean O'Riordain
... Some people keep the script on a floppy which they insert manually at boot - in which case they might as well type in the pass-phrase. __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing

RE: Autostart apache /w mod_ssl from init.d ?

2001-09-11 Thread John . Airey
://www.rnib.org.uk __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Apache and mod_ssl

2001-08-23 Thread Alex Pircher
on RewriteCond %{HTTPS} !=on RewriteRule ^(.+) https://%(HTTP_HOST)$1 [R,L] - snip Janakiraman Mohanaraman wrote: Hi: I am using mod_ssl and openssl in Linux platform for the first time. I was unable to locate documentation regarding the following and am

Apache and mod_ssl

2001-08-22 Thread Janakiraman Mohanaraman
Hi: I am using mod_ssl and openssl in Linux platform for the first time. I was unable to locate documentation regarding the following and am not sure if this is do-able or not. I was trying to setup a directory on my server in such a way that all URL calls to that directory use SSL. Even

Re: Apache and mod_ssl

2001-08-22 Thread ___cliff rayman___
on RewriteCond %{HTTPS} !=on RewriteRule ^(.+) https://%(HTTP_HOST)$1 [R,L] - snip Janakiraman Mohanaraman wrote: Hi: I am using mod_ssl and openssl in Linux platform for the first time. I was unable to locate documentation regarding the following and am not sure

Re: Apache and mod_ssl

2001-08-22 Thread Janakiraman Mohanaraman
://httpd.apache.org/docs/misc/rewriteguide.html - snip RewriteEngineon RewriteCond %{HTTPS} !=on RewriteRule ^(.+) https://%(HTTP_HOST)$1 [R,L] - snip Janakiraman Mohanaraman wrote: Hi: I am using mod_ssl and openssl in Linux platform for the first time. I

Re: Apache and mod_ssl

2001-08-22 Thread ___cliff rayman___
/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

RE: [Fwd: conflict mod_ssl mod_perl perl-5.6.1 and SDBM] 2nd REQUEST

2001-08-21 Thread John . Airey
-Original Message- From: ___cliff rayman___ [mailto:[EMAIL PROTECTED]] Sent: 21 August 2001 00:34 To: [EMAIL PROTECTED] Subject: [Fwd: conflict mod_ssl mod_perl perl-5.6.1 and SDBM] 2nd REQUEST just trying again. does anyone have an idea regarding the best way to proceed from here? i

Re: [Fwd: conflict mod_ssl mod_perl perl-5.6.1 and SDBM] 2nd REQUEST

2001-08-21 Thread ___cliff rayman___
packages, including sendmail. i am used to building my apache/mod_perl/mod_ssl/embperl environment from scratch. i am getting the most i can out of very cheap hardware. i did get it to work. sendmail seems fine. anything else i should check? I know that some people hate RPMS, however

[Fwd: conflict mod_ssl mod_perl perl-5.6.1 and SDBM] 2nd REQUEST

2001-08-20 Thread ___cliff rayman___
from sdbm to xdbm in the mod_ssl source directory and recompile. i was just hoping for a more elegant solution. tia! ___cliff rayman___ wrote: I am trying to build and install apache 1.3.20, mod_ssl 2.4.8, openssl-0.9.6b, with perl 5.6.1 on Linux RedHat 7.0. I get the following error messages

conflict mod_ssl mod_perl perl-5.6.1 and SDBM

2001-08-17 Thread ___cliff rayman___
I am trying to build and install apache 1.3.20, mod_ssl 2.4.8, openssl-0.9.6b, with perl 5.6.1 on Linux RedHat 7.0. I get the following error messages when running the make command: /usr/local/lib/perl5/5.6.1/i686-linux/auto/SDBM_File/SDBM_File.a(sdbm.o)(.rodata+0x0): multiple definition

Re: Problem Starting Apache1.3.20 mod_ssl 2.8.4

2001-08-16 Thread Owen Boyle
[EMAIL PROTECTED] wrote: This is a Three part problem. 1. When I start apache ./apachectl startsslI get the following Apache1.3.20 mod_ssl 2.8.4 (Pass Phrase Dialog) Some of your private key files are encrypted for secruity reasons In order to read them you have to provide us

Re: Problems with Apache 1.3.20 and mod_ssl --- https will not work ?????

2001-08-16 Thread Wolfgang Pauly
solved this problem by chang the configuration-process ! This is my activity list : 0. install openssl 1. configurate mod_perl 2. configurate mod_ssl with all config-parameters for Apache 3. compiling Apache 4. see the attachement. Hope it will work not only by me !!! Ciao wolfgang

Fix to the ap_ctx crash in apache/mod_ssl 2.8.4

2001-08-16 Thread Philip Gladstone
: ssl_engine_io.c === RCS file: Z:\cvsroot/thirdparty/apache/mod_ssl-2.8.4-1.3.20/pkg.sslmod/ssl_engine_io.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ssl_engine_io.c 2001/06/05 18:45:07 1.1

Problem Starting Apache1.3.20 mod_ssl 2.8.4

2001-08-15 Thread CONDLEJ
This is a Three part problem. 1. When I start apache ./apachectl startsslI get the following Apache1.3.20 mod_ssl 2.8.4 (Pass Phrase Dialog) Some of your private key files are encrypted for secruity reasons In order to read them you have to provide us with the pass phrases Server

Re: Problems with Apache 1.3.20 and mod_ssl --- https will not work ?????

2001-08-14 Thread memela
. --- Mensaje enviado desde e-milio.com. Create una cuenta de correo gratuita en www.e-milio.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Problems with Apache 1.3.20 and mod_ssl --- https will not work ?????

2001-08-09 Thread Wolfgang Pauly
Hi, i use Solaris 8 Sparc and have installed OpenSSL/0.9.6a + mod_perl/1.25 + mod_ssl/2.8.4 + Apache/1.3.20. The compilation goes ok, the certification generation also. But i cannot contact my server over https. I use the standard http.conf file, the status of Apache is without errors see

Installing mod_ssl as a dso module, without recompiling apache.

2001-08-08 Thread Steve Sharp
Hello All, Sorry if this has been answered millions of times before but... Is is possible to install mod_ssl into a dso enabled apache server.. I have OpenSSL already installed. The Machine is Sunsparc E450, with solaris 2.7 and apache 1.3.20 Any Help would be gratefully accepted. Kind

Re: Installing mod_ssl as a dso module, without recompiling apache.

2001-08-08 Thread Deluca, Kevin
Steve, Yes, you can do this. Coincidentally I am going through this procedure right now and I think I have it working. I also have a similar configuration to yours. I'd recommend going through the mod_ssl instructions and then you can let me know if you have any specific questions. Kevin

Re: Installing mod_ssl as a dso module, without recompiling apache.

2001-08-08 Thread Owen Boyle
Steve Sharp wrote: Sorry if this has been answered millions of times before but... Is is possible to install mod_ssl into a dso enabled apache server.. I have OpenSSL already installed. Er... I beg to differ with Kevin's response. In the subject line, Steve says he *doesn't* want

RE: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5

2001-08-07 Thread Kuczborski, Carol L
. They suggested filing a bug report with the mod_ssl module (which I have) and pose the issue to the discussion forum. I saw one other similar bug report in the mod_ssl bug database (PR#528) from March 2001. But is was unresolved. That person also stated that there appears to be a timing factor

AW: Intermittent Page cannot be displayed and Cannot find erro r or DNS error using mod_ssl and IE 5.5

2001-08-07 Thread Henning von Bargen
- Von: Kuczborski, Carol L [SMTP:[EMAIL PROTECTED]] Gesendet am: Dienstag, 7. August 2001 14:32 An: '[EMAIL PROTECTED]' Cc: 'Tim Gardner' Betreff: RE: Intermittent Page cannot be displayed and Cannot find erro r or DNS error using mod_ssl and IE 5.5 As I stated, it is intermittent

mod_ssl to be enabled on apache1.3.14

2001-08-06 Thread H Cocoli
/intl.asp __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: mod_ssl to be enabled on apache1.3.14

2001-08-06 Thread Guntupalli Shanti
to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED] __ Apache Interface to OpenSSL (mod_ssl

Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread Kuczborski, Carol L
Anyone know about the following issue or steps towards resolving: Background: Implemented SSL using mod_ssl with the Apache HTTP Server and self-signed certificates. Server environment: Windows NT Server 4.0, Apache HTTP Server, Oracle 9iAS, Oracle 9iAS Portal, port 443 Client environment

Re: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread JT
: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5 Anyone know about the following issue or steps towards resolving: Background: Implemented SSL using mod_ssl with the Apache HTTP Server and self-signed certificates. Server environment: Windows NT

Re: Intermittent Page cannot be displayed andCannot find error or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread Tim Gardner
-- I saw the same page displayed on IE 5.5 with a non-ssl page served from a sun server where there was a problem with the load balancer. Tim Anyone know about the following issue or steps towards resolving: Background: Implemented SSL using mod_ssl with the Apache HTTP Server and self-signed

Re: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread Michael Ströder
: Monday, August 06, 2001 10:53 AM Subject: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5 [..] Everything works fine using the Netscape 4.75 browser, we never et the error. [..] Ciao, Michael

Re: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread David Rees
. Turning off SSLv3 introduces issues with some versions of Netscape. -Dave __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

RE: Intermittent Page cannot be displayed and Cannot find error or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread Kuczborski, Carol L
Our users are using Microsoft IE on Windows platforms, none are on Macintosh. We tried the fix you mentioned, as also noted in the FAQ for mod_ssl under the heading When I connect via HTTPS to an Apache + mod_ssl + OpenSSL server with Microsoft Internet Explorer (MSIE) I get various I/O errors

RE: Intermittent Page cannot be displayed andCannot find erro r or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread Tim Gardner
, as also noted in the FAQ for mod_ssl under the heading When I connect via HTTPS to an Apache + mod_ssl + OpenSSL server with Microsoft Internet Explorer (MSIE) I get various I/O errors, but it did not work. In fact, we seemed to get more of the errors. Any other suggestions? Carol Kuczborski EDS

Re: Intermittent Page cannot be displayed and Cannot find erro r or DNS error using mod_ssl and IE 5.5

2001-08-06 Thread David Rees
On Mon, Aug 06, 2001 at 05:45:16PM -0500, Kuczborski, Carol L wrote: Our users are using Microsoft IE on Windows platforms, none are on Macintosh. We tried the fix you mentioned, as also noted in the FAQ for mod_ssl under the heading When I connect via HTTPS to an Apache + mod_ssl + OpenSSL

mod_ssl to be enabled on apache1.3.14

2001-07-27 Thread Guntupalli Shanti
Hi I have apache 1.3.14 already running with DSO support. I would like to enable the mod_ssl (SSL support) in my apache server. In all the help files and the mailing list archives they only discuss about building apache with mod_ssl and openSSL. But I don't want to rebuild apache. I just want

Re: mod_ssl to be enabled on apache1.3.14

2001-07-27 Thread Mads Toftum
On Fri, Jul 27, 2001 at 09:55:44AM -0700, Guntupalli Shanti wrote: Hi I have apache 1.3.14 already running with DSO support. I would like to enable the mod_ssl (SSL support) in my apache server. In all the help files and the mailing list archives they only discuss about building apache

Re: mod_ssl to be enabled on apache1.3.14

2001-07-27 Thread Guntupalli Shanti
Thanks for the reply. I don't have that in my output. I guess then I have to build apache again. Assuming I build apache with EAPI what do I do then? because I want to add mod_ssl (and some other modules) later, but not within the build. Thanks.. Shanti At 07:23 PM 7/27/2001 +0200, you wrote

RE: mod_ssl and name-based virtual hosts

2001-07-26 Thread robert
: Re: mod_ssl and name-based virtual hosts http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47 [EMAIL PROTECTED] wrote: can some one send me the proper syntax for setting up name-based virtual host with ssl? I have tried several things and only nonvitrual host seem to work. thanks Robert

Re: mod_ssl and name-based virtual hosts

2001-07-26 Thread Owen Boyle
to be encrypted so the SSL session has to be established before any HTTP traffic can take place. So only external TCP/IP attributes (IP and port no) can be used to route packets. Rgds, Owen Boyle. __ Apache Interface to OpenSSL (mod_ssl

RE: mod_ssl and name-based virtual hosts

2001-07-26 Thread John . Airey
No and yes. Although the question is beyond the scope of mod_ssl. Basically, you can't send packets over the 'net to RFC1918 internal IP addresses. A real address has to be used somewhere. - John Airey Internet Systems Support Officer, ITCSD, Royal National Institute for the Blind, Bakewell

Re: mod_ssl and name-based virtual hosts

2001-07-26 Thread Geoff Thorpe
(mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: mod_ssl and name-based virtual hosts

2001-07-26 Thread Eric Rescorla
it but I wouldn't hold your breath. In any case, it will be years before enough browsers support this extension to make it safe to convert your server to name based virtual hosting. -Ekr __ Apache Interface to OpenSSL (mod_ssl

Re: children segfaulting under mod_ssl 2.8.4

2001-07-25 Thread Mads Toftum
On Tue, Jul 24, 2001 at 05:14:13PM -0700, steev hise wrote: hi, I'm new to mod_ssl but am not new to Apache, and have just spent the last 4 hours trying to get apache 1.3.20 and mod_ssl 2.8.4-1.3.20 to work. My apache install will work fine when I don't load mod_ssl, but when i do, httpd

children segfaulting under mod_ssl 2.8.4

2001-07-24 Thread steev hise
hi, I'm new to mod_ssl but am not new to Apache, and have just spent the last 4 hours trying to get apache 1.3.20 and mod_ssl 2.8.4-1.3.20 to work. My apache install will work fine when I don't load mod_ssl, but when i do, httpd child processes exit with a segmentation fault. here's

Re: mod_ssl and name-based virtual hosts

2001-07-23 Thread Magnus Stenman
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Grant Sent: Wednesday, July 18, 2001 3:52 AM To: [EMAIL PROTECTED] Subject: Re: mod_ssl and name-based virtual hosts Jeff wrote: What is the host name (common name) in the certificates ??? I suspect you have used *.mydomain.dom

mod_ssl/apache problem

2001-07-23 Thread Drew Wilder-Goodwin
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: mod_ssl/apache problem

2001-07-23 Thread Mads Toftum
Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

RE: mod_ssl/apache problem

2001-07-23 Thread Jay Burgess
error when I hadn't properly set up my Listen directive for port 443 in httpd.conf e.g. IfDefine SSL Listen 80 Listen 443 /IfDefine Jay -Original Message- From: Drew Wilder-Goodwin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: mod_ssl/apache

RE: mod_ssl/apache problem

2001-07-23 Thread Drew Wilder-Goodwin
23, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: mod_ssl/apache problem Hi, I am getting the following error: [Mon Jul 23 10:58:05 2001] [error] [client 158.222.3.191] Invalid method in request F when trying to go to my box via https. Does anyone have any clues they can offer

RE: mod_ssl/apache problem

2001-07-23 Thread Christopher Piggott HOME
, July 23, 2001 3:31 PM To: [EMAIL PROTECTED] Subject: RE: mod_ssl/apache problem A good suggestion is to search the list archives at http://marc.theaimsgroup.com/?l=apache-modssl;. I did and found the following entry from Ralf back in March of 2000: The problem is just that you

Apache + mod_ssl/OpenSSL + mod_perl/Perl + PHP3

2001-07-22 Thread Aurelio Soria
Gang, I want to install all in one Apache + mod_ssl/OpenSSL + mod_perl/Perl + PHP3. Now I have read the INSTALL document but they don't comment on doing all this together. So am wondering if it's possible, now I have tried this and I get core dumped when I try to start apache as ./apachectl

RE: mod_ssl and name-based virtual hosts

2001-07-22 Thread robert
18, 2001 3:52 AM To: [EMAIL PROTECTED] Subject: Re: mod_ssl and name-based virtual hosts Jeff wrote: What is the host name (common name) in the certificates ??? I suspect you have used *.mydomain.dom - correct ??? Hmm, I'm also using name based virtual hosting with ssl as well, but my cert

Missing symbol _llasgremu (Apache 1.3.20/mod_ssl-2.8.4/openssl-0.9.6b

2001-07-21 Thread George Walsh
/mod_ssl. I was simply updating the software base we are usining. Not a good idea here? Platform is UnixWare 7.1.1 (unixware-7-pentium) which has been stable as hell in the past. Can anyone give me help? Thanks! George Walsh, Managing Director, DSC Directional Services Corp Travel Seewise

Re: mod_ssl and name-based virtual hosts

2001-07-18 Thread Michael Grant
--version 2.95.3 % uname -v FreeBSD 4.3-STABLE #0: Sat Apr 28 11:05:39 EDT 2001 __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

Re: mod_ssl and name-based virtual hosts

2001-07-17 Thread Jan Vejvalka
if I use VirtualHost 1.2.3.4:443 (the same IP address for all hosts) instead of VirtualHost *:443. Still a bit confused. Jan __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

mod_ssl: Illegal attempt to re-initialise SSL for server (theoretically shouldn't happen!)

2001-07-16 Thread Lukas Feiler
When I enable SSL (SSLEngine on in httpd.conf) the following error is logged: [Sat Jul 14 19:34:55 2001] [error] mod_ssl: Init: (someserver:80) Illegal attempt to re-initialise SSL for server (theoretically shouldn't happen!) After disable SSL everything's just fine. But I definitely need SSL

Re: mod_ssl: Illegal attempt to re-initialise SSL for server (theoretically shouldn't happen!)

2001-07-16 Thread Lukas Feiler
Senoner OEG [EMAIL PROTECTED] www.endlos.at **/ - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 11:34 AM Subject: RE: mod_ssl: Illegal attempt to re-initialise SSL for server (theoretically shouldn't happen

Re: mod_ssl and name-based virtual hosts

2001-07-16 Thread Cliff Woolley
Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
Currently, running Apache 1.3.12 + mod_ssl 2.6.3. I'm currently looking for ways to fine-tune our e-commerce site to handle SSL transaction. Everytime a SSL connection is made, it takes ages to load the page. Ie. loading the shopping cart in secure mode. Is there any tweaks under httpd.conf

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
On Tue, Jul 10, 2001 at 06:00:22PM +0800, Thum Chee Weng, Ronnie wrote: Currently, running Apache 1.3.12 + mod_ssl 2.6.3. I'm currently looking for ways to fine-tune our e-commerce site to handle SSL transaction. Everytime a SSL connection is made, it takes ages to load the page. Ie

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Thum Chee Weng, Ronnie
what would be a good figure to start using shm ? Default figure is 512000. I've 2GB RAM on my web server - ronnie - -Original Message- From: Mads Toftum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 6:46 PM To: [EMAIL PROTECTED] Subject: Re: Fine-tuning Apache and mod_ssl

Re: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Mads Toftum
. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread David Rees
, it should be Off. -Dave __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL

RE: Fine-tuning Apache and mod_ssl

2001-07-10 Thread Viken Nokhoudian
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: confusing phenomenon with mod_ssl in apache chroot

2001-07-09 Thread Owen Boyle
. __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

RE: mod_ssl-2.8.2-5mdk and virtual host HELP!

2001-07-08 Thread robert
Of Cliff Woolley Sent: Sunday, July 08, 2001 12:47 AM To: [EMAIL PROTECTED] Subject: Re: mod_ssl-2.8.2-5mdk and virtual host HELP! On Sun, 8 Jul 2001 [EMAIL PROTECTED] wrote: I try to use the syntax I find in the documentation for a virtual host. when I restart after changing the virtual host

mod_ssl-2.8.2-5mdk and virtual host HELP!

2001-07-07 Thread robert
works like a champ. so what is with this newer version doesn't it support virtual host? If so what is the correct syntax? btw I am runnig apache on LM8.0 thanks Robert __ Apache Interface to OpenSSL (mod_ssl

Re: mod_ssl-2.8.2-5mdk and virtual host HELP!

2001-07-07 Thread Cliff Woolley
-- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

RE: mod_ssl for Apache 2.0

2001-07-05 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
: mod_ssl for Apache 2.0 Thanks very much for the information. Infact over the last couple of days, I've managed to eliminate most of the #if 0 ... #endif portions of the code - and get the code to compile (ofcourse with major exceptions).. Cool! I'm currently trying to develop the input

Re: mod_ssl Install question

2001-06-21 Thread Owen Boyle
[EMAIL PROTECTED] wrote: If I follow the standard installation of mod_ssl ../configure \ --with-apache=../apache_1.3.20 \ --with-ssl=../openssl-0.9.6a \ --prefix=/usr/local/apache Will this just add the mod_ssl to apache along with whatever else I have already compiled in (http_core.c

RE: Newbie to mod_ssl

2001-06-20 Thread Paul McGarry
I've downloaded apache_1.3.20.tar.gz and mod_ssl-2.8.4-1.3.20.tar.gz. Is there a step-by-step guide to install Apache with mod_ssl ? Such instructions are hidden away in a file named, somewhat cryptically, Install in the mod_ssl tar.gz. -- Paul McGarrymailto:[EMAIL PROTECTED

mod_ssl Install question

2001-06-20 Thread keven . jones
hello, Quick question-- If I follow the standard installation of mod_ssl ../configure \ --with-apache=../apache_1.3.20 \ --with-ssl=../openssl-0.9.6a \ --prefix=/usr/local/apache Will this just add the mod_ssl to apache along with whatever else I have already compiled in (http_core.c

Re: Apache_1.3.20 with Mod_SSL 2.8.4 on a Solaris 2.6 system..

2001-06-13 Thread Rossen Raykov
Hi, Try to change SSLSessionCache to SSLSessionCache dbm:/var/log/httpd/dev.ssl_scache Rossen - Original Message - From: Yu, Ming [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 12:08 PM Subject: Apache_1.3.20 with Mod_SSL 2.8.4 on a Solaris 2.6 system.. Hi

mod_ssl vs. Stronghold 3

2001-05-31 Thread Woodraska, Robert J.
My company is looking at going to Stronghold 3, partly because of the commercial aspect. Is it possible to run mod_ssl for commercial purposes now? Does anybody know if their are major differences in the way Stronghold 3 is set up that would prevent us from using mod_ssl instead? Thanks

Re: mod_ssl vs. Stronghold 3

2001-05-31 Thread George Walsh
Believe me, it is not a very time consuming job to configure and get Apache/OpenSSL/mod_ssl up and running. If an applications guy like me can do it ... and there are benefits, similar to those accruing from learning to drive a car with a standard transmission versus an automatic. As a bonus

Re: RE: mod_ssl vs. Stronghold 3

2001-05-31 Thread George Walsh
Stronghold is now owned by Red Hat and is most definitely NOT free, as I mentioned in the original posting. But Stronghold does use mod_ssl and it really is Apache anyway. Unless the whole process terrifies you, why would you not prefer the support of this community, which from personal

Re: mod_ssl vs. Stronghold 3

2001-05-31 Thread Mads Toftum
On Thu, May 31, 2001 at 10:43:41AM -0500, Woodraska, Robert J. wrote: My company is looking at going to Stronghold 3, partly because of the commercial aspect. Is it possible to run mod_ssl for commercial purposes now? Yes. The issue with the RSA patent ended in September last year. Does

HTTP/1.1 persistant connections mod_ssl

2001-05-30 Thread Anthony Howe
making a typical HTTP request through my proxy to an Apache server uses HTTP/1.1 persistant connections just fine (provided one of IE's Advanced options is set concerning HTTP/1.1 and proxy connections). However, IE making an HTTPS connection through my proxy to an Apache + mod_ssl server does

RE: HTTP/1.1 persistant connections mod_ssl

2001-05-30 Thread Wallace, William
with any server that attempts to use persistant connections to IE under HTTPS. -Original Message- From: Anthony Howe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 11:53 AM To: [EMAIL PROTECTED] Subject: HTTP/1.1 persistant connections mod_ssl I'm working

Netscape vs IE with apache +mod_ssl +openssl

2001-05-25 Thread Dariusz Siedlecki
I'm testing one page with mod_ssl and I observe that Netscape Is Asking once about certificate when I enter the page, IE is warn every link about risk on web page. Have you got any Idea how turn of worings about the risk in IE ? In log I found something like that [25/May/2001:11:06:49 +0200

RE: Netscape vs IE with apache +mod_ssl +openssl

2001-05-25 Thread McCaffity, Ray
warnings personally, but it's up to you. -Original Message- From: Dariusz Siedlecki [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 11:10 AM To: [EMAIL PROTECTED] Subject: Netscape vs IE with apache +mod_ssl +openssl I'm testing one page with mod_ssl and I observe that Netscape

Apache, mod_ssl, openssl

2001-05-24 Thread David Hansen Jr.
as localhost. Any ideas as to why? Thank you kindly, David __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

[BugDB] apache crash with mod_ssl (PR#569)

2001-05-24 Thread modssl-bugdb
... Any ideas if it does? Is the bugfix really that simple or is there something going wrong somewhere else in the module causing the request_rec structure to contain only NULL elements? Josef. __ Apache Interface to OpenSSL (mod_ssl

Re: Trouble configuring Apache/mod_ssl to satisfy these requirements...

2001-05-21 Thread Deocs Postmaster
Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Trouble configuring Apache/mod_ssl to satisfy these requirements...

2001-05-21 Thread Kingsley Kerce
application. I think this would be a M$ question. Dave __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Trouble configuring Apache/mod_ssl to satisfy these requirements...

2001-05-18 Thread Kingsley Kerce
to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Trouble configuring Apache/mod_ssl to satisfy these requirements...

2001-05-18 Thread Deocs Postmaster
will retrieve the config file and compare with the fragments you sent. Dave __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

Re: AOL 6.0 and mod_ssl not working

2001-05-14 Thread Daniel Reichenbach
be done. Just a matter of seconds and the name server is updated and AOL users will be able to access the site. Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Trouble configuring Apache/mod_ssl to satisfy these requirements...

2001-05-14 Thread Kingsley Kerce
Can Apache, outfitted with mod_ssl and mod_dav, satisfy the following requirements? A particular author's content is readable via a URL such as http://host.fsu.edu/[author]/ where [author] is one of up to about 1,500 names. Content is writable to that location by an HTTP-Authenticated author

RE: AOL 6.0 and mod_ssl not working

2001-05-10 Thread Daniel S. Reichenbach
Does anybody have any idea why AOL would have trouble, but I can access it from other ISPs okay? I had similar problems with out secure site. I found that these had nothing to do with my Apache/mod_ssl setup. The reason why AOL couldn't access the site, was a mssing reverse entry in the DNS

Re: AOL 6.0 and mod_ssl not working

2001-05-10 Thread David Wall
I had similar problems with out secure site. I found that these had nothing to do with my Apache/mod_ssl setup. The reason why AOL couldn't access the site, was a mssing reverse entry in the DNS server. Perhaps this is the same with your site. Thanks for this most interesting tip. But who's

AOL 6.0 and mod_ssl not working

2001-05-09 Thread David Wall
I have a site running at https://www.yozons.com I can access this site from a bunch of places, but from AOL 6.0 dialup, I cannot even make it open a connection. I can open it with http. I'm running Apache 1.3.19 with MM 1.1.3 and mod_ssl 2.8.1 and openssl 0.9.6 on Linux. Does anybody have

<    5   6   7   8   9   10   11   12   13   14   >