Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33501 invoked by uid 500); 4 Jun 2002 11:03:37 -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 33485 invoked from network); 4 Jun 2002 11:03:36 -0000 Received: from ns0a.swx.com (146.109.240.107) by daedalus.apache.org with SMTP; 4 Jun 2002 11:03:36 -0000 Received: from gate0b.unix.swx.ch (gate0b [192.168.252.145]) by ns0a.swx.com (8.9.3+Sun/8.9.3) with ESMTP id NAA03039 for ; Tue, 4 Jun 2002 13:03:35 +0200 (MEST) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0b.unix.swx.ch (8.9.3+Sun/8.9.3) with ESMTP id NAA13954 for ; Tue, 4 Jun 2002 13:03:34 +0200 (MEST) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Apache 1.3.24 and LOADModule X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 4 Jun 2002 13:03:33 +0200 Message-ID: <14D1193E30E0894D8A773957C0AEE24AAA9124@SOMEXEVS001.ex.ordersx.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache 1.3.24 and LOADModule Thread-Index: AcILXDjB0VLTl5fdTduLFUUDlvo+OgAWoASA From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >From: del [mailto:del@obsidian.com] > >Greetings, > >I just downloaded,configured and trying to start apache on RH=20 >7.3 box with=20 >512Meg RAM > >When trying to start apache here is the error msg that I get: > >[root@dakar root]# cd /usr/local/apache/bin >[root@dakar bin]# ./apachectl startssl >Syntax error on line 203 of /usr/local/apache/conf/httpd.conf: >Invalid command 'LoadModule', perhaps mis-spelled or defined=20 >by a module=20 >not included in the server configuration >./apachectl startssl: httpd could not be started >[root@dakar bin]# > >In my httpd.conf file i have: > > LoadModule php4_module libexec/libphp4.so > ClearModuleList > AddModule mod_php4.c > AddType application/x-httpd-php .php, .php3, .php4, .htm, .html > >Why is it having problem loading a module...? > >when apache was configured, here are the parameters: > >[root@dakar apache_1.3.24_install]# ./configure=20 >--prefix=3D/usr/local/apache_1.3.24 --enable-module=3Drewrite = --enable-shared=3Drewrite=20 >--enable-module=3Dproxy --enable-shared=3Dproxy --enable-module=3Dso = --enable-module=3Dinfo Somehow mod_so didn't get compiled in... Do ./httpd -l to check. If it's = not there, try reconfiguring and recompoiling with; ./configure --prefix=3D/usr/local/apache_1.3.24 \ --enable-module=3Dso \ --enable-module=3Dinfo \ --enable-shared=3Drewrite --enable-module=3Drewrite \ --enable-shared=3Dproxy --enable-module=3Dproxy =20 i.e. put your static modules first. Rgds, Owen Boyle --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org