Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 41711 invoked from network); 23 Sep 2004 10:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Sep 2004 10:20:04 -0000 Received: (qmail 86933 invoked by uid 500); 23 Sep 2004 10:19:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86867 invoked by uid 500); 23 Sep 2004 10:19:40 -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 86852 invoked by uid 99); 23 Sep 2004 10:19:40 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [212.126.144.54] (HELO relay.freeuk.net) (212.126.144.54) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 23 Sep 2004 03:19:39 -0700 Received: from adsl-166-83.freeuk.com ([80.168.166.83] helo=sc) by relay.freeuk.net with smtp (Exim 4.34) id 1CAQhL-0009yC-9I for users@httpd.apache.org; Thu, 23 Sep 2004 11:19:36 +0100 Message-ID: <00a301c4a156$b70c1be0$0207a8c0@company> From: "Shaun Campbell" To: References: <20040923064755.42390.qmail@web21204.mail.yahoo.com> Date: Thu, 23 Sep 2004 11:18:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked Subject: [users@httpd] Query regarding dynamic server build, .so files and LoadModule X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N First of all, I've inherited a Red Hat 8 server with an Apache 2.0.40 build on it and I noticed that in the httpd.conf file there was lots of LoadModule entries in like: LoadModule access_module modules/mod_access.so LoadModule auth_module modules/mod_auth.so LoadModule auth_anon_module modules/mod_auth_anon.so LoadModule auth_dbm_module modules/mod_auth_dbm.so LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule include_module modules/mod_include.so LoadModule log_config_module modules/mod_log_config.so LoadModule env_module modules/mod_env.so LoadModule mime_magic_module modules/mod_mime_magic.so LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule expires_module modules/mod_expires.so LoadModule headers_module modules/mod_headers.so LoadModule usertrack_module modules/mod_usertrack.so LoadModule unique_id_module modules/mod_unique_id.so LoadModule setenvif_module modules/mod_setenvif.so and in /usr/lib/httpd/modules there is there is the .so files. I'm now building Apache 2.0.51 from scratch as I want ssl and mod_jk (to connect to Tomcat) and I've built Apache using: ./configure --enable-ssl --with-ssl=/usr/local/ssl and I'm not getting any LoadModule entries at all in my /etc/httpd.conf and I'm not getting any .so files generated. Is this because I'm building it as a static server instead of a dynamic server? How do you get the .so files? I tried to use the --enable-mods-shared=all option with configure to try and get a dynamic Apache web server but it seems to crash my server for some reason. I'm wondering whether I've built Apache correctly to use my mod_jk.so file. Any thoughts would be appreciated as I've never done this before and don't know what to expect. Shaun --------------------------------------------------------------------- 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 " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org