Re: ¡HELP!

2000-03-08 Thread Ralf S. Engelschall
piled with this option? The option is /DEAPI for the underpriviledged... ;) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschal

Re: mod_ssl problems with MSIE

2000-03-07 Thread Ralf S. Engelschall
suite is involved) _only_. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key

2000-03-07 Thread Ralf S. Engelschall
] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key FAQ: http://www.modssl.org/docs/2.6/ssl_faq.html#entropy Ralf S. Engelschall [EMAIL PROTECTED

Re: Next one.... how to restrict?

2000-03-03 Thread Ralf S. Engelschall
ciphers (use "openssl ciphers -v" to find the cipher spec string) and/or SSLRequire and check the cipher bits with it. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Help on SSLRandomSeed

2000-03-03 Thread Ralf S. Engelschall
$HOME/.rnd with some initial garbage in it ("cp /var/log/messages $HOME/.rnd"). Ralf S. Engelschall [EMAIL PROTECTED]

Re: HP/UX and mod_ssl

2000-03-08 Thread Ralf S. Engelschall
O and forget to load it later (i.e. no "LoadModule" directive in your httpd.conf). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ___

Re: How to setup https-http gateway?

2000-03-04 Thread Ralf S. Engelschall
/ http://origin/" to the HTTPS VirtualHost on proxy. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: apache hangs

2000-03-08 Thread Ralf S. Engelschall
the builtin seeding source instead. Yours, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Sorry, RSE not at ApacheCon 2000

2000-03-06 Thread Ralf S. Engelschall
se. Yours, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSS

Re: mod_ssl as SSL client

2000-03-06 Thread Ralf S. Engelschall
itional SSLProxy directives available which are similar to SSL for the HTTPS proxy situation and which can be used for verifying the backend server. Ralf S. Engelschall

Re: mkcert.sh:Error: Failed to encrypt RSA private key

2000-03-09 Thread Ralf S. Engelschall
correctly. What do I do? Create a $HOME/.rnd file with some initial random data/garbish. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: apache hangs

2000-03-09 Thread Ralf S. Engelschall
filesystem where the DBM library perhaps deadlocks itself? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: memory leaks in mod_ssl on WINNT

2000-03-11 Thread Ralf S. Engelschall
discovered that it leaks a few bytes per restart while in the past there was no leak. Can you find out with some tools where it leaks? Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: mkcert.sh:Error: Failed to encrypt RSA private key

2000-03-11 Thread Ralf S. Engelschall
touch $HOME/.rnd" doesn't work, of course. Doing a "cp /vmunix $HOME/.rnd; openssl genrsa ..." or something similar should work better. Ralf S. Engelschall

Re: Win32 Possible Bug?

2000-03-12 Thread Ralf S. Engelschall
On Sun, Mar 12, 2000, Robert Hiltibidal wrote: [...] I wonder could there be something in the -DEAPI option that could cause SSL to "break"? [...] No, I don't think it can break anything. Ralf S. E

Re: Upgrade to Apache 1.3.12 or ... ?

2000-03-13 Thread Ralf S. Engelschall
immediately upgrade the Apache installation on this box. That all... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: forwarding http://address/directory to https://address/directory

2000-03-13 Thread Ralf S. Engelschall
ave to use "RewriteLogLevel", too... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: Apache+mod_SSL - Invalid method in request

2000-03-13 Thread Ralf S. Engelschall
and VirtualHost directives match and that the VirtualHost ..:443 has an "SSLEngine on", too. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: RE:

2000-03-14 Thread Ralf S. Engelschall
s for your understanding. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSS

Re: Win32

2000-03-14 Thread Ralf S. Engelschall
(Documentation, FAQs, Mailing Lists, Newsgroups, etc.). Should your problems then still remain, feel free to contact me again. Otherwise I'll assume the problem was already solved in the meantime. Thanks for your understanding. Ralf S. Engelschall

Re: Ancient history question: Apache/1.2.6 Ben-SSL/1.16

2000-03-15 Thread Ralf S. Engelschall
with this server and versions. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: OpenSSL and RSA

2000-03-15 Thread Ralf S. Engelschall
On Wed, Mar 15, 2000, Jeff wrote: Does anyone know what version of RSA BSAFE toolkit is used in OpenSSL 0.9.x (crypto altgorithms, etc.)? Our OpenSSL doesn't contain the RSA BSAFE toolkit, nor do we use it. Or did I misunderstood your question? Ralf S

Re: Oddity in Creating httpd.conf

2000-03-20 Thread Ralf S. Engelschall
it. APXS should be fixed to be aware of surrounding sections. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: Apache/modssl upgrade Questions

