Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Timeout when reading response headers from daemon process 'modcron_daemon':
  2. /home/user/modcron/src/modcron/modcron/modcron.wsgi
  3.  
  4. WSGIDaemonProcess modcron_daemon user=modcron group=users threads=1 processes=4 maximum-requests=1000 request-timeout=600 python-home=/localhome/user/modcron
  5. WSGIScriptAlias /modcron /home/modcron/src/modcron/modcron/modcron.wsgi
  6. <Location "/modcron/">
  7. WSGIProcessGroup modcron_daemon
  8. WSGIApplicationGroup %{GLOBAL}
  9. Require all granted
  10. </Location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement