Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 55466 invoked from network); 21 Dec 2006 22:28:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2006 22:28:14 -0000 Received: (qmail 20309 invoked by uid 500); 21 Dec 2006 22:28:11 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 20285 invoked by uid 500); 21 Dec 2006 22:28:11 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 20274 invoked by uid 99); 21 Dec 2006 22:28:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 14:28:10 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.48.179.11] (HELO omx1.sgi.com) (192.48.179.11) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2006 14:27:57 -0800 Received: from imr2.americas.sgi.com (imr2.americas.sgi.com [198.149.16.18]) by omx1.sgi.com (8.12.10/8.12.9/linux-outbound_gateway-1.1) with ESMTP id kBLMRYDW008803 for ; Thu, 21 Dec 2006 16:27:34 -0600 Received: from mtv-amer001e--3.americas.sgi.com ([192.26.64.111]) by imr2.americas.sgi.com (8.12.9/8.12.10/SGI_generic_relay-1.2) with ESMTP id kBLM5WqW73773811 for ; Thu, 21 Dec 2006 14:05:33 -0800 (PST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 21 Dec 2006 14:27:33 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] mod_status.so - How do I get this to work? Thread-Index: AcclSzVLpbXDWPPSSmCViSCyilrKWAAArRUw From: "Mark Lavi" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] mod_status.so - How do I get this to work? You will have to research your Linux distribution to see if there are additional Apache modules that can be downloaded and then "installed". e.g.: http://packages.slackware.it/search.php?v=3Dcurrent&t=3D1&q=3Dapache ...and it does not appear like there is a standard package for you to install. This was something I looked up in 20 seconds, but you may wish to make a more exhaustive search. Your next resort is to "build" Apache and customize it to your needs. This is a more complex way to download the source code, configure it with the options you needs, locate any dependent libraries or programs, and compile Apache source code, and then install it. I suggest downloading the current 2.2.x branch of Apache source code, unarchiving it, and then reading the INSTALL file. This is how you will begin to learn the inner workings of Apache and it's configuration. I do not suggest you follow up on this mailing list with very basic questions like: "how do I download source code, how do I compile Apache for certain modules, etc." because there are many HOWTOs to help you do so. e.g. http://www.google.com/search?ie=3DUTF-8&oe=3Dutf-8&q=3Dhowto+compile+apac= he ...but do ask about compilation errors, etc. Good luck! --Mark=20 Mark Lavi, Enterprise Web Management Team @ SGI mailto:mlavi@sgi.com || phone:+1-650-933-7707 -----Original Message----- From: Techguy [mailto:techguy@netscan.ca]=20 Sent: Thursday, December 21, 2006 1:59 PM To: users@httpd.apache.org Subject: [users@httpd] mod_status.so - How do I get this to work? Hi, I installed a program to track web traffic for Apache, and in order to get it to work it says I need to add this to my httpd.conf. LoadModule status_module modules/mod_status.so=20 When I do Apache won't start. So I look around and find this file does not exist anywhere on my pc.=20 After further research I find that it is supposed to be installed automatically with Apache and gives me instructions on how to enable it - this I know - what I don't know is where to find this after the fact and how to install it. I am running Apache 1.3.36 on Slackware 11 with PHP 4.4.4 and MySQL 5.0 Any help is appreciated. Thanks B --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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