From owner-freebsd-isp@FreeBSD.ORG Tue May 16 06:04:02 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA47716A411 for ; Tue, 16 May 2006 06:04:02 +0000 (UTC) (envelope-from lists@yazzy.org) Received: from mx1.yazzy.org (mx1.yazzy.org [84.247.145.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0818543D4C for ; Tue, 16 May 2006 06:04:01 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from gw.yazzy.net ([81.175.12.222] helo=lapdance.yazzy.net) by mx1.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1Ffsee-0003OH-0W; Tue, 16 May 2006 08:03:36 +0200 Date: Tue, 16 May 2006 06:02:53 +0000 From: Marcin Jessa To: "rave joi" Message-Id: <20060516060253.48fe1349.lists@yazzy.org> In-Reply-To: References: Organization: YazzY.org X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) Cc: freebsd-isp@freebsd.org Subject: Re: How do you printed loaded Apache modules? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 06:04:03 -0000 On Tue, 16 May 2006 04:57:45 +0000 "rave joi" wrote: > Hello there, > > (Apologies if this has been covered in this list, the search feature > of the archives wasn't working so well when I tried it a few minutes > ago.) > > I am a customer of an ISP that uses FreeBSD as their OS. (Coming from > Linux, I'm having fun with it!). > > This might be more of an Apache question than a FreeBSD one, but I'm > trying to list the modules Apache has on this machine. > > So far I have tried: > > - httpd -t -D DUMP_MODULES > - httpd -M > > I get "permission denied" with both of those. I can totally understand > locking stuff down, I am a sys-admin myself. Do you guys have any > Apache-related tools to recommend, that are generally accessible by > non-root users, to learn an environment. Yes, less, more, tail, grep, sed, head, cat, vi, pico, nano, emacs etc. Read the config file of apache and see what's enabled in it mr. sys-admin.