diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-06-09 22:32:32 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-06-09 22:32:32 +0000 |
commit | 84fa9d8b3651cc601900f0deccea888f9da14e56 (patch) | |
tree | ddc7b5ac64b418df55a49821fe80fa71273a9339 /www-apps | |
parent | Version bump (diff) | |
download | gentoo-2-84fa9d8b3651cc601900f0deccea888f9da14e56.tar.gz gentoo-2-84fa9d8b3651cc601900f0deccea888f9da14e56.tar.bz2 gentoo-2-84fa9d8b3651cc601900f0deccea888f9da14e56.zip |
Add info on ExecCGI ( bug #134132 ).
(Portage version: 2.1)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/twiki/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/twiki/files/postinstall-en.txt | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www-apps/twiki/ChangeLog b/www-apps/twiki/ChangeLog index 798a71e8b652..6b7f5774b4dd 100644 --- a/www-apps/twiki/ChangeLog +++ b/www-apps/twiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/twiki # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/twiki/ChangeLog,v 1.28 2006/04/30 14:42:02 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/twiki/ChangeLog,v 1.29 2006/06/09 22:32:32 rl03 Exp $ + + 09 Jun 2006; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt: + Add info on ExecCGI ( bug #134132 ). 30 Apr 2006; Renat Lumpau <rl03@gentoo.org> twiki-4.0.2.ebuild: Fix bug #131721. diff --git a/www-apps/twiki/files/postinstall-en.txt b/www-apps/twiki/files/postinstall-en.txt index 7fb542188ae8..13543ef0304d 100644 --- a/www-apps/twiki/files/postinstall-en.txt +++ b/www-apps/twiki/files/postinstall-en.txt @@ -12,6 +12,7 @@ You are almost done! 2. Take a look at twiki_httpd_conf.txt and modify your Apache configs as needed. Make sure your webserver can execute ${MY_INSTALLDIR}/bin/configure + Pay attention to the ExecCGI option (see https://bugs.gentoo.org/134132). 3. Visit http://${VHOST_HOSTNAME}/twiki/bin/configure Most values should have been automatically set for you. |