From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OgSUL-0007hN-1o for garchives@archives.gentoo.org; Wed, 04 Aug 2010 01:09:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04901E0761; Wed, 4 Aug 2010 01:08:51 +0000 (UTC) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.216.174]) by pigeon.gentoo.org (Postfix) with ESMTP id DCBEBE0761 for ; Wed, 4 Aug 2010 01:08:50 +0000 (UTC) Received: by qyk7 with SMTP id 7so720187qyk.19 for ; Tue, 03 Aug 2010 18:08:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=sf54BvFpLqBSn0SgHI95qxHhv5FE03MOpInJrlWMsr0=; b=C+qRGVLpydVHqtx0U67C0eZlIXOS+jaIhA2NnVAfZue1pzfFGPiYyLKoiK+j1wxmar k+/biAYSJP7GweWFTban5QF0i7F+svWa5kgKhzFFVUWZwQoRpWeEFf5G6fBL39e0ioZb 5StGtCN1nFzY1ZAO/9IMYJGbLnP/6ecK0zJV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nwbLYzePY5nzIZBsFkRdpq0zIYYOtB2qDr45+ISCbIMQjJshbrsqjp8qLVAEqixQnd tN924mh9Rkrs8rpNt/omCdsfsB5DarB5hAutdUmarQxR47DoHvJrvZYkoXpLYAkRNyb2 gqM2JYRPtMWcJO0S7+yE5otbfhOoWtyFcrsqE= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.224.5.199 with SMTP id 7mr3291936qaw.241.1280884130092; Tue, 03 Aug 2010 18:08:50 -0700 (PDT) Received: by 10.229.183.74 with HTTP; Tue, 3 Aug 2010 18:08:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 3 Aug 2010 18:08:50 -0700 Message-ID: Subject: Re: [gentoo-user] Re: Progress made, not done yet Re: All of a sudden, no apache2. No clue why. From: "Kevin O'Gorman" To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=000feaf8ac97929901048cf513a8 X-Archives-Salt: 6c50676a-b19a-4cef-8173-47093640e878 X-Archives-Hash: 6ccf28f02a92d22aba73315c341b505a --000feaf8ac97929901048cf513a8 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Aug 3, 2010 at 4:16 PM, Kyle Bader wrote: > Heyo Kevin, > > > > > AuthUserFile /etc/apache2/kosmanor/passwords > > AuthGroupFile /dev/null > > AuthName "OHex Advanced" > > AuthType Basic > > Require valid-user > > Options FollowSymLinks > > > > Try adding one of these in there: > > AddHandler cgi-script cgi pl > > Thanks, Kyle, you've been getting me closer and closer. If I'm starting to "get" the new stuff, AddHandler declares certain extensions. Up until last month, extensions were not required, and in fact my CGI programs have never had them. It used to be enough to use ScriptAlias, and put an executable in the directory. If it was a script with a shebang, or a compiled ELF program all was well. If I were going to use extensions, it would be .py or possibly .python, not .cgi or .pl. I see hints that the same sort of thing can still be accomplished, and I'd rather do that than break my RCS version sequence because of a name change. I'll report back. -- Kevin O'Gorman, PhD --000feaf8ac97929901048cf513a8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Tue, Aug 3, 2010 at 4:16 PM, Kyle Bader <kyle.bader@gmail.c= om> wrote:
Heyo Kevin,

> <Directory /hex/hexTest/>
> =A0=A0=A0 AuthUserFile /etc/apache2/kosmanor/passwords
> =A0=A0=A0 AuthGroupFile /dev/null
> =A0=A0=A0 AuthName "OHex Advanced"
> =A0=A0=A0 AuthType Basic
> =A0=A0=A0 Require valid-user
> =A0=A0=A0 Options FollowSymLinks
> </Directory>

Try adding one of these in there:

AddHandler cgi-script cgi pl

Thanks, Kyle, you'= ;ve been getting me closer and closer.
If I'm starting to "get&= quot; the new stuff, AddHandler declares certain extensions.=A0 Up until la= st month, extensions were not required, and in fact my CGI programs have ne= ver had them.=A0 It used to be enough to use ScriptAlias, and put an execut= able in the directory.=A0 If it was a script with a shebang, or a compiled = ELF program all was well.=A0 If I were going to use extensions, it would be= .py or possibly .python, not .cgi or .pl.

I see hints that the same sort of thing can still be accomplished, and = I'd rather do that than break my RCS version sequence because of a name= change.=A0 I'll report back.


-- =
Kevin O'Gorman, PhD

--000feaf8ac97929901048cf513a8--