Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.64 KB | None | 0 0
  1. root@new-site:/home/sagar/clear-website/docker# docker-compose up
  2. Creating clear-web-php ... done
  3. Creating clear-web-nginx ... done
  4. Attaching to clear-web-php, clear-web-nginx
  5. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] Parsing environment references in '/etc/nginx/conf.d/default.conf'
  6. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] Parsing environment references in '/etc/shibboleth/shibboleth2.xml'
  7. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] '/etc/shibboleth/shibboleth2.xml' requires undeclared environment variable 'CLIENT_APP_HOSTNAME', using default 'your-app.localdomain.com'
  8. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] '/etc/shibboleth/shibboleth2.xml' requires undeclared environment variable 'CLIENT_APP_SECURE_PATH', using default '/app'
  9. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] '/etc/shibboleth/shibboleth2.xml' requires undeclared environment variable 'CLIENT_APP_SCHEME', using default 'https'
  10. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] '/etc/shibboleth/shibboleth2.xml' requires undeclared environment variable 'CLIENT_APP_HOSTNAME', using default 'your-app.localdomain.com'
  11. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] '/etc/shibboleth/shibboleth2.xml' requires undeclared environment variable 'SHIBBOLETH_RESPONDER_PATH', using default '/saml'
  12. clear-web-nginx | 2019/01/22 20:23:11 [ DEBUG ] '/etc/shibboleth/shibboleth2.xml' requires undeclared environment variable 'SHIBBOLETH_RESPONDER_PATH', using default '/saml'
  13. clear-web-php | Updating certificates in /etc/ssl/certs...
  14. clear-web-nginx | 2019-01-22 20:23:11,771 CRIT Supervisor running as root (no user in config file)
  15. clear-web-nginx | 2019-01-22 20:23:11,773 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
  16. clear-web-nginx | 2019-01-22 20:23:11,773 WARN Included extra file "/etc/supervisor/conf.d/shibboleth.conf" during parsing
  17. clear-web-nginx | 2019-01-22 20:23:11,776 INFO Creating socket unix:///tmp/shibauthorizer.sock
  18. clear-web-nginx | 2019-01-22 20:23:11,779 INFO Closing socket unix:///tmp/shibauthorizer.sock
  19. clear-web-nginx | 2019-01-22 20:23:11,781 INFO Creating socket unix:///tmp/shibresponder.sock
  20. clear-web-nginx | 2019-01-22 20:23:11,782 INFO Closing socket unix:///tmp/shibresponder.sock
  21. clear-web-nginx | 2019-01-22 20:23:11,820 INFO RPC interface 'supervisor' initialized
  22. clear-web-nginx | 2019-01-22 20:23:11,825 CRIT Server 'inet_http_server' running without any HTTP authentication checking
  23. clear-web-nginx | 2019-01-22 20:23:11,826 INFO RPC interface 'supervisor' initialized
  24. clear-web-nginx | 2019-01-22 20:23:11,828 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  25. clear-web-nginx | 2019-01-22 20:23:11,830 INFO supervisord started with pid 1
  26. clear-web-php | 0 added, 0 removed; done.
  27. clear-web-php | Running hooks in /etc/ca-certificates/update.d...
  28. clear-web-php | done.
  29. clear-web-php | 2019-01-22 20:23:12,467 CRIT Set uid to user 0
  30. clear-web-php | 2019-01-22 20:23:12,468 INFO Included extra file "/etc/supervisor/conf.d/php-fpm.conf" during parsing
  31. clear-web-php | 2019-01-22 20:23:12,471 INFO supervisord started with pid 1
  32. clear-web-nginx | 2019-01-22 20:23:12,833 INFO spawned: 'nginx' with pid 10
  33. clear-web-nginx | 2019-01-22 20:23:12,835 INFO Creating socket unix:///tmp/shibauthorizer.sock
  34. clear-web-nginx | 2019-01-22 20:23:12,838 INFO spawned: 'shibauthorizer' with pid 11
  35. clear-web-nginx | 2019-01-22 20:23:12,841 INFO Creating socket unix:///tmp/shibresponder.sock
  36. clear-web-nginx | 2019-01-22 20:23:12,844 INFO spawned: 'shibresponder' with pid 12
  37. clear-web-nginx | 2019-01-22 20:23:12,859 INFO spawned: 'shibd' with pid 13
  38. clear-web-nginx | Shibboleth initialization complete. Starting request loop.
  39. clear-web-nginx | Shibboleth initialization complete. Starting request loop.
  40. clear-web-php | 2019-01-22 20:23:13,475 INFO spawned: 'php-fpm' with pid 912
  41. clear-web-php | [22-Jan-2019 20:23:13] NOTICE: fpm is running, pid 912
  42. clear-web-php | [22-Jan-2019 20:23:13] NOTICE: ready to handle connections
  43. clear-web-nginx | 2019-01-22 20:23:14,009 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  44. clear-web-nginx | 2019-01-22 20:23:14,010 INFO success: shibauthorizer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  45. clear-web-nginx | 2019-01-22 20:23:14,011 INFO success: shibresponder entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  46. clear-web-nginx | 2019-01-22 20:23:14,011 INFO success: shibd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  47. clear-web-php | 2019-01-22 20:23:14,586 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  48. clear-web-php | 172.21.0.3 - 22/Jan/2019:20:23:26 +0000 "- " 200
  49. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:26 +0000] "GET / HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  50. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:30 +0000] "GET / HTTP/1.1" 301 184 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  51. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:30 +0000] "GET / HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  52. clear-web-php | 172.21.0.3 - 22/Jan/2019:20:23:30 +0000 "- " 200
  53. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:30 +0000] "GET /favicon.ico HTTP/1.1" 499 0 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  54. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:33 +0000] "GET / HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  55. clear-web-php | 172.21.0.3 - 22/Jan/2019:20:23:33 +0000 "- " 200
  56. clear-web-php | 172.21.0.3 - 22/Jan/2019:20:23:33 +0000 "- " 200
  57. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:33 +0000] "GET /favicon.ico HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  58. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:35 +0000] "GET / HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
  59. clear-web-php | 172.21.0.3 - 22/Jan/2019:20:23:35 +0000 "- " 200
  60. clear-web-php | 172.21.0.3 - 22/Jan/2019:20:23:35 +0000 "- " 200
  61. clear-web-nginx | 213.24.126.246 - - [22/Jan/2019:20:23:35 +0000] "GET /favicon.ico HTTP/1.1" 200 31 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement