Re: does ssl encrypt basic auth?

2000-02-06 Thread Ed Loehr
[EMAIL PROTECTED] wrote: Ed Loehr wrote: Is a basic authentication password, entered via a connection to an https/SSL server, encrypted or plain text across the wire? Encrypted - but that question really doesn't belong here. It has nothing to do with modperl. Yes, some of your

Re: RE: does ssl encrypt basic auth?

2000-02-06 Thread David McCabe
From: [EMAIL PROTECTED] Date: Sun, 06 Feb 2000 11:11:37 +0100 Subject: RE: does ssl encrypt basic auth? To: [EMAIL PROTECTED] Ed Loehr wrote: Is a basic authentication password, entered via a connection to an https/SSL server, encrypted or plain text across the wire? Encrypted

Re: does ssl encrypt basic auth?

2000-02-06 Thread Jeffrey W. Baker
David McCabe wrote: Yes, it is off-topic, but I am replying anyway, because you are slightly wrong. :) If the first connection to a web site causes the authentication to be activated, the password is _NOT_ encrypted. A successfull connection has to be established with a secure web site

Re: does ssl encrypt basic auth?

2000-02-06 Thread David McCabe
From: "Jeffrey W. Baker" [EMAIL PROTECTED] Date: Sun, 06 Feb 2000 09:55:06 -0800 Subject: Re: does ssl encrypt basic auth? Do you have some documentation on that? I say you are smoking crack. When I set up my first secure site four years ago, the bank involved, (a major national bank in

RE: RE: does ssl encrypt basic auth?

2000-02-06 Thread mads
David McCabe wrote: If the first connection to a web site causes the authentication to be activated, the password is _NOT_ encrypted. A successfull connection has to be established with a secure web site before the encryption is turned on. You've got something completely wrong here. The

Question about error log message and PERL_SSI

2000-02-06 Thread gnielson
I successfully installed mod_perl under Apache/1.3.6 (Unix). However, when attempting to run some Web pages I have that use #perl sub I get an error log message, "unknown directive 'perl' in parsed doc." I installed mod_perl right from CPAN and assumed that mean EVERYTHING=1 would be the default

Apache::ASP and MySQL strange behavior

2000-02-06 Thread Eric B
I have been using eperl until recently, but found Apache::ASP provides useful session features that I like. Also, I am experienced with ASP. I installed Apache::ASP and it seems to operate quite nicely most of the time. However, there is some odd caching or some kind of saving going on because

Re: Question about error log message and PERL_SSI

2000-02-06 Thread Stas Bekman
I successfully installed mod_perl under Apache/1.3.6 (Unix). However, when attempting to run some Web pages I have that use #perl sub I get an error log message, "unknown directive 'perl' in parsed doc." I installed mod_perl right from CPAN and assumed that mean EVERYTHING=1 would be the

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Joshua Chamas
Wouter de Jong wrote: [I have full support from my hosting company to set this Apache::ASP module up] Apache::ASP version 0.18 Server : Apache/1.3.11 (Unix) mod_perl/1.21 PHP/3.0.14 mod_frontpage/3.0.4.3 mod_ssl/2.5.0 OpenSSL/0.9.4 Problem : Error msg -- Undefined subroutine

Re: Question about error log message and PERL_SSI

2000-02-06 Thread gnielson
Replies below: On Sun, 6 Feb 2000, Stas Bekman wrote: Date: Sun, 6 Feb 2000 23:20:49 +0200 (IST) From: Stas Bekman [EMAIL PROTECTED] To: gnielson [EMAIL PROTECTED] Cc: "ModPerl Mailing List (E-mail)" [EMAIL PROTECTED] Subject: Re: Question about error log message and PERL_SSI I

Re: correction! Re: Question about error log message and PERL_SSI

2000-02-06 Thread Ask Bjoern Hansen
On Sun, 6 Feb 2000, Stas Bekman wrote: [...] EVERYTHING=1 should install PerlSSI as well. Configure perl-status to work (see 'perldoc Apache::Status') then do: http://localhost/perl-status?hooks to check the enabled hooks. Thanks for that information. That showed me that

How to update params with CPAN.PM question

2000-02-06 Thread gnielson
On Mon, 7 Feb 2000, Stas Bekman wrote: Date: Mon, 7 Feb 2000 00:01:56 +0200 (IST) From: Stas Bekman [EMAIL PROTECTED] To: gnielson [EMAIL PROTECTED] Cc: "ModPerl Mailing List (E-mail)" [EMAIL PROTECTED] Subject: Re: correction! Re: Question about error log message and PERL_SSI Ooops, I

Re: does ssl encrypt basic auth?

2000-02-06 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: David McCabe wrote: [...] SSL traffic is encrypted before the first HTTP byte goes over the wire. Yes, exactly. (At least as long as the NULL cipher is not used ;) Ralf S. Engelschall

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Wouter de Jong
- Original Message - From: Joshua Chamas [EMAIL PROTECTED] To: Wouter de Jong [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, February 06, 2000 10:21 PM Subject: Re: Apache::ASP [undefined subroutine] Congrats, your Apache::ASP installation works! But the problem is that you are

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Wouter de Jong
Yes, its VBScript, even worse its accessing an Access file through a native Win32 ADO/ODBC driver. You won't be able to do this on unix. For database connectivity, you will want to use the DBI interface DBD::* drivers. Ohw :( Thank you for the quick support !!! :)) -- Joshua

Re: correction! Re: Question about error log message and PERL_SSI

2000-02-06 Thread Stas Bekman
[Gary please keep this on the list, CC'ing back to list] On Mon, 7 Feb 2000, Stas Bekman wrote: Date: Mon, 7 Feb 2000 00:01:56 +0200 (IST) From: Stas Bekman [EMAIL PROTECTED] To: gnielson [EMAIL PROTECTED] Cc: "ModPerl Mailing List (E-mail)" [EMAIL PROTECTED] Subject: Re: