Re: hooks in modssl

2000-02-02 Thread Ralf S. Engelschall
sting without client certs. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: Getting private key

2000-02-02 Thread Ralf S. Engelschall
the server config variable from ssl_callback_SSLVerify. (btw, the DSA private key stuff can be found via SSL_AIDX_DSA). It is not encrypted and can be directly accessed via OpenSSL's EVP functions. See the mod_ssl source code for more details. Ralf S. E

Re: Global Server ID(how to issue my own)

2000-02-01 Thread Ralf S. Engelschall
also README.GlobalID). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.mod

Re: Problems with mod_ssl+php+informix+EAPI

2000-02-01 Thread Ralf S. Engelschall
#defines before including ap_hook.h (or alternatively before including the informix header) and #undefs behind. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Crypto law question...

2000-01-29 Thread Ralf S. Engelschall
at hand, let us know about them, please. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: Modules

2000-01-29 Thread Ralf S. Engelschall
the apxs command to build third-party modules into DSO's which then can be loaded via LoadModule from httpd.conf. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Apache 1.3.11, mod_ssl 2.5.0: Compilation problems on NT

2000-01-26 Thread Ralf S. Engelschall
more on Win32 for us? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl)

Re: Global 128bit Verisign Keys?

2000-01-26 Thread Ralf S. Engelschall
On Tue, Jan 25, 2000, Simon Buchanan wrote: Could someone tell me if these are useable with mod ssl or is it better to get Stronghold? You can use GIDs with mod_ssl, of course. Read the README.GlobalID document for details. Ralf S. Engelschall

Re: RPM installs (mod's)

2000-01-26 Thread Ralf S. Engelschall
as "httpd -l" and you see the list of modules which are statically built in. For a list of DSO-based modules just perform a "find . -name "*.so" -print" in the installation area. Ralf S. Engelschall

Re: ANNOUNCE: mod_ssl 2.5.0-1.3.11

2000-01-23 Thread Ralf S. Engelschall
to rebuilt Apache, of course. But not just because of mod_ssl... ;) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Compile problems

2000-01-22 Thread Ralf S. Engelschall
d... Your problem seems to be that the some libraries cannot be found or you're using some compiler flags your compiler doesn't understand. Go to apache_1.3.9/src and run "./helpers/TestCompile -v sanity" and look for error messages.

ANNOUNCE: mod_ssl 2.5.0-1.3.11

2000-01-22 Thread Ralf S. Engelschall
ks. Yours, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Changes with mod_ssl 2.5.0 (08-Jan-2000 to 22-Jan-2000) *) Switched the old "POST for HTTPS" support code from defi

Re: Apache-1.3.11

2000-01-22 Thread Ralf S. Engelschall
On Sat, Jan 22, 2000, Dan Parsons wrote: When will a modssl patch for Apache-1.3.11 be available? Be patient, be patient, please. I'm at work and not on escape. And, yes, mod_ssl 2.5.0 for Apache 1.3.11 is now available... Ralf S. Engelschall

Re: Suggested FAQ addition (was Re: no common encryption algorithm(s))

2000-01-21 Thread Ralf S. Engelschall
? It was still not in the FAQ, but "make certificate" already gave a big fat warning message. Seems like people ignore those warnings ;) I've now added an entry to the FAQ, too. Thanks for the hint, Cliff. Ralf S. E

Re: Error al compilar Apache para convertirlo en Apache-SSL

2000-01-21 Thread Ralf S. Engelschall
also understand your native language, the communication language on this mailing list is English _only_. Thanks. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: BSDI w/ mod_ssl

2000-01-21 Thread Ralf S. Engelschall
on than evaluation until September, in the USA. Is this true? This an US-citizen should answer, please. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Slooowly webserver

2000-01-21 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: windows

2000-01-13 Thread Ralf S. Engelschall
and/or go to www.opensa.org. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: your mail

2000-01-13 Thread Ralf S. Engelschall
://www.apache.org/docs/dso.html Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: undefined symbol: ap_global_ctx

2000-01-12 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org

Re: SSLeay and OpenSSL Compatibility

2000-01-10 Thread Ralf S. Engelschall
new server certs? No. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: Certificate for client cca.sh

2000-01-09 Thread Ralf S. Engelschall
; line in the script. Then just run "cca.sh init" it and it will interactively create your CA certificate and key. Then run "cca.sh gen" once or multiple times to generate your client certs. That's all. Ralf S. Engelschall

Re: TACACS+ authentication using apache_mod-ssl

