diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-21 11:50:21 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:23 +0100 |
commit | 66381dcc0080f816eebd64b525c42d664199089a (patch) | |
tree | 76a19f238a3fe8ee2c03c0701b20ce6ef98f110d /docs/installing/manual_install.md | |
parent | 875aaa3742bb16fbac02667c68a3fb914c39e6e4 (diff) |
Add the suexec module
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 4c9897a7a..33fc48ff2 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -637,9 +637,10 @@ this guide, so pick the appropriate web server to configure. ### Apache (with Passenger) -Install Apache: +Install Apache with the Suexec wrapper: apt-get install -y apache2 + apt-get install -y apache2-suexec Enable the required modules |