Skip to content

Commit

Permalink
fix wsgi daemon process name
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed Aug 12, 2014
1 parent 5c7de78 commit ff913d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/apache/sample-rest-vhost.conf
Expand Up @@ -15,7 +15,7 @@
# HR needs to run with only one process
# and as the handyrep user
# note that you need to set the path as well
WSGIDaemonProcess handyrep.org processes=1 threads=8 python-path=/srv/handyrep/handyrep user=handyrep group=handyrep display-name=%{GROUP}
WSGIDaemonProcess rest.handyrep.org processes=1 threads=8 python-path=/srv/handyrep/handyrep user=handyrep group=handyrep display-name=%{GROUP}

WSGIProcessGroup rest.handyrep.org

Expand Down

0 comments on commit ff913d5

Please sign in to comment.