Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17422 invoked by uid 500); 18 Apr 2002 15:09:04 -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 17409 invoked from network); 18 Apr 2002 15:09:03 -0000 Received: from relito.medeng.wfubmc.edu (152.11.242.19) by daedalus.apache.org with SMTP; 18 Apr 2002 15:09:03 -0000 Received: from moltar (dhcp3.medeng.wfubmc.edu [152.11.1.172]) by relito.medeng.wfubmc.edu (8.11.3/8.11.3) with ESMTP id g3IF8ux27789 for ; Thu, 18 Apr 2002 11:08:56 -0400 (EDT) From: "Bob Rohde" To: Subject: RE: Apache2 config. question. Date: Thu, 18 Apr 2002 11:09:42 -0400 Organization: Medical Engineering Message-ID: <61135F0455D33347B5AAE209B903A304370087@EXCHVS2.medctr.ad.wfubmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020418073831.5cd27c52.ahawkes@unicon.net> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I had to recreate the situation where I was building/installing/running apache from a non-default location in order to correctly answer your question about the exact message. In so doing I've discovered no problem, except my own embarrassment. Looks like whatever I was doing a couple weeks ago is not re-creatable, and therefore can be put down to "user error", my own mistakes. Thanks for the efforts, Bob -----Original Message----- From: Andrew Hawkes [mailto:ahawkes@unicon.net] Sent: Thursday, April 18, 2002 10:39 AM To: users@httpd.apache.org Subject: Re: Apache2 config. question. All right, just getting things clear. I've never known Apache 1.3 to do that. Are you starting httpd via apachectl, or by itself? Also, what are the exact messages you get when it tries to start up? -Andy On Thu, 18 Apr 2002 10:09:51 -0400 "Bob Rohde" wrote: > Okay, so I made up the path. The true path name was changed to protect > the innocent. > --prefix=/opt/apache2 > > That was the one of the arguments used in configure that created the > Makefile. I then did a make and make install, which did an install to > /opt/apache2. I had the whole install tree in /opt/apache2. Made my > usual site specific changes to /opt/apache2/conf/httpd.conf, then tried > to crank up /opt/apache2/bin/httpd which immediately complained about > not being able to locate /usr/local/apache2/conf/httpd.conf > > -----Original Message----- > From: Andrew Hawkes [mailto:ahawkes@unicon.net] > Sent: Thursday, April 18, 2002 10:02 AM > To: users@httpd.apache.org > Subject: Re: Apache2 config. question. > > Why are you saying --prefix=/not/path/apache2? Is that really the prefix > you're giving it? And are you installing via 'make install', or manually > copying files? > > -Andy > > On Thu, 18 Apr 2002 08:15:52 -0400 > "Bob Rohde" wrote: > > > When I use the > > --prefix=/not/path/apache2 > > line all works fine until I start the httpd daemon. Then it searches > > /usr/local/apache2 and, since I didn't use that install path, shrivels > > up and dies. I figure more is needed than the --prefix line to get > > apache 2.0.35 to install and run from a non-default location, but > nobody > > has answered this question. > > > > Bob > > > > -----Original Message----- > > From: Lucas Brasilino [mailto:brasilino@recife.pe.gov.br] > > Sent: Thursday, April 18, 2002 6:30 AM > > To: users@httpd.apache.org > > Subject: Re: Apache2 config. question. > > > > Hi > > > > You should read the archives. This question was posted a few > > days ago. > > Anyway here goes... > > > > > > ./configure --prefix=/usr/local/apache2 \ > > --enable-so \ > > --enable-mods-shared=most > > > > bests regards > > > > Lucas Brasilino > > > > > > > > > #! /bin/sh > > > # > > > # Created by configure > > > > > > "./configure" \ > > > "--enable-modules=most" \ > > > "--enable-mods-shared=max" \ > > > "$@" > > > > > > It results in the following output from httpd -l > > > Compiled in modules: > > > core.c > > > mod_access.c > > > mod_auth.c > > > mod_auth_anon.c > > > mod_auth_dbm.c > > > mod_auth_digest.c > > > mod_include.c > > > mod_log_config.c > > > mod_env.c > > > mod_expires.c > > > mod_headers.c > > > mod_setenvif.c > > > prefork.c > > > http_core.c > > > mod_mime.c > > > mod_dav.c > > > mod_status.c > > > mod_autoindex.c > > > mod_asis.c > > > mod_info.c > > > mod_cgi.c > > > mod_dav_fs.c > > > mod_vhost_alias.c > > > mod_negotiation.c > > > mod_dir.c > > > mod_imap.c > > > mod_actions.c > > > mod_speling.c > > > mod_userdir.c > > > mod_alias.c > > > mod_rewrite.c > > > mod_so.c > > > > > > But no option to Load / Add modules, as if it had statically linked > > them all > > > instead of making them all as shared. > > > > > > Or am I doing something obviously wrong here? > > > > > > Thanks in advance - J. > > > > > > - Julian Grunnell, 3rd Line Technical Support - Firstnet Services > > Limited > > > - tel: 0113 292 7736 : http://www.firstnet.net.uk > > > - [ This message subject to: > > http://www.firstnet.net.uk/disclaimer.html ] > > > > > > > > > > > > > > > -- > > > > []'s > > Lucas Brasilino > > brasilino@recife.pe.gov.br > > http://www.recife.pe.gov.br > > Emprel - Empresa Municipal de Informatica (pt_BR) > > Municipal Computing Enterprise (en_US) > > Recife - Pernambuco - Brasil > > Fone: +55-81-34167078 > --------------------------------------------------------------------- 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