On Tue, Jan 12, 1999, Rick Saltzman wrote:

> Would someone mind taking a few moments to resum� the state of the art as of 
> mod_ssl 2.1.7 and apache 1.3.4?

> Is EAPI now in place by default?

Yes, EAPI is always used. There is no more any SSL-specific code outside
src/modules/ssl/. Anything which was SSL-specific in the past now is
substituted by general mechanisms provided through EAPI.
 
> Can mod_ssl be used in DSO form without touching the apache 1.3.4 build, i.e. 
> mod_ssl is built only using apxs and the source tree of apache is untouched?

Yes and no. When you've at least _ONCE_ compiled an Apache 1.3.4 with at least
the EAPI patches (see mod_ssl's configure --with-eapi-only option) applies.
Then you can install and later upgrade mod_ssl's libssl.so seperately without
the need for an Apache source tree. But when you install Apache 1.3.4 the
first time it cannot be untouched.  Because as mentioned, you always need at
least EAPI and for this the source tree has to be touched.

> Is there a guide to the ordering of DSOs so that one can build mod_ssl, 
> mod_perl, mod_php, mod_frontpage and get apache execute the first time?

For mod_perl and mod_php there is a step-by-step list in the mod_ssl INSTALL
file. For the others I've seen postings at least on c.i.w.s.u.

> Is there a collection of working httpd.conf files one could browse to become 
> illuminated in the mysteries of configuration of the running server?  In all 
> of its mod_xxxx glory?

Of the running server? I'm not sure what exactly you mean. Perhaps what you
want is mod_info's output. It shows you what exactly was configured for the
running server. Additionally the httpd.conf file mod_ssl installs via APACI is
already adjusted for SSL and can be used out-of-the-box as the first start.

> (from a small voice in the corner, when does the FreeBSD ports collection get 
> updated?)

I'm already on the way to update the apache13-modssl port... 
Should be comitted the next hours by me.

Greetings,
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to