Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: dev-webspace.xml
Date: Thu, 25 Feb 2010 08:49:01
Message-Id: E1NkZOz-0001D8-8c@stork.gentoo.org
1 robbat2 10/02/25 08:48:57
2
3 Modified: dev-webspace.xml
4 Log:
5 Bug #299136: Add note about .htaccess to enable DirIndex (patch from pacho)
6
7 Revision Changes Path
8 1.11 xml/htdocs/proj/en/infrastructure/dev-webspace.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml?r1=1.10&r2=1.11
13
14 Index: dev-webspace.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/dev-webspace.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -p -w -b -B -u -u -r1.10 -r1.11
20 --- dev-webspace.xml 27 Jul 2006 18:38:26 -0000 1.10
21 +++ dev-webspace.xml 25 Feb 2010 08:48:56 -0000 1.11
22 @@ -14,8 +14,8 @@ This guide documents how a Gentoo develo
23 webspace on our dev cluster.
24 </abstract>
25
26 -<version>1.3</version>
27 -<date>2006-07-24</date>
28 +<version>1.4</version>
29 +<date>2010-02-25</date>
30
31 <chapter>
32 <title>Developer Web Space</title>
33 @@ -71,6 +71,7 @@ Enter passphrase for key '/home/username
34 username@woodpecker home$ <i>cd ~/$USERNAME</i>
35 username@woodpecker ~$ <i>mkdir public_html</i>
36 username@woodpecker ~$ <i>chmod -R 755 public_html</i>
37 +username@woodpecker ~$ <i>echo "Options Indexes" > public_html/.htaccess</i><comment>(to enable dir indexing if desired)</comment>
38 </pre>
39
40 <p>