diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-06 10:00:46 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-06 10:00:46 +0100 |
commit | bf84818182ac18b56f9f6db8f63fb3ced133e231 (patch) | |
tree | d7d4a05906d662cac6a9a27eb51bcb554d35f43d | |
parent | af64218b602288454b8d6a09b3c873dc519956c0 (diff) |
Run passenger as alaveteli user rather than foi
The manual install guide assumes alaveteli as the file owner and
foi as the database user, so do that here.
-rw-r--r-- | config/httpd-vhost.conf-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index 5d8fc85e8..24be6a4d5 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -14,7 +14,7 @@ # TODO: Remove this and use PassengerUser when supported # This is the user that runs the rails application processes - SuExecUserGroup foi foi + SuExecUserGroup alaveteli alaveteli RewriteEngine On ErrorLog /var/log/apache2/alaveteli_error.log |