Re: problem compiling on windows

2005-06-03 Thread Michael . Straessle
I suggest you follow the procedure in the openssl source package (install.w32) instead of using the perl commands in the apache httpd documentation. This worked fine for me. HTH michael -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von b h Gesendet

Re: Problem with Reverse Proxy and Client authentication

2003-03-27 Thread Michael . Straessle
hi steffen >ProxyPass /myapp https://backendserver/app >ProxyPassReverse /myapp/ https://backendserver/app/ any specific reason for the missing trailing slashes in the ProxyPass directive, or is this only a typo? regards michael __

AW: SSLSessionCaching on Win32

2003-01-13 Thread Michael . Straessle
...depends on your configuration. SSLSessionCache works fine with my apache 1.3.27, but I had some problems with apache 2. with 2.0.39, session cache was not honoured on win32 (bugzilla 10170), but this may have changed in the meantime. rgds michael > -Ursprüngliche Nachricht- > Von: Wilk

RE: mod ssl for windows

2002-07-14 Thread Michael . Straessle
...this _does_ work with mod_jserv, as long as it's compiled with -DEAPI. binaries are available in the modssl contributions section. rgds michael > -Ursprungliche Nachricht- > Von: Noah White [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 11. Juli 2002 16:40 > An: '[EMAIL PROTECTED]'

AW: mod ssl for windows

2002-07-11 Thread Michael . Straessle
> Hi > Currently have a system working fine under Apache 1.3.19 on NT > but cannot find a version of mod_ssl.so for NT that will work with > 1.3.26. Does one exist? > Any info gratefully received > Alex > http://www.modssl.org/contrib/ __

Apache 2.0.37-dev +mod_ssl win32 binaries

2002-06-11 Thread Michael Straessle
for testing purposes, i have compiled a 2.0.37-dev snapshot on NT. as there doesn't seem to be any apache 2 binaries with mod_ssl around, i have put them in the modssl user contribution area. they are not intended to be used in a production environment, of course ;-) regards michael __

Apache 2.0.37-dev +mod_ssl win32 binaries

2002-06-11 Thread Michael . Straessle
for testing purposes, i have compiled a 2.0.37-dev snapshot on NT. as there doesn't seem to be any apache 2 binaries with mod_ssl around, i have put them in the modssl user contribution area. they are not intended to be used in a production environment, of course ;-) regards michael ___

AW: Re: WIN32-apache 1.3.x (windows NT) problem of serving concurrent https requests

2002-05-07 Thread Michael . Straessle
> -Ursprüngliche Nachricht- > Von: Johannes Bertscheit [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 4. Mai 2002 19:27 > An: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Betreff: Re: Re: WIN32-apache 1.3.x (windows NT) problem of serving > concurrent https requests (cut) > Are there any

RE: How to install mod_ssl + mod_webapp?

2002-02-26 Thread Michael . Straessle
i did compile a post-1.1.2 EAPI version of mod_jserv which works fine - and without warnings - with my configuration (apache 1.3.22/mod_ssl 2.8.5): http://www.modssl.org/contrib/mod_jserv-1.1.3-dev-eapi-WIN32.zip ...had to set KeepAlive Off in httpd.conf however (BUG #569) to get production qu

AW: Connection hangs when using SSL

2002-02-04 Thread Michael . Straessle
habe you set Listen 443 in your conf? -Ursprungliche Nachricht- Von: Ken Tune [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 4. Februar 2002 19:03 An: '[EMAIL PROTECTED]' Betreff: Connection hangs when using SSL I'm trying to get Apache up and running on WinNT, with SSL I'm using Apac

RE: Apache modssl last release ...

2002-01-16 Thread Michael . Straessle
> > [ Falk Großwig ] wrote: > > > > Hello, > > > > i just installed the mod_ssl for Apache. First it workes fine, but i > > cant tell how, the Apache shuts down the mod_ssl ... > > > > i cant reach the mod_ssl url if i open a new browser window. > > > > > > > > > ServerAdmin [EMAIL PROTECTE

mutex warnings

2001-12-12 Thread Michael . Straessle
Hi Group I'm running the following: Apache/1.3.22 (Win32) mod_jk/1.1.0 tomcat/1.0 mod_ssl/2.8.5 OpenSSL/0.9.6b with the standard settings for win32. everything fine with this, except that I get a lot (up to 7 per second) warnings: [10/Dez/2001 09:23:45 00393] [warn] Failed to release global mut

RE: [BugDB] Configuration problems (PR#640)

2001-12-11 Thread Michael . Straessle
the following conf might work: ... ... # restrict general server conf to localhost BindAddress 127.0.0.1 ... ... Listen 80 Listen 443 ## ## SSL Virtual Host Context ## ... ... ... ... ... ... ... ... > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PR