2000-03-22 Thread Ralf S. Engelschall
host container entries, etc., into newly created httpd.conf file ? It will overwrite your executeables and DSOs, but it will preserve your configuration files. Ralf S. Engelschall [EMAIL PROTECTED

Re: Question:Child could not open SSLMutex...

2000-03-22 Thread Ralf S. Engelschall
away. Hmmm... strange. But just to make sure: you nevertheless have a "nobody" in your /etc/passwd, right? But it nevertheless doesn't allow you to perform a "chown nobody" on some files if you are logged in as root? H... very strange. What strange OS is this?

Re: http to https proxying

2000-03-22 Thread Ralf S. Engelschall
(NES) is configured with SSL (server cert only). Can Apache Proxy act as a SSL client? If mod_ssl is loaded, mod_proxy can act as a HTTPS client, yes. Ralf S. Engelschall [EMAIL PROTECTED

Re: How to start an Apache + modssl without human interact?

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

Re: MaxClients setting in httpd.conf

2000-03-22 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: How works the 'SSLPassPhraseDialog'

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

Re: HTTPS Proxy

2000-03-22 Thread Ralf S. Engelschall
for such an experimental feature. But keep in mind that for simple HTTPS client support in mod_proxy you don't need this experimental stuff. mod_ssl always provides basic HTTPS support for mod_proxy. Ralf S. Engelschall [EMAIL PROTECTED

Re: getting SSL information in an apache C module

2000-03-25 Thread Ralf S. Engelschall
mention apache API plugins. Yes, and that's especially why the stuff is explicitly called "user manual" and not "developer manual" ;) Ralf S. Engelschall

Re: mod_bandwidth.so module with mod_ssl-1.3.12.2.6.2-0.6.0.src.rpm

2000-03-25 Thread Ralf S. Engelschall
here "apxs" is the one from the Apache installation which includes EAPI!) and use the resulting mod_bandwidth.so instead. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Invalid method in request C or F

2000-03-25 Thread Ralf S. Engelschall
virtual server part. Check your server configuration, please. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com _

Re: mod_ssl and proxy client cert.

2000-03-25 Thread Ralf S. Engelschall
) This stuff is declared experimental, because it was still _NOT_ tested in depth and is still _UNDOCUMENTED_. So keep in mind what SSL_EXPERIMENTAL means and use this with care! Ralf S. Engelschall [EMAIL PROTECTED

Re: mod_bandwidth.so module with mod_ssl-1.3.12.2.6.2-0.6.0.src.rpm

2000-03-27 Thread Ralf S. Engelschall
here "apxs" is the one from the Apache installation which includes EAPI!) and use the resulting mod_bandwidth.so instead. Ralf S. Engelschall [EMAIL PROTECTED]

Re: getting SSL information in an apache C module

2000-03-27 Thread Ralf S. Engelschall
mention apache API plugins. Yes, and that's especially why the stuff is explicitly called "user manual" and not "developer manual" ;) Ralf S. Engelschall

Re: Apache - SSL - PHP

2000-03-27 Thread Ralf S. Engelschall
PHP and mod_ssl with the APXS mechanism separately. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: patch: HP-UX SSLMutex sem

2000-03-28 Thread Ralf S. Engelschall
AVE_IPCSEM #include sys/types.h Thanks for your feedback. I've comitted this for mod_ssl 2.6.3. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Invalid method in request C or F

2000-03-28 Thread Ralf S. Engelschall
only HTTP is spoken. The reason is always a server mis-configuration. Make sure your Listen and VirtualHost directives match and that an "SSLEngine on" is present in your vitual host for HTTPS. Ralf S. Engelschall

Re: SSL Re-negotiation/POST Problem Question

2000-03-28 Thread Ralf S. Engelschall
, correct? Yes. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl

Re: mod_bandwidth.so module with mod_ssl-1.3.12.2.6.2-0.6.0.src.rpm

2000-03-28 Thread Ralf S. Engelschall
laught, its not a joke). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL

Re: duplicate message timewarp

2000-03-28 Thread Ralf S. Engelschall
... ?? No reason from my or out Majordomo's side. It just appears that ones mailer has spooled the stuff for a few weeks and finally delivered it Ralf S. Engelschall [EMAIL PROTECTED

Re: Apache dies with error multiple definitions of symbol _ACCESS_DESCRIPTION_free

