mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
parent
3247f394e6
commit
92395bc9eb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user