2000-01-08 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

Re: how do i create a authentication certificate for netscape ?

2000-01-06 Thread Ralf S. Engelschall
require') ? Inside the mod_ssl's distribution, under pkg.contrib/, you can find a script named cca.sh. That's what I use for test purposed. But you can use it also for real to create your client certs. Ralf S. Engelschall

Re: Netscape Client certs

2000-01-06 Thread Ralf S. Engelschall
exists for you. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: compiling without IDEA

2000-01-05 Thread Ralf S. Engelschall
to SSL_CFLAGS in apache/src/modules/Makefile and apache/src/modules/ssl/Makefile - how do i do that? Try to use the following APACI configuration line: $ CFLAGS="-DNO_IDEA" ./configure [...] Ralf S. Engelschall

Re: Trivial FAQ or serious problem?

2000-01-04 Thread Ralf S. Engelschall
debug" as the the documentation explains. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: [PATCH] expire ssl session with each close connection

1999-12-31 Thread Ralf S. Engelschall
on this topic? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: Pass phrase incorrect

1999-12-29 Thread Ralf S. Engelschall
uot;. So it makes me wondering why the same piece of code should accept your pass phrase just once and then never again. As a last chance, keep in mind that you at least can also remove the pass phrase at all (consult the mod_ssl FAQ, please).

Re: modssl + Apache 1.3.9 + win NT

1999-12-24 Thread Ralf S. Engelschall
rts at all... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.

Re: segfaults??

1999-12-22 Thread Ralf S. Engelschall
no one can provide you any reasonable help, of course. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: mod_ssl with JServ did not start

1999-12-22 Thread Ralf S. Engelschall
But there is no httpd process. When I start the normal server everything works fine. Where is my mistake? I don't know, but have a look yourself into the error_log, please. There should be some hints about the problem... Ralf S

Re: Upgrading to next version of Apache

1999-12-22 Thread Ralf S. Engelschall
adjusting is not important for end users. I take care of this all the time. But as it looks, the chances are high that we get EAPI into Apache 1.3.11 (not 1.3.10, for this it was too late and so the resistance was already too high). Ralf S. E

Re: mod_ssl vs. Apache-SSL

1999-12-21 Thread Ralf S. Engelschall
allows you to recompile Apache from source, you can use mod_perl, too. Else it becomes tricky (either you need a pre-built version from IBM with mod_perl added or you need some pre-built mod_perl DSOs, etc.) Ask IBM what they provide. Ralf S. Engelschall

Re: apachectl startssl prompting

1999-12-21 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing

Re: php problems

1999-12-17 Thread Ralf S. Engelschall
eed to add the LoadModule directive unless I am using an APACI type of installation. LoadModule has nothing to do with APACI. LoadModule is needed if you compile something as a DSO. That's all. Ralf S. Engelschall [EMAIL

Re: mod_ssl and jakarta (tomcat)

1999-12-17 Thread Ralf S. Engelschall
, you should be able to find the variable in the standard SSI/CGI environment Apache provides. If your servlet operates earlier, the only way is to add an EAPI call to tomcat/jserv which resolves the variable through mod_ssl's EAPI hooks. Ralf S. Engelschall

Re: Newbie: Connect errors

1999-12-17 Thread Ralf S. Engelschall
by comparing it to the provided conf/httpd.conf-dist file. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Certificates

