Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/files/
Date: Sat, 05 Dec 2015 18:36:32
Message-Id: 1449340544.92395bc9ebd745915606ca946234eeed514b57bd.jmbsvicetto@gentoo
1 commit: 92395bc9ebd745915606ca946234eeed514b57bd
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 18:35:44 2015 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 18:35:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92395bc9
7
8 Add some warnings for those running drupal with a web server other than apache - fixes bug 566052.
9
10 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
11
12 www-apps/drupal/files/postinstall-en.txt | 11 +++++++++++
13 1 file changed, 11 insertions(+)
14
15 diff --git a/www-apps/drupal/files/postinstall-en.txt b/www-apps/drupal/files/postinstall-en.txt
16 index 7354361..f507dc3 100644
17 --- a/www-apps/drupal/files/postinstall-en.txt
18 +++ b/www-apps/drupal/files/postinstall-en.txt
19 @@ -27,4 +27,15 @@ CVE-2008-3661
20 http://www.php.net/manual/en/session.configuration.php#ini.session.cookie-secure
21 http://drupal.org/node/315703
22
23 +To run Drupal on a web server[1] other than apache, one needs to do
24 +some work, mostly related to adding the configuration in the .htaccess
25 +files to the web server config files and enabling redirection.
26 +For lighttpd you may want to check [2][3] and for nginx [4][5].
27 +
28 + [1] - https://www.drupal.org/requirements/webserver
29 + [2] - https://groups.drupal.org/lighttpd
30 + [3] - https://www.drupal.org/node/43782
31 + [4] - https://www.drupal.org/node/1030854
32 + [5] - https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
33 +
34 After that you can start to use drupal.