[BugDB] Scandinavian characters + FakeBasicAuth + LDAP does not work (PR#454)

2000-09-26 Thread modssl-bugdb
Full_Name: Ari Suutari Version: 2.6.2 OS: FreeBSD 3.5 Submission from: (NULL) (195.197.177.229) I'm running a web site with 'SSLOptions +FakeBasicAuth' to make information from client certificates available for ldap-based authentication (using Dave Carrigan's auth_ldap). Everything works very

Re: [BugDB] Scandinavian characters + FakeBasicAuth + LDAP does not work (PR#454)

2000-09-26 Thread modssl-bugdb
On Tue, Sep 26, 2000 at 10:41:43AM +0200, [EMAIL PROTECTED] wrote: Full_Name: Ari Suutari Version: 2.6.2 OS: FreeBSD 3.5 Submission from: (NULL) (195.197.177.229) I'm running a web site with 'SSLOptions +FakeBasicAuth' to make information from client certificates available for

Re: Can Search Engines Index SSL-enabled Hosts?

2000-09-26 Thread Ralf S. Engelschall
On Fri, Sep 22, 2000, Mads Toftum wrote: Please let me clarify. Our situation is that the CA for our cert will be the US Dept. of Defense, thus won't be automatically installed in any browser until the user/robot successfully accepts the cert. We're concerned that the Internet search

-DEAPI errors

2000-09-26 Thread christopher
hi, need a solution to this problem [Tue Sep 26 14:45:17 2000] [warn] Loaded DSO /usr/local/apache/libexec/mod_jserv.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) this occurs with each module the complier command lines show -DEAPI

RE: -DEAPI errors

2000-09-26 Thread Peter Clark
Christopher, It sounds likely that you've got DSO's in your libexec directory that you're telling apache to load in the httpd.conf. And, with the new apache, have it configured the APACI compiled-in way. Try running httpd -l and see if those modules are being told to load even after apache

RE: -DEAPI errors

2000-09-26 Thread David Rees
You're going to have to recompile the jserv module to remove this warning. -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26, 2000 2:44 PMTo: [EMAIL PROTECTED]Subject: -DEAPI errors hi,

Re: -DEAPI errors

2000-09-26 Thread christopher
jserv is compiled with its --enable-EAPI flag. all of the other modules have this error as well. All of the modules are compiled with the the -DEAPI flag on the compilers command line - Original Message - From: David Rees To: [EMAIL PROTECTED] Sent: Tuesday,

RE: -DEAPI errors

2000-09-26 Thread David Rees
What platform is this on? -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26, 2000 3:21 PMTo: [EMAIL PROTECTED]Subject: Re: -DEAPI errors jserv is compiled with its --enable-EAPI flag.

Re: -DEAPI errors

2000-09-26 Thread christopher
redhat 6.2 apache 1.3.12 all of the 3rd party modules latest versions as of30 days ago - Original Message - From: David Rees To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 3:29 PM Subject: RE: -DEAPI errors What platform is this on? -Dave

RE: -DEAPI errors

2000-09-26 Thread David Rees
Are you sure the modules being compiled with -DEAPI are the ones being loaded by Apache? -Dave -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, September 26, 2000 3:32 PMTo: [EMAIL PROTECTED]Subject: Re:

Re: -DEAPI errors

2000-09-26 Thread Danilo Nascimento
Hi folks, This problem occurs when the other modules arenĀ“t compiled with EAPI Compile Directive. I always have this message when I install a new module because I NEVER REMENBER this detail. The best way to compile new modules is APACI. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

Re: -DEAPI errors

2000-09-26 Thread christopher
setting the --libexecdir flag has no change. removing the .so files and rebuilding places new .so files in the libexec/ yet these new modules cause the same error - Original Message - From: David Rees To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 3:41

Re: -DEAPI errors

2000-09-26 Thread christopher
got it compiled removed jserv and used --enable-rule=SHARED_CORE thanks for the input - Original Message - From: "Danilo Nascimento" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 26, 2000 6:09 PM Subject: Re: -DEAPI errors Hi folks, This problem occurs when