1999-12-16 Thread Ralf S. Engelschall
. Either re-use "make certificate" in the Apache source tree (if you have it still staying around) or follow the mod_ssl FAQ for hints. Ralf S. Engelschall [EMAIL

Re: ANSI C

1999-12-15 Thread Ralf S. Engelschall
. But your problem is that you used incorrect CFLAGS or LDFLAGS, etc. Check these. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Subject CN in certificate not server name

1999-12-15 Thread Ralf S. Engelschall
. Clear the cache entries and retry. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: SSLRoot

1999-12-15 Thread Ralf S. Engelschall
independent of URL to filename mappings and processed earlier in Apache (although one might expect it to be different because URLs are received and then mapped to filesystem paths). Ralf S. Engelschall [EMAIL PROTECTED

Re: Error: expecting an asn1 sequence

1999-12-14 Thread Ralf S. Engelschall
/conf/ssl.crt/server.crt". If this already fails, this has nothing to do with Apache or mod_ssl, etc. Then OpenSSL already has a problem to read the contents. If all fails, recreate the file with "make certificate" if it was just a test certificate.

Re: Error: expecting an asn1 sequence

1999-12-14 Thread Ralf S. Engelschall
the Apache source tree, so there is no need to again compile Apache. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ___

Re: SSLRoot

1999-12-14 Thread Ralf S. Engelschall
to access these files. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: SSL Configuration-How to?

1999-12-13 Thread Ralf S. Engelschall
explain how to do. 1. Read the pre-configured SSL stuff at the end of conf/httpd.conf-dist. 2. Read the mod_ssl User Manual for details. Ralf S. Engelschall [EMAIL PROTECTED

Re: Certificate creation : error 7

1999-12-13 Thread Ralf S. Engelschall
connected to the internet, might it be that it is trying to the a DNS lookup ? I guess you entered the same CN or even the same complete DN for both the CA and the server/user certificate. Make sure they are differently. Ralf S. Engelschall

Re: Overriding EAPI_MM_CORE_PATH?

1999-12-13 Thread Ralf S. Engelschall
ting httpd. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.

Re: Installation Problem..

1999-12-11 Thread Ralf S. Engelschall
b out32dll\libeay32.dll p:\openssl\bin $ copy /b out32dll\openssl.exe p:\openssl\bin Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Adding mod_jserv to Apache+mod_ssl

1999-12-10 Thread Ralf S. Engelschall
-c jserv_protocols.c This doesn't directly use apxs, of course. And I also see no PIC flags from APXS. Instead they use libtool for the job and there is no -DEAPI, of course. Ralf S. Engelschall

Re: problems running on solaris 2.6(URGENT)

1999-12-09 Thread Ralf S. Engelschall
ly need such a large size, compile MM differently, i.e. let MM use mmap(2) instead shmget(2). See MM's configure --help output for hints. Ralf S. Engelschall [EMAIL PROTECTED]

Re: solaris 2.6 problems #2

1999-12-09 Thread Ralf S. Engelschall
suggestions? has anyone run across this error previously? Now it seems you compiled Apache+mod_rewrite incorrectly. libucb should not per default be linked into Apache under Solaris AFAIK. Make sure you use the correct compiler and linker. Ralf S. Engelschall

Re: problems running on solaris 2.6(URGENT)

1999-12-09 Thread Ralf S. Engelschall
On Thu, Dec 09, 1999, Ralf S. Engelschall wrote: On Thu, Dec 09, 1999, Scott R. Every wrote: we are trying to switch one of our new servers to mod_ssl from stronghold on solaris 2.6. using a similar setup to what works on our linux machine, get the following error at runtime: /usr

Re: solaris 2.6 problems #2

1999-12-09 Thread Ralf S. Engelschall
in explicitly (what I don't think is the case for you) or you used the wrong compiler (the UCB/BSD one) which implicitly linked it in. Check your $PATH. Ralf S. Engelschall [EMAIL PROTECTED

Re: CRL Refresh

1999-12-08 Thread Ralf S. Engelschall
? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: mod_ssl for OpenBSD

1999-12-07 Thread Ralf S. Engelschall
means you can just upgrade mod_ssl via --with-apxs easily. If there is no libssl.so and "httpd -l" shows "mod_ssl.c" you have to recompile the Apache and mod_ssl completely. Ralf S. Engelschall

Re: Error launching Apache

1999-12-07 Thread Ralf S. Engelschall
? Are you sure you're compiling and linking with a correct gcc installation, i.e. make sure your gcc is _exactly_ built for your Solaris version (run "gcc -v" and watch the version strings in the path names). Additionally make sure the correct linger is used.

Re: EGADS! A segmentation fault!

1999-12-02 Thread Ralf S. Engelschall
such an old version: mod_ssl 2.3.0! Use Apache 1.3.9 plus mod_ssl 2.4.9 and recompile them from scratch by following mod_ssl's INSTALL document step-by-step (in case there is no RPM flying around for these versions). Ralf S. Engelschall

Re: mod_ssl

1999-12-01 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: Mailing list loop

1999-12-01 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: httpd is serving nothing!

1999-12-01 Thread Ralf S. Engelschall
speaking HTTPS to a port where only HTTP is spoken. Check your server configuration by comparing it to the distributed conf/httpd.conf-dist file, please. Ralf S. Engelschall [EMAIL PROTECTED

Re: conflict between plain DSO and EAPI

1999-11-30 Thread Ralf S. Engelschall
Apache 1.3 API, " "this module might crash under EAPI! " "(please recompile it with -DEAPI)" Ralf S. Engelschall [EMAIL PROTECTED]

Re: how do I subscribe

1999-11-28 Thread Ralf S. Engelschall
On Sat, Nov 27, 1999, Kees Vonk 7249 24549 wrote: I am having some problems with getting apache with mod-ssl to work properly. Can anyone tell me how I subscribe to this mailing list. By reading http://www.modssl.org/support/, please. Ralf S

Re: adding mod_ssl to mod_proxy/mod_perl

1999-11-28 Thread Ralf S. Engelschall
with the prefix-based ProxyPass. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: mod_ssl

1999-11-28 Thread Ralf S. Engelschall
still do not understand your actual problem. What do you mean by "does not enter". What error messages occur for you. What is logged in Apache's logfiles? Ralf S. Engelschall [EMAIL

Re: HTTPS and IP-based VHOSTS

1999-11-25 Thread Ralf S. Engelschall
a server.crt and a server.key for each vhost? Are there other options? If you don't want to use wildcard certs (= certs with *.domain as the CN) you need a unique cert/key pair for each virtual host in practice. Ralf S. Engelschall

Re: Public and private keys

1999-11-25 Thread Ralf S. Engelschall
or am I missing something? Make sure you are really using the corresponding private key (which Thawte doesn't know, so its useless to ask them about this). Ralf S. Engelschall [EMAIL PROTECTED

ANNOUNCE: mod_ssl 2.4.9

1999-11-24 Thread Ralf S. Engelschall
+StdEnvVars' to your httpd.conf file (for more details read below) to make sure your CGI/SSI scripts still get the SSL_XXX variables. Fetch it from: http://www.modssl.org/source/ ftp://ftp.modssl.org/source/ Yours, Ralf S. Engelschall

Re: Netscape 4.5/4.7 Bad Data

1999-11-24 Thread Ralf S. Engelschall
efault configuration with your one. If does not, complain again. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com _

Re: Forcing https with RewriteRule

1999-11-24 Thread Ralf S. Engelschall
(ap_ctx_get(c-client-ctx, "ssl") != NULL) +result = "on"; +else +result = "off"; +} } /* This should now make the above "RewriteCond %{HTTPS} !=on" allow to work a

Re: INSTALL (replay.com)

1999-11-23 Thread Ralf S. Engelschall
FTPSearch. This way I don't have to update the stuff all the time... Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Probable simple installation problem

1999-11-22 Thread Ralf S. Engelschall
will recognize that --with-ssl specifies the directory where OpenSSL can be found, not the directory where mod_ssl stays. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: detect SSL in a handler

1999-11-22 Thread Ralf S. Engelschall
ssl; | else | #endif | no ssl; Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: Strange delays

1999-11-22 Thread Ralf S. Engelschall
configuring the modules. I guess you're using an "SSLRandomSeed connect /dev/random 512" and your /dev/random device is a blocking one. Read the FAQ for more details, please. Ralf S. Engelschall [EMAIL

Re: Anoying client certs selection ...

1999-11-22 Thread Ralf S. Engelschall
ether your DBM storing doesn't work I don't know. Seems like a sensible vendor DBM library. But now that it works with SDBM you don't have to care about it. Alternatively you can also try the shared memory session cache (via MM library). Ralf S. E

Re: Access to request_rec from hooks?

1999-11-20 Thread Ralf S. Engelschall
ide ssl_engine_io.c. Interesting. BTW: My messages reach the list after a delay of MANY hours. It means that I'm recognized as a user who is not subscribed to the list. But I am subscribed. Can it be fixed? No, your messages are not bounced to my admin accounts for approval. So your delay has to

Re: X.509 Extensions

1999-11-20 Thread Ralf S. Engelschall
ssl_util_ssl.c. It's not complicated if one knows how. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Anoying client certs selection ...

1999-11-20 Thread Ralf S. Engelschall
situation. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.

Re: detect SSL in a handler

1999-11-16 Thread Ralf S. Engelschall
ssl; else no ssl; Yes, or even more defensive: | #ifdef EAPI | if (ap_ctx_get(r-connection-client-ctx, "ssl") != NULL) | ssl; | else | #endif | no ssl; Ralf S. Engelschall

Re: newbie Q

1999-11-14 Thread Ralf S. Engelschall
. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

Re: OT: How to Add a Module to Apache

1999-11-14 Thread Ralf S. Engelschall
ld-environment under Windows, because Windows users are used to their graphical GUI-based Visual C++ environment. I thought and still think this is a horrible inconsistency, but I couldn't convince anyone to use a Unix-style environment also for the Windows platform

Re: OT: Long connect times...

1999-11-12 Thread Ralf S. Engelschall
alues as /dev/random, of course... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: Apache seg. faulting when using netscape

1999-11-12 Thread Ralf S. Engelschall
and the segfault is caused by the bug I've already fixed in mod_ssl 2.4.8. So my suggestion is: Upgrade to mod_ssl 2.4.8 and try again. I'm 90% sure your segfault will go away... Ralf S. Engelschall [EMAIL PROTECTED

Re: Long connect times...

1999-11-11 Thread Ralf S. Engelschall
your hint. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Suppo

Re: Bad Mac Decode?

1999-11-11 Thread Ralf S. Engelschall
ar the entry in your browser for the old | certificate, everything usually will work fine. Netscape's SSL | implementation is correct, so when you encounter I/O errors with Netscape | Navigator it is most of the time caused by the configured certificates. |

Re: Long connect times...

1999-11-11 Thread Ralf S. Engelschall
On Thu, Nov 11, 1999, dave madden wrote: =From: "Ralf S. Engelschall" [EMAIL PROTECTED] =... =Yes, and details about this situation and problem are in the mod_ssl =documentation since a long time - directly under the entry for = SSLRandomSeed. =But people often like it mor

Re: no start line

1999-11-10 Thread Ralf S. Engelschall
Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org

Re: no start line

1999-11-10 Thread Ralf S. Engelschall
asn't used for compiling Apache and mod_ssl! mod_ssl uses the SSLeay tag only for approx. SSLeay/OpenSSL = 0.9.0. So, the version which is actually compiled in _is_ old ;) Ralf S. Engelschall [EMAIL

Re: SSL handshake failed

1999-11-10 Thread Ralf S. Engelschall
it. Then although the cert's DN is still the same, the ingredients are not. Then this causes exactly the above error. So check your browsers security dialog for cached/remembered certs of your server. Ralf S. Engelschall

Re: Remote Startup ????

1999-11-08 Thread Ralf S. Engelschall
d the pass phrase dialog will not occur. Read the FAQ for details and resulting implications of this approach. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Problem in compiling mod_ssl + apache in HP-UX

1999-11-08 Thread Ralf S. Engelschall
r_scan.c ssl_expr_parse.c ssl_expr_parse.h". Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to

Re: RPMs available?

1999-11-07 Thread Ralf S. Engelschall
mod_ssl's and Apache's INSTALL document, please. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

ATTENTION people with segfaults: promising patch available

1999-11-03 Thread Ralf S. Engelschall
oblem plus minus the bugs I've introduced with the patch itself. It's a patch against 2.4.7. Please give me feedback. Thanks. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.

Re: ATTENTION people with segfaults: promising patch available

1999-11-03 Thread Ralf S. Engelschall
On Wed, Nov 03, 1999, Ralf S. Engelschall wrote: [...] I forgot to say that if you give the patch a try make sure you test it correctly. That is, you should test it by especially performing various server restarts and by at the same time requesting pages with 40bit/export browsers. Else

Re: IE 2.0 or AOL 3.0 will not start connection

1999-11-02 Thread Ralf S. Engelschall
re details about the situation. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

ANNOUNCE: mod_ssl 2.4.7

1999-11-02 Thread Ralf S. Engelschall
to upgrade your installations to the latest and most stable version now. Fetch it now from: o http://www.modssl.org/source/ o ftp://ftp.modssl.org/source/ Yours, Ralf S. Engelschall [EMAIL PROTECTED

Re: OT: EAPI, DSO stability

1999-10-31 Thread Ralf S. Engelschall
until I approve it manually once per day. This handling is to prevent any spam mails on modssl-users. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

STATISTIC: October 1999 / mod_ssl grew a lot

1999-10-31 Thread Ralf S. Engelschall
such a larger growth of mod_ssl for the last month. So I've to conclude that at least some interesting evolution for mod_ssl currently takes place ;) Yours, Ralf S. Engelschall [EMAIL PROTECTED

Re: OT: EAPI, DSO stability

1999-10-30 Thread Ralf S. Engelschall
Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Ma

Re: Digital Unix 4.0e and modssl

1999-10-28 Thread Ralf S. Engelschall
be useful for you to give us a few more details _WHAT_ exactly is the problem. If it's a compile-time problem we usually help you (or at least give you a few hints) if we at least see the error messages. Ralf S. Engelschall

<    1   2   3   4   5   6   7   8   9   10   >