Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 55272 invoked by uid 500); 9 Apr 2002 18:05:24 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 55261 invoked from network); 9 Apr 2002 18:05:24 -0000 Received: from unknown (HELO enroque.rawbyte.com) (64.84.39.175) by daedalus.apache.org with SMTP; 9 Apr 2002 18:05:24 -0000 Received: by enroque.rawbyte.com (Postfix, from userid 1000) id 1535B12499; Tue, 9 Apr 2002 11:01:45 -0700 (PDT) Date: Tue, 9 Apr 2002 11:01:44 -0700 From: Daniel Lopez To: users@httpd.apache.org Subject: Re: Your production apache server Message-ID: <20020409110144.A32334@rawbyte.com> References: <002901c1dfe0$4a823480$1601020a@achan> <20020409105814.0ea79501.ahawkes@unicon.net> <002301c1dff0$5fd193c0$1601020a@achan> <20020409110853.4ba20856.ahawkes@unicon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20020409110853.4ba20856.ahawkes@unicon.net>; from ahawkes@unicon.net on Tue, Apr 09, 2002 at 11:08:53AM -0700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The apxs tool, bundled with Apache allows you to add additional modules w/o having to recompile the whole server. The only thing you need to make sure is that Apache was compiled with loadable module support (--enable-so) Daniel > One tip to keep in mind - record the "./configure ..." line you use for > this build somewhere. Then, if you need to recompile you don't have to > figure it out all over again. Just base your new configuration off the old > one. > > Occasional recompiles really aren't so bad if you save the configuration. > > -Andy > > On Tue, 9 Apr 2002 14:00:02 -0400 > "James L. Morris" wrote: > > > Andrew, > > > > Thanks for the information. When I built my server, I needed > > WebDAV (for Dreamweaver 4) and mod_ldap for authentication. > > I compiled them both in. I may need perl or php in the future, so if > > I do ... I guess I'll have to recompile from scratch with all the > > original source code. It's an evil beast ... but a necessary evil. > > > > Thanks, > > Jim > > ----- Original Message ----- > > From: "Andrew Hawkes" > > To: > > Sent: Tuesday, April 09, 2002 1:58 PM > > Subject: Re: Your production apache server > > > > > > > It depends on what you plan to do with the server. In general, you > > > should stick mostly with the default modules, which provide a fully > > > functional, configurable HTTP server. > > > > > > Anything that is not compiled "just-so" is a specialty module for a > > > unique purpose. If you have a need for these modules you will know it. > > > In other words, only compile mod_perl if you will be running some > > > serious Perl code by experienced Perl programmers. Likewise only add > > > PHP if you'll be running PHP code. Only add mod_ssl if you need an SSL > > > server. These are all extra modules that make for larger httpd > > > processes and should not be there unless you actually need them, > > > because of the overhead. > > > > > > -Andy > > > > > > On Tue, 9 Apr 2002 12:04:55 -0400 > > > "James L. Morris" wrote: > > > > > > > Hello, > > > > > > > > I'm new to Apache. I need some wisdom from some of the more > > > > experienced Apache admins out there. > > > > > > > > When you build an apache server, what do you typically compile in? > > > > I know from reading the list that mod_perl and mod_php must be > > > > compiled in at build time ... but is there anything else that cannot > > > > be loaded as a module? > > > > > > > > My biggest aggravation is getting my server built "just-so" only to > > > > find out I need to recompile because I need a feature that cannot be > > > > loaded as module. This has not happened yet ... but I want to avoid > > > > wasted time as best as I can. > > > > > > > > Thank you! > > > > Jim > > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org