You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1997/09/02 19:13:22 UTC

Re: Current status of third-party module procedures?

> On Tue, 2 Sep 1997 rasmus@bellglobal.com wrote:
> 
> > > In 1.3, you can use a module-definition section in mod_php.c to alter the
> > > CFLAGS and LIBS settings.  See something like mod_auth_dbm for an example.
> > > You should be able to fiddle WANTHSREGEX in the same way.  mod_php.[ch]
> > > should probably go into a seperate directory.  You could consider doing
> > > the whole PHP build in something like src/modules/extra/php.
> > 
> > Sorry for being dense here, but I don't see the code you are referring to
> > in mod_auth_dbm.  I am looking at a CVS update from today of 1.3a2-dev.
> 
> The section starting MODULE-DEFINITION-START and ending
> MODULE-DEFINITION-END will be run by Configure.
> 

Might also mention that a relevant part of this is the example in 
the file mod_auth_dbm.module.





Re: Current status of third-party module procedures?

Posted by Marc Slemko <ma...@worldgate.com>.
On Tue, 2 Sep 1997, Randy Terbush wrote:

> Might also mention that a relevant part of this is the example in 
> the file mod_auth_dbm.module.

You mean mod_auth_db.module.