Re: EAPI question

2000-06-04 Thread Mads Toftum
On Fri, Jun 02, 2000 at 12:15:21PM -0400, Burns, Robert wrote: > Is it possible to build mod_ssl such that no EAPI support is compiled into > Apache? No, that will not work. [SNIP] > > Is EAPI required for mod_ssl or only to support dynamically loaded mod_ssl > (and other modules) that utilize

Re: Apache+mod_ssl

2000-06-04 Thread Mads Toftum
On Sun, Jun 04, 2000 at 01:57:24AM +0800, HK Woo wrote: > Hi, > > I have installed apache 1.3.12 with mod_ssl -2.6.4-1.3.12 as secure web server. >However, web server will prompted a message which said the certifcation is invalid. >As I know, it is necessary for me to apply a certificate from C

Apache+mod_ssl

2000-06-04 Thread HK Woo
Hi,   I have installed apache 1.3.12 with mod_ssl -2.6.4-1.3.12 as secure web server. However, web server will prompted a message which said the certifcation is invalid. As I know, it is necessary for me to apply a certificate from CA. However, I am doing testing only. Please suggest a solut

Re: apache and mod_ssl

2000-06-04 Thread Troels Arvin
Dave wrote: > Netscape hangs when I try to connect to > https://localhost but works without security at http://localhost:443. You really need to tell us more about your setup: - What operating system? - How did you install mod_ssl and with which Apache? By the way, let's keep it simple: Forget

EAPI question

2000-06-04 Thread Burns, Robert
Is it possible to build mod_ssl such that no EAPI support is compiled into Apache? For example, suppose I want to statically link in mod_ssl and most standard modules, but I want to support previously compiled binary modules under Apache? I configured mod_ssl with: --disable-rule=EAPI --enable-r