richter 00/11/07 11:05:09
Modified: . Changes.pod test.pl
test/conf httpd.conf.src
Log:
- make test now works again with BEN-SSL httpsd. With help from Neil Gunton.
Revision Changes Path
1.136 +2 -1 embperl/Changes.pod
Index: Changes.pod
===================================================================
RCS file: /home/cvs/embperl/Changes.pod,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- Changes.pod 2000/11/07 11:28:16 1.135
+++ Changes.pod 2000/11/07 19:05:05 1.136
@@ -1,6 +1,6 @@
=pod
-=head1 1.2b7_dev -- That's what currently under developement
+=head1 1.3b7_dev -- That's what currently under developement
Last Update: <$localtime$> (MET)
@@ -18,6 +18,7 @@
- Fixed problem when use multiple nested ../foo.htm inside EmbperlObject.
Spotted by Neil Gunton.
- Included patch from Angus Lees to ease building on debian.
+ - make test now works again with BEN-SSL httpsd. With help from Neil Gunton.
=head1 1.3b6 (BETA) 18. Oct 2000
1.77 +2 -1 embperl/test.pl
Index: test.pl
===================================================================
RCS file: /home/cvs/embperl/test.pl,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- test.pl 2000/11/07 11:28:21 1.76
+++ test.pl 2000/11/07 19:05:05 1.77
@@ -835,7 +835,8 @@
!($_ =~ /Warning/) &&
!($_ =~ /mod_ssl\:/) &&
!($_ =~ /SES\:/) &&
- $_ ne 'Use of uninitialized value.')
+ !($_ =~ /gcache started/) &&
+ $_ ne 'Use of uninitialized value.')
{
$cnt-- ;
if ($cnt < 0)
1.26 +3 -1 embperl/test/conf/httpd.conf.src
Index: httpd.conf.src
===================================================================
RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- httpd.conf.src 2000/11/07 11:28:34 1.25
+++ httpd.conf.src 2000/11/07 19:05:08 1.26
@@ -345,7 +345,9 @@
LockFile tmp/httpd.lock
<IfModule apache_ssl.c>
-SSLDisable
+SSLDisable
+SSLCacheServerPort gcache_port
+SSLCacheServerPath $EPAPACHESRC/modules/ssl/gcache
</IfModule>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]