Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/vqadmin/files: postinstall-en.txt
Date: Sun, 03 Feb 2008 10:06:34
Message-Id: E1JLbk7-0000yZ-PA@stork.gentoo.org
1 hollow 08/02/03 10:06:31
2
3 Added: postinstall-en.txt
4 Log:
5 version bump; convert to webapp; fixes #208584
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.1 net-mail/vqadmin/files/postinstall-en.txt
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/files/postinstall-en.txt?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/vqadmin/files/postinstall-en.txt?rev=1.1&content-type=text/plain
13
14 Index: postinstall-en.txt
15 ===================================================================
16 You need to setup authentication. For apache do the following:
17
18 <Files ${VHOST_CGIBINDIR}/${PN}>
19 AuthType Basic
20 AuthUserFile ${VHOST_CONFDIR}${PN}.passwd
21 AuthName ${PN}
22 Require valid-user
23 </Files>
24
25 The create the password file like this:
26
27 htpasswd -c ${VHOST_CONFDIR}${PN}.passwd <user>
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list