2000-03-28 Thread Ralf S. Engelschall
MacOSX stuff, I think. Sorry, I've no clue what MacOSX' problem is, but perhaps you should first try to build mod_ssl as a regular/static module instead of a DSO. Ralf S. Engelschall [EMAIL PROTECTED

Re: Broken link in www.modssl.org

2000-03-30 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: How it Works

2000-04-10 Thread Ralf S. Engelschall
verify your server certificate. So it is clear that it asks you to manually force it to trust your server certificate with a popup dialog. That's all the usual and expected behavior. Ralf S. Engelschall [EMAIL PROTECTED

Re: Server Gated Criptography configuration?

2000-04-10 Thread Ralf S. Engelschall
... for example an intermediate certificate... The intermediate certificate has to be configured with SSLCertificateChainFile. And you need an SSLCipherSuite which allows export ciphers, too. Ralf S. Engelschall [EMAIL PROTECTED

Re: Spelling Mistake

2000-04-10 Thread Ralf S. Engelschall
eFile". The "no certifcate configured" was already fixed some time ago. Ralf S. Engelschall [EMAIL PROTECTED]

Re: Cannot open lsaref

2000-04-10 Thread Ralf S. Engelschall
/ rsaref Errr.. that has to be -L`pwd`/../rsaref-2.0/local/ (note the backticks!). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: apxs Problems

2000-04-10 Thread Ralf S. Engelschall
-1.3.9/pkg.sslmod' make: [all] Error 2 (ignored) Hmmm.. strange, I cannot reproduce this. Neither with OpenSSL 0.9.5 nor OpenSSL 0.9.5a. Are you sure you're using OpenSSL 0.9.5? Ralf S. Engelschall [EMAIL PROTECTED

Re: Help!!!

2000-04-10 Thread Ralf S. Engelschall
estination should have a source ip of 160.124.44.207. You usually get this if the user pressed the stop button while the data was still transferred. Usually nothing to worry about. Ralf S. Engelschall [EMAIL

Re: Web page that informs on SSL status?

2000-04-11 Thread Ralf S. Engelschall
your browser... From within httpd.conf you can use "SSLRequire". From within a CGI script you can base your restrictions on the SSL_ environment variables. See the mod_ssl user manual for a complete list of those variables. Ralf S. E

Re: help with modules

2000-04-11 Thread Ralf S. Engelschall
works but the commands of mod_expire still do not work? Then your problem is a missing AddModule command after the LoadModule. Ralf S. Engelschall [EMAIL PROTECTED

Re: Freeing up temporary DH and RSA keys

2000-04-12 Thread Ralf S. Engelschall
implicitly by Apache for mod_ssl, because the buffers were allocated from one of Apache's memory pools (see for ``ap_palloc(mc-pPool, ...)'' calls). So there should be no memory leak. Ralf S. Engelschall [EMAIL PROTECTED

Re: Using mod_ssl with DSA keys?

2000-04-13 Thread Ralf S. Engelschall
of work is involved in making this happen? Sure, it is possible since a longer time. All you have to do is to configure a DSA based cert/key pair instead of a RSA based one with SSLCertificateFile and SSLCertificateKeyFile. See the user manual for details. Ralf S

Re: Dummy Certificate

2000-04-13 Thread Ralf S. Engelschall
pair. Just remove the leading comment characters from the pre-configured directives for server-sa.{crt,key}. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: truerand.c and compiler optimization

2000-04-16 Thread Ralf S. Engelschall
static jmp_buf env; -static unsigned count; +volatile static unsigned count; static unsigned ocount; static unsigned buffer; Thanks. I've comitted this for mod_ssl 2.6.3 together with a few other cleanups for truerand.c. Ralf S. Engelschall

Re: Trapping weak ciphers and redirecting

2000-04-19 Thread Ralf S. Engelschall
httpd.conf which allows weak ciphers (to allow them in first), a RewriteRule which redirects based on the SSL_ variables (to redirect them) and a SSLRequire which restricts access to only strong ciphers (to make sure they are gone). Ralf S. E

Re: install.win32 file

2000-04-21 Thread Ralf S. Engelschall
$ nmake /f Makefile.nt $ nmake /f Makefile.nt _apacher Why? AFAIL "installr" builds _AND_ installs while "_apacher" just builds. The intentions are that the stuff is also installed, so why should we replace "installr" with "_apacher"?

Re: exec: and shell

2000-04-25 Thread Ralf S. Engelschall
an intermediate shell is because it uses similar code as used the same way in other parts of Apache. But for the exec:/foo/bar the shell is not really required. You can change this yourself by editing line 247 of ssl_util.c. Ralf S. Engelschall

Re: memory leaks??

2000-04-27 Thread Ralf S. Engelschall
encoding routines:ASN1_COLLATE_PRIMITIVE:nested asn1 error Are you _sure_ OpenSSL at least passes its "make test" procedure for you? I think it will already fail there... Ralf S. Engelschall [EMAIL

Re: Checking if this thing works and I have a newbie question for you also.

2000-04-27 Thread Ralf S. Engelschall
Tomcat, sorry. My only "special tip" here is to entirely forget WinNT for a real-world server and use an arbitrary Unix flavor instead. Ralf S. Engelschall [EMAIL

Re: Certificate date problem with IE - next chapter

2000-04-27 Thread Ralf S. Engelschall
ch, please. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSS

Re: password - ask_twice

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

Re: User Authentication and SSL

2000-04-27 Thread Ralf S. Engelschall
On Thu, Apr 27, 2000, W. Mark Smith wrote: [..] 1. (When) does mod_auth user/password information get encrypted? [..] Yes, the basic auth is part of the HTTP protocol part and all this stuff is already transferred encrypted. Ralf S. Engelschall

Re: FYI: Compiling on Win32

2000-04-28 Thread Ralf S. Engelschall
else confirm that these patches are really necessary for mod_ssl to build under Win32? I'm still very sceptic whether gdi32.lib and winsock2.h are generic things which are available under all Win32 environments... Ralf S. Engelschall

Re: FYI: Compiling on Win32

2000-04-30 Thread Ralf S. Engelschall
and no mod_ssl. Ok, but then the question remains: Why was this extra include and this extra lib not necessary in the past to build Apache+mod_ssl under Win32 and why is it still not necessary for some users while users say it is? Ralf S. Engelschall

Re: Apache 2.0 API and mod_ssl

2000-05-01 Thread Ralf S. Engelschall
that mod_ssl will exist in the future, too ;) Yours, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com I don't know if it's what you want, but it's what you get

Re: FYI: Compiling on Win32

2000-05-01 Thread Ralf S. Engelschall
the patch for mod_ssl 2.6.4 now. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

ANNOUNCE: mod_ssl 2.6.4

2000-05-01 Thread Ralf S. Engelschall
, Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com Changes with mod_ssl 2.6.4 (16-Apr-2000 to 01-May-2000) *) Fixed Win32 build by adding gdi32.lib to the libraries

Re: After mod_ssl 2.6.4 Apache compile error

2000-05-03 Thread Ralf S. Engelschall
did the openssl and the frontpage patch. Should I add a path or copy a file somewhere ? Do the "touch" in apache_1.3.12/src/modules/ssl/, please. Ralf S. Engelschall [EMAIL

Re: placement of ssl_scache_expire() call in ssl_scache_init

2000-05-06 Thread Ralf S. Engelschall
ot;ap::mod_ssl::vendor::scache_init", @@ -338,6 +337,8 @@ } #endif ssl_mutex_off(s); + +ssl_scache_dbm_expire(s, time(NULL)); return; } Ralf S. Engelschall [EMAIL

Re: list alive

2000-05-18 Thread Ralf S. Engelschall
mail contained a few keywords ("subscribe", "help", etc.) which let the list manager software consider the email as an administrative mail. Ralf S. Engelschall

Re: After mod_ssl 2.6.4 Apache compile error

2000-05-02 Thread Ralf S. Engelschall
he sources again or do a simple "touch ssl_expr_scan.c ssl_expr_parse.c ssl_expr_parse.h". Ralf S. Engelschall [EMAIL PROTECTED]

Re: Bugfix for SSLPassPhraseDialog exec: on Win32

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

Re: Build problems

2000-06-05 Thread Ralf S. Engelschall
Or (what I strongly recommend) use the current Apache 1.3.12 and mod_ssl 2.6.4 version. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: Auto Reply to your message ...

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

Re: How do I update my apache mod_ssl certificate (it expired) ?

2000-06-16 Thread Ralf S. Engelschall
your cert by letting your CA issue a new certificate) and copying the stuff over your ssl.crt/server.crt and ssl.key/server.key files. Ralf S. Engelschall [EMAIL PROTECTED

Re: apache 2.0a4

2000-06-17 Thread Ralf S. Engelschall
or testing purposes. If it becomes clear (hopefully when 2.0bX is started) that the API is stabilized in layout, I'll port mod_ssl to Apache 2.0 for us. Yours, Ralf S. Engelschall [EMAIL

Re: Problem with MSIE (Ralf: docbug)

2000-06-21 Thread Ralf S. Engelschall
*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 Yes, I've now even updated the distributed httpd.conf-dist file for mod_ssl 2.6.5 to use this. This way we can avoid the problem already by default ;) Ralf S. E

Welcome to the world, Noah!

2000-06-23 Thread Ralf S. Engelschall
nd Daniela and I found it not unreasonable if at least one of our family members _at least by definition_ is more of a calming type ;) Yours, Ralf S. Engelschall [EMAIL

Re: Running with mutliple keys

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

Re: Running with mutliple keys

2000-06-25 Thread Ralf S. Engelschall
(including the Host: field), then perform a step-up to SSL/TLS and then transfer the response already encrypted. And because here the Host: header is seen before the SSL/TLS handshake is performed, this implicitly solves the name based virtual hosting issues.

Re: Running with mutliple keys

2000-06-25 Thread Ralf S. Engelschall
documentation on virtual hosting for details, please. If the 2nd is answered with the key of the 1st, then you are using name-based virtual hosts and not IP-based virtual hosts. Read the mod_ssl FAQ why you need IP-based virtual hosts. Ralf S. Engelschall

Re: Running with mutliple keys

2000-06-26 Thread Ralf S. Engelschall
reed, Mads. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Suppo

Re: Welcome to the world, Noah!

2000-06-26 Thread Ralf S. Engelschall
). And before even more people ask me: sure, as it has to be, Noah already has its own Homepage since Friday: http://www.engelschall.com/ho/nse/ ;) Yours, Ralf S. Engelschall [EMAIL PROTECTED

Re: international IE5: info for FAQ?

2000-07-04 Thread Ralf S. Engelschall
then the IE5 bugs have to be related to the stricter handling of the SSL protocol by mod_ssl. For instance mod_ssl performes a more correct connection shutdown, etc. But then this is not mod_ssl's fault, it's IE5's fault, of course. Ralf S. Engelschall

Re: international IE5: info for FAQ?

2000-07-04 Thread Ralf S. Engelschall
://www.microsoft.com/windows/ie/security/schannel.asp [...] I've now added these points to the FAQ. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: WORKAROUND: MSIE 5 56-bit does not work with latest Apache/mod_ssl/openssl

2000-07-04 Thread Ralf S. Engelschall
default in the pre-configured httpd.conf-dist. This way we are maximum conservative and can perhaps avoid problems in the future. Ralf S. Engelschall [EMAIL PROTECTED]

Re: WORKAROUND: MSIE 5 56-bit does not work with latest Apache/mod_ssl/openssl

2000-07-04 Thread Ralf S. Engelschall
FAQ entry about MSIE Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: international IE5: info for FAQ?

2000-07-04 Thread Ralf S. Engelschall
is then also equivalent to what Apache-SSL does). Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: mod_jrun

2000-07-04 Thread Ralf S. Engelschall
On Mon, Jul 03, 2000, Diana Shepard wrote: Thanks much for your response. I will try this. Does apxs somehow assume a -DEAPI compile option? Yes, if Apache was built with EAPI, the installed apxs uses -DEAPI automatically. Ralf S. Engelschall

Re: [OT] Mailing list test

2000-07-10 Thread Ralf S. Engelschall
and openssl-xxx. The ISP guys are already informed. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: Password

2000-07-10 Thread Ralf S. Engelschall
://www.modssl.org/docs/2.6/ssl_faq.html#ToC31 Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache

Re: certificates

2000-07-11 Thread Ralf S. Engelschall
Gated Cryptography (SGC) facility. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: apxs tool under apache for Windows

2000-07-13 Thread Ralf S. Engelschall
or the .dsp and regenerate the Makefiles files from them. But I'm no Windows geek, so perhaps there is a more elegant way... Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: r-filename not set in mod_rewrite.c ???

2000-07-16 Thread Ralf S. Engelschall
ling list, of course. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

Re: ANNOUNCE: mod_ssl 2.6.5 RPMs

2000-07-16 Thread Ralf S. Engelschall
to an "OBSOLETE" directory. I'll then arrange this for us. Ralf S. Engelschall [EMAIL PROTECTED] www.engel

Re: anyone want to pass cert info as HTTP headers?

2000-07-16 Thread Ralf S. Engelschall
, but without a particular patch I cannot comment on it. So, please show us the code! ;) Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: What's this error?

2000-07-19 Thread Ralf S. Engelschall
if OpenSSL has not all error strings loaded (but mod_ssl loads all, I think). Under which situation does it occur? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com

Re: What's this error?

2000-07-19 Thread Ralf S. Engelschall
a debugger to find out where it segfaults. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com __ Apache Interface

<    4   5   6   7   8   9   10   11   >