summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-12-05 17:35:44 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2015-12-05 17:35:44 -0100
commit92395bc9ebd745915606ca946234eeed514b57bd (patch)
treecd598e6efffb1366e8d96b3a1353affd1b4913bd /www-apps/drupal
parent[www-apps/drupal] Add 8.0.1 release and drop old - fixes bug 567576. (diff)
downloadgentoo-92395bc9ebd745915606ca946234eeed514b57bd.tar.gz
gentoo-92395bc9ebd745915606ca946234eeed514b57bd.tar.bz2
gentoo-92395bc9ebd745915606ca946234eeed514b57bd.zip
Add some warnings for those running drupal with a web server other than apache - fixes bug 566052.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'www-apps/drupal')
-rw-r--r--www-apps/drupal/files/postinstall-en.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-apps/drupal/files/postinstall-en.txt b/www-apps/drupal/files/postinstall-en.txt
index 735436198cdf..f507dc323d7a 100644
--- a/www-apps/drupal/files/postinstall-en.txt
+++ b/www-apps/drupal/files/postinstall-en.txt
@@ -27,4 +27,15 @@ CVE-2008-3661
http://www.php.net/manual/en/session.configuration.php#ini.session.cookie-secure
http://drupal.org/node/315703
+To run Drupal on a web server[1] other than apache, one needs to do
+some work, mostly related to adding the configuration in the .htaccess
+files to the web server config files and enabling redirection.
+For lighttpd you may want to check [2][3] and for nginx [4][5].
+
+ [1] - https://www.drupal.org/requirements/webserver
+ [2] - https://groups.drupal.org/lighttpd
+ [3] - https://www.drupal.org/node/43782
+ [4] - https://www.drupal.org/node/1030854
+ [5] - https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/
+
After that you can start to use drupal.