From owner-freebsd-isp@FreeBSD.ORG Tue May 16 07:55:41 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 C2F0216A403 for ; Tue, 16 May 2006 07:55:41 +0000 (UTC) (envelope-from ravejoi@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206F143D45 for ; Tue, 16 May 2006 07:55:41 +0000 (GMT) (envelope-from ravejoi@gmail.com) Received: by nz-out-0102.google.com with SMTP id 40so49564nzk for ; Tue, 16 May 2006 00:55:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aLw79MAUkk66BAOGox+wtwY7/FNhJp9hEn1X5SBs2VmZf3vvsjVzrzy81cRe6byOijqp7iIZkmLF46d4dVvDjn8j2OZpaKn5H55IdBM0VcZ/kdwavCFDDS+VP0JviGpK0HOYqbpE3srV+Z5ViSK3p7QlVx9xRxm1hCdL8YgnF3o= Received: by 10.36.66.3 with SMTP id o3mr6810591nza; Tue, 16 May 2006 00:55:40 -0700 (PDT) Received: by 10.36.66.12 with HTTP; Tue, 16 May 2006 00:55:40 -0700 (PDT) Message-ID: Date: Tue, 16 May 2006 00:55:40 -0700 From: "rave joi" To: "Marcin Jessa" In-Reply-To: <20060516060253.48fe1349.lists@yazzy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060516060253.48fe1349.lists@yazzy.org> 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 07:55:42 -0000 Sorry, I should have been more clear. They've blocked off access to httpd.conf, too. *miss* sys admin On 5/15/06, Marcin Jessa wrote: > 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= . > >