summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2005-03-10 21:22:44 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2005-03-10 21:22:44 +0000
commit4be38f54044a741a6fc83c4946da0c890f7de236 (patch)
tree23a180be1794319c4ee3e76f31c0df6a8c32254d /www-apps/moinmoin
parentBug #82456, version bump and cleanup. (diff)
downloadgentoo-2-4be38f54044a741a6fc83c4946da0c890f7de236.tar.gz
gentoo-2-4be38f54044a741a6fc83c4946da0c890f7de236.tar.bz2
gentoo-2-4be38f54044a741a6fc83c4946da0c890f7de236.zip
Fixed install instructions for new apache config
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-apps/moinmoin')
-rw-r--r--www-apps/moinmoin/ChangeLog6
-rw-r--r--www-apps/moinmoin/Manifest4
-rw-r--r--www-apps/moinmoin/files/postinstall-en.txt9
3 files changed, 14 insertions, 5 deletions
diff --git a/www-apps/moinmoin/ChangeLog b/www-apps/moinmoin/ChangeLog
index 2fb91430d63a..7292d0bab9d5 100644
--- a/www-apps/moinmoin/ChangeLog
+++ b/www-apps/moinmoin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/moinmoin
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/ChangeLog,v 1.6 2005/02/08 18:14:14 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/ChangeLog,v 1.7 2005/03/10 21:22:44 g2boojum Exp $
+
+ 10 Mar 2005; Grant Goodyear <g2boojum@gentoo.org>
+ files/postinstall-en.txt:
+ Modified post-install directions to handle our new apache config.
*moinmoin-1.3.3 (08 Feb 2005)
diff --git a/www-apps/moinmoin/Manifest b/www-apps/moinmoin/Manifest
index 77ba94786f0e..321c02e81470 100644
--- a/www-apps/moinmoin/Manifest
+++ b/www-apps/moinmoin/Manifest
@@ -1,4 +1,4 @@
-MD5 14d9efb8049d47b5b2d2e96c13467712 ChangeLog 2797
+MD5 112b36968c8c34eafcd3cf19b0c5162f ChangeLog 2946
MD5 4defd726d2b03decc5b7ff21b0aac1a3 metadata.xml 225
MD5 803c1dd135efc6b751540bf48cae1ca6 moinmoin-1.2.2.ebuild 1323
MD5 77013058e89d7f7fbb52a276f071b95d moinmoin-1.2.3-r1.ebuild 1040
@@ -7,5 +7,5 @@ MD5 074fafad23e03d29c5d50539860bcfcf moinmoin-1.3.3.ebuild 1401
MD5 9f892950e59827ee9c7a8a082a880bd2 files/digest-moinmoin-1.2.2 63
MD5 83ae27d75112afb66a2d5d1319ba9874 files/digest-moinmoin-1.2.3 63
MD5 83ae27d75112afb66a2d5d1319ba9874 files/digest-moinmoin-1.2.3-r1 63
-MD5 87c3c30ece7ca607f5cd419d0e2e9538 files/postinstall-en.txt 353
+MD5 5a4faef813da142c48eca43789f34470 files/postinstall-en.txt 644
MD5 4a15b460b1bb9ff77b8b08e71a0f1f14 files/digest-moinmoin-1.3.3 63
diff --git a/www-apps/moinmoin/files/postinstall-en.txt b/www-apps/moinmoin/files/postinstall-en.txt
index 7c8dd0276137..5d1380a7f4ab 100644
--- a/www-apps/moinmoin/files/postinstall-en.txt
+++ b/www-apps/moinmoin/files/postinstall-en.txt
@@ -4,13 +4,18 @@ You are almost done!
1. ExecCGI needs to be enabled in your Moinmoin directory. You con do this by
simply
# echo "Options ExecCGI" > ${MY_INSTALLDIR}/.htaccess
+# echo "AddHandler cgi-script .cgi" > ${MY_INSTALLDIR}/.htaccess
2. Add the following lines to your Apache configs:
Alias /wiki "${MY_INSTALLDIR}"
ScriptAlias /mymoin "${MY_INSTALLDIR}/moin.cgi"
-3. Restart Apache
+3. If you are running >=net-www/apache-2.0.52-r2, then you also need to turn
+on .htaccess. Look for the <Directory "/var/www/localhost/htdocs/"> stanza
+in httpd.conf, and change "AllowOverride None" to "AllowOverride All".
-4. Go to http://YOURHOST/mymoin
+4. Restart Apache
+
+5. Go to http://YOURHOST/mymoin
Enjoy!