gugus

mohawk config file

Jun 9th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. last log:
  2.  
  3. Jun 8 15:05:37 dev monit[66204]: 'mohawk' process is not running
  4. Jun 9 05:53:50 dev monit[66204]: 'mohawk' process is not running
  5. Jun 9 11:32:58 dev monit[66204]: 'mohawk' process is not running
  6. Jun 9 13:06:04 dev monit[66204]: 'mohawk' process is not running
  7.  
  8.  
  9. Configuration file
  10. # minimal.conf
  11. # no chroot
  12. # run as 65534 (nobody ?)
  13. # listen on all interfaces port http
  14. # serve /tmp, be careful !
  15. # dirlist active
  16. # no index_names
  17.  
  18. chroot /home/www
  19. user www
  20. mime_type { html text/html txt text/plain }
  21.  
  22. vhost default {
  23. rootdir /
  24. dirlist on
  25. status_url /status
  26. }
Advertisement
Add Comment
Please, Sign In to add comment