In the source directory:

./configure --with-prefix=/where/you/want/apache --enable-module=so
--enable-ssl
make
make install

That will get you the following list of modules, automagically:

  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  mod_ssl.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c

Then whatever you use as an add-on, make sure it is an Apache module.  No
need to statically link something, and no need for any other tools except
the standard build environment.  

John

> -----Original Message-----
> From: Dave Ihnat [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 8:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Compile modules for Apache V2
> 
> 
> On Tue, Jan 28, 2003 at 11:22:40PM -0800, DuSTiN KRySaK wrote:
> > Hi there, I need to compile Apache again so that I can hopefully get
> > coldfusion mx to work with my version of redhat (V8)... At 
> any rate, I am
> > pretty new to Linux, and I was wondering which Apache 
> modules I should
> > include when I compile apache? I know it all depends on 
> what I want my
> > server to be able to do... I just want to know what is 
> considered "the
> > norm".
> 
> IF you're going to RYO, definitely look for "The Apache 
> Toolbox" (either use
> freshmeat.net, or it's at apachetoolbox.com).  This 
> definitely makes the
> whole job one hel--heckuvalot easier.
> 
> Cheers,
> -- 
>       Dave Ihnat
>       [EMAIL PROTECTED]
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to