Gentoo Archives: gentoo-user

From: Kyle Bader <kyle.bader@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Progress made, not done yet Re: All of a sudden, no apache2. No clue why.
Date: Tue, 03 Aug 2010 23:16:42
Message-Id: AANLkTimFNFZLMNzWWEMAecjA07FjGhreUTw_846kF7SM@mail.gmail.com
In Reply to: [gentoo-user] Re: Progress made, not done yet Re: All of a sudden, no apache2. No clue why. by Kevin O'Gorman
1 Heyo Kevin,
2
3 > <Directory /hex/hexTest/>
4 >     AuthUserFile /etc/apache2/kosmanor/passwords
5 >     AuthGroupFile /dev/null
6 >     AuthName "OHex Advanced"
7 >     AuthType Basic
8 >     Require valid-user
9 >     Options FollowSymLinks
10 > </Directory>
11
12 Try adding one of these in there:
13
14 AddHandler cgi-script cgi pl
15
16
17 --
18
19 Kyle

Replies