Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 34471 invoked by uid 500); 4 Mar 2002 20:58:50 -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 34460 invoked from network); 4 Mar 2002 20:58:49 -0000 Received: from mail.ci.stpaul.mn.us (HELO bruno.ci.stpaul.mn.us) (209.46.83.2) by daedalus.apache.org with SMTP; 4 Mar 2002 20:58:49 -0000 Message-Id: Date: Mon, 04 Mar 2002 14:58:17 -0600 From: "Pete Nelson" To: Subject: RE: Recompile Apache Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N That never hurts. However, the makefile is pretty smart - when you do 'make install', if it sees an existing httpd.conf, it will save its new version as 'httpd.conf.default', so as not to overwrite your config. -- Pete Nelson, Web Developer http://www.ci.stpaul.mn.us/ >>> sn4265@sbc.com 03/04/02 02:47PM >>> I would also backup my httpd.conf file if I were you. -----Original Message----- From: Lewis Watson [mailto:lists@visionsix.com] Sent: Monday, March 04, 2002 2:13 PM To: users@httpd.apache.org Subject: Re: Recompile Apache So I just compile it as I did before, but this time adding the additional modules desired? Thats sounds waaaaaay to easy. I guess the main thing is to specify all that I did the first time plus add the other things I want.... that it? Thanks! Lewis Watson ----- Original Message ----- From: "Pete Nelson" To: Sent: Monday, March 04, 2002 1:47 PM Subject: Re: Recompile Apache > Use 'httpd -l' (that's an 'el') to list all of your currently compiled > in modules (or look at your server-info page, if that is set up). Keep > track of these modules! > > Next, in the apache source dir, run './configure --help' to see all the > options for compiling modules, some are automatically compiled, some you > need to specify. Make sure that you add --enable-module=so to build the > DSO support. > > I generally save my config options to a text file, so I can easily > rebuild the server if need be. For example, here are the configuration > options I use: > > --prefix=/etc/httpd \ > --enable-module=info \ > --enable-module=so \ > --enable-module=speling \ > --enable-module=usertrack \ > --enable-module=rewrite \ > --disable-module=asis \ > --disable-module=userdir > > I just save this as 'apache-config.txt' in my home directory. Pasting > these at the end of the ./configure command is certainly easier than > trying to remember what I had done before! > > -- > Pete Nelson, Web Developer > > http://www.ci.stpaul.mn.us/ > > >>> lists@visionsix.com 03/04/02 01:31PM >>> > I compiled and installed apache 1.3.20 on a linux server many months > back > and now I have several ip based virtual hosts on the machine. I want to > go > back and add several modules that I did not compile the first time > around > and I do not have dso compiled in. I am wondering what do I need to do > to > make this go smooth? I don't want to break something in the process of > doing > this. > > Thanks! > Lewis Watson > > > > > --------------------------------------------------------------------- > 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 > > > --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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