diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-16 15:44:33 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-16 15:44:33 +0100 |
commit | 603e59f7601ea7d6f3c50699a182fb5a200adb9a (patch) | |
tree | cf9819aeba3e53cd3c954258358c70ab6af1a59e | |
parent | 1a2c839f032a9776a3f39da2cb207a1b0c762f5a (diff) |
fixup! 134d993 Remove PassengerGroup/User
Not available in Debian version of passenger
-rw-r--r-- | config/httpd-vhost.conf-example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index d0ca7c2b1..ae67c9cb0 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -21,8 +21,6 @@ # App server configuration <IfModule mod_passenger.c> PassengerAppRoot /opt/alaveteli - PassengerUser passenger - PassengerGroup alaveteli # Set this to something like 100 if you have memory leak issues PassengerMaxRequests 2000 |