Unexpected error in mod_passenger: Cannot connect to the Passenger core (5.0.30/Apache 2.4.18+)

640 views
Skip to first unread message

steven....@gmail.com

unread,
Sep 29, 2016, 10:12:09 PM9/29/16
to Phusion Passenger Discussions
I'm trying to use Passenger with Apache and seem to be having an issue with Passenger Core staying alive.  I was using Alpine Linux (Apache 2.4.23 + Ruby 2.3.1), so I thought the issue might have been related to musl, so I also tried it in Ubuntu 16.04 (Apache 2.4.18 + Ruby 2.3.1) and have exactly the same issue.  Passenger 5.0.30 in both cases, installed through RubyGems.  Both are being run in Docker containers.  I built the Passenger module using passenger-install-apache2-module.  I am using a non-standard Apache config file location, so I start Apache with the "-f <config file>" option.  Currently, I'm also starting Apache with the -X option and directing ErrorLog and TransferLog to stderr and stdout, respectively.

Judging from the logs, Passenger seems to start and stop twice.  Using inotifywait, I can see that files are being created and subsequently removed from /tmp/passenger.* directories, and once Apache is ready to accept requests, there are no Passenger files under /tmp.

There are no errors in the logs until I make a request, then Passenger complains about not being able to connect to Core.  The only Passenger process I see from "ps aux" is a zombie PassengerAgent process.  I've tried setting PassengerLogLevel 7, and it didn't produce any meaningful (to me) errors.  When I make a request, there are many attempts to open file descriptor #10, which I assume is the attempt to connect to the Core process.

Am I missing a step or is this an issue with Passenger?

httpd.conf:
LogLevel debug

LoadModule mpm_event_module   /usr/lib/apache2/modules/mod_mpm_event.so
LoadModule authz_core_module  /usr/lib/apache2/modules/mod_authz_core.so

LoadModule passenger_module /var/lib/gems/2.3.0/gems/passenger-5.0.30/buildout/apache2/mod_passenger.so
PassengerDefaultRuby /usr/bin/ruby
PassengerRoot /var/lib/gems/2.3.0/gems/passenger-5.0.30
PassengerUser www-data
PassengerGroup www-data
#PassengerLogLevel 7

User www-data
Group www-data

Listen 80

ServerRoot "/usr/local/apache"
DocumentRoot "htdocs"
PidFile "logs/httpd.pid"

ErrorLog    /dev/stderr
TransferLog /dev/stdout

<VirtualHost *:80>
 
DocumentRoot "htdocs/public"
</VirtualHost>


Stdout/stderr:
root@1f0dc8e9941e:/usr/local# apache2 -X -f /usr/local/apache/httpd.conf
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[ 2016-09-30 00:35:45.7439 19/7f185c84b780 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2016-09-30 00:35:45.7691 22/7fda9fcde780 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2016-09-30 00:35:45.7705 22/7fda9fcde780 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2016-09-30 00:35:45.7729 22/7fda9fcde780 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 22
[ 2016-09-30 00:35:45.7859 27/7fb4b51c1780 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2016-09-30 00:35:45.7874 27/7fb4b51c1780 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 27

[ 2016-09-30 00:35:45.7925 22/7fda990e0700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 00:35:45.7931 22/7fda9fcde780 age/Cor/CoreMain.cpp:901 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 00:35:45.7936 22/7fda988df700 Ser/Server.h:817 ]: [ApiServer] Freed 0 spare client objects
[ 2016-09-30 00:35:45.7940 22/7fda988df700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
[ 2016-09-30 00:35:45.7944 22/7fda990e0700 Ser/Server.h:817 ]: [ServerThr.1] Freed 128 spare client objects
[ 2016-09-30 00:35:45.7953 22/7fda990e0700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[ 2016-09-30 00:35:45.7990 27/7fb4ae584700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 00:35:45.7998 27/7fb4b51c1780 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 00:35:45.8003 27/7fb4ae584700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
[ 2016-09-30 00:35:45.8008 27/7fb4add83700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
[ 2016-09-30 00:35:45.8012 27/7fb4add83700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
[ 2016-09-30 00:35:45.8020 27/7fb4b51c1780 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
[ 2016-09-30 00:35:45.8142 43/7f42326f6780 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2016-09-30 00:35:45.8227 22/7fda9fcde780 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
[ 2016-09-30 00:35:45.8330 46/7f567cf72780 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2016-09-30 00:35:45.8344 46/7f567cf72780 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2016-09-30 00:35:45.8369 46/7f567cf72780 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 46
[ 2016-09-30 00:35:45.8548 52/7f66da6c3780 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2016-09-30 00:35:45.8567 52/7f66da6c3780 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 52
[Fri Sep 30 00:35:45.859095 2016] [core:warn] [pid 18:tid 139667727136640] AH00098: pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

[ 2016-09-30 00:35:45.8630 46/7f5676374700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 00:35:45.8637 46/7f567cf72780 age/Cor/CoreMain.cpp:901 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 00:35:45.8643 46/7f5675b73700 Ser/Server.h:817 ]: [ApiServer] Freed 0 spare client objects
[ 2016-09-30 00:35:45.8651 46/7f5675b73700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
[ 2016-09-30 00:35:45.8660 46/7f5676374700 Ser/Server.h:817 ]: [ServerThr.1] Freed 128 spare client objects
[ 2016-09-30 00:35:45.8667 46/7f5676374700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished

[ 2016-09-30 00:35:45.8689 52/7f66d3a86700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 00:35:45.8694 52/7f66da6c3780 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 00:35:45.8699 52/7f66d3a86700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
[ 2016-09-30 00:35:45.8705 52/7f66d3285700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
[ 2016-09-30 00:35:45.8709 52/7f66d3285700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
[ 2016-09-30 00:35:45.8717 52/7f66da6c3780 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
[Fri Sep 30 00:35:45.873818 2016] [mpm_event:debug] [pid 18:tid 139667675158272] event.c(2094): AH02471: start_threads: Using epoll
[Fri Sep 30 00:36:05.660851 2016] [authz_core:debug] [pid 18:tid 139667554948864] mod_authz_core.c(835): [client ::1:36452] AH01628: authorization result: granted (no directives)
[ 2016-09-30 00:36:10.0250 18/7f06e2ffd700 apa/Hooks.cpp:690 ]: Unexpected error in mod_passenger: Cannot connect to the Passenger core at unix:/tmp/passenger.S6R5dys/agents.s/core
  Backtrace:
     in 'Passenger::FileDescriptor Hooks::connectToCore()' (Hooks.cpp:306)
     in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:561)

::1 - - [30/Sep/2016:00:36:05 +0000] "GET /test HTTP/1.1" 500 531

Daniel Knoppel

unread,
Sep 30, 2016, 8:18:22 AM9/30/16
to Phusion Passenger Discussions
Haven't read the entire thing well enough yet, but just wanted to chime in that this bit is considered normal behavior:

> Judging from the logs, Passenger seems to start and stop twice. 

- Daniel

steven....@gmail.com

unread,
Sep 30, 2016, 6:00:45 PM9/30/16
to Phusion Passenger Discussions
Passenger standalone works ("passenger start").  (I also tried building the apache2 module from the GitHub source (stable-5.0 branch) but encountered the same result.)

Here is the process table and another copy of the log with PassengerLogLevel 7.

root@6ea01c93c611:/usr/local/apache/htdocs# ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1  18324  3352 ?        Ss   20:00   0:00 bash
root         9  0.0  0.1  18244  3308 ?        Ss+  20:00   0:00 bash
root       479  0.0  0.1  18252  3376 ?        Ss   20:04   0:00 bash
www-data 24542  0.1  0.4 337336  8992 ?        Sl+  21:45   0:00 apache2 -X -f /usr/local/apache/httpd2.conf
root     24569  0.0  0.0      0     0 ?        Zs   21:45   0:00 [PassengerAgent] <defunct>
root     24629  0.0  0.1  34424  2828 ?        R+   21:45   0:00 ps aux

root@6ea01c93c611:/usr/local/apache# apache2 -X -f /usr/local/apache/httpd2.conf
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[ 2016-09-30 21:52:05.7830 24724/7f5889c14780 apa/Hooks.cpp:1261 ]: Initializing Phusion Passenger...
[ 2016-09-30 21:52:05.7836 24724/7f5889c14780 WatchdogLauncher.h:376 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.7838 24724/7f5889c14780 WatchdogLauncher.h:376 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.7843 24724/7f5889c14780 FileDescriptor.h:94 ]: File descriptor closed: 7
[ 2016-09-30 21:52:05.7846 24724/7f5889c14780 WatchdogLauncher.h:438 ]: File descriptor purpose: 6: WatchdogLauncher: feedback FD
[ 2016-09-30 21:52:05.7921 24725/7fdce4bbd780 age/Sha/Base.cpp:1626 ]: Starting agent: Passenger watchdog
[ 2016-09-30 21:52:05.7932 24725/7fdce4bbd780 age/Sha/Base.cpp:1630 ]: File descriptor opened: 3
[ 2016-09-30 21:52:05.7934 24725/7fdce4bbd780 age/Sha/Base.cpp:1630 ]: File descriptor purpose: 3: feedback FD
[ 2016-09-30 21:52:05.7938 24725/7fdce4bbd780 age/Sha/Base.cpp:1634 ]: File descriptor opened: 5
[ 2016-09-30 21:52:05.7941 24725/7fdce4bbd780 age/Sha/Base.cpp:1634 ]: File descriptor purpose: 5: Emergency pipe 1-0
[ 2016-09-30 21:52:05.7944 24725/7fdce4bbd780 age/Sha/Base.cpp:1636 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.7947 24725/7fdce4bbd780 age/Sha/Base.cpp:1636 ]: File descriptor purpose: 6: Emergency pipe 1-1
[ 2016-09-30 21:52:05.7950 24725/7fdce4bbd780 age/Sha/Base.cpp:1638 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.7953 24725/7fdce4bbd780 age/Sha/Base.cpp:1638 ]: File descriptor purpose: 7: Emergency pipe 2-0
[ 2016-09-30 21:52:05.7955 24725/7fdce4bbd780 age/Sha/Base.cpp:1640 ]: File descriptor opened: 8
[ 2016-09-30 21:52:05.7958 24725/7fdce4bbd780 age/Sha/Base.cpp:1640 ]: File descriptor purpose: 8: Emergency pipe 2-1
[ 2016-09-30 21:52:05.7961 24725/7fdce4bbd780 age/Sha/Base.cpp:1546 ]: Random seed: 1475272325
[ 2016-09-30 21:52:05.7965 24725/7fdce4bbd780 RandomGenerator.h:84 ]: File descriptor opened: 9
[ 2016-09-30 21:52:05.7967 24725/7fdce4bbd780 RandomGenerator.h:84 ]: File descriptor purpose: 9: RandomGenerator
[ 2016-09-30 21:52:05.7970 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:128 ]: File descriptor opened: 10
[ 2016-09-30 21:52:05.7973 24725/7fdce4bbd780 FileDescriptor.h:290 ]: File descriptor purpose: 10: WorkingObjects: errorEvent
[ 2016-09-30 21:52:05.7976 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:128 ]: File descriptor opened: 11
[ 2016-09-30 21:52:05.7979 24725/7fdce4bbd780 FileDescriptor.h:291 ]: File descriptor purpose: 11: WorkingObjects: errorEvent
[ 2016-09-30 21:52:05.7983 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:129 ]: File descriptor opened: 12
[ 2016-09-30 21:52:05.7985 24725/7fdce4bbd780 FileDescriptor.h:290 ]: File descriptor purpose: 12: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.7986 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:129 ]: File descriptor opened: 13
[ 2016-09-30 21:52:05.7986 24725/7fdce4bbd780 FileDescriptor.h:291 ]: File descriptor purpose: 13: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.7987 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2016-09-30 21:52:05.7988 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1292 ]: Watchdog options: { 'analytics_log_user' => 'nobody', 'data_buffer_dir' => '/tmp', 'default_group' => 'nogroup', 'default_ruby' => '/usr/bin/ruby', 'default_user' => 'nobody', 'delete_pid_file' => 'true', 'instance_registry_dir' => '/tmp', 'integration_mode' => 'apache', 'load_shell_envvars' => 'true', 'log_file' => '/dev/stderr', 'log_level' => '7', 'max_pool_size' => '6', 'multi_app' => 'true', 'original_oom_score' => '0
', 'passenger_root' => '/var/lib/gems/2.3.0/gems/passenger-5.0.30', 'pool_idle_time' => '300', 'response_buffer_high_watermark' => '134217728', 'server_software' => 'Apache/2.4.18 (Ubuntu) Phusion_Passenger/5.0.30', 'socket_backlog' => '2048', 'stat_throttle_rate' => '10', 'turbocaching' => 'true', 'union_station_gateway_address' => 'gateway.unionstationapp.com', 'union_station_gateway_port' => '443', 'union_station_support' => 'false', 'user_switching' => 'true', 'web_server_control_process_pid' => '24724', 'web_server_passenger_version' => '5.0.30' }
[ 2016-09-30 21:52:05.8000 24725/7fdce4bbd780 RandomGenerator.h:84 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.8005 24725/7fdce4bbd780 RandomGenerator.h:84 ]: File descriptor purpose: 14: RandomGenerator
[ 2016-09-30 21:52:05.8013 24725/7fdce4bbd780 RandomGenerator.h:89 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.8018 24725/7fdce4bbd780 Utils.cpp:169 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.8021 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.8025 24725/7fdce4bbd780 Utils.cpp:169 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.8028 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.8033 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1039 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.8036 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1039 ]: File descriptor purpose: 14: WorkingObjects: lock file
[ 2016-09-30 21:52:05.8039 24725/7fdce4bbd780 Utils.cpp:169 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.8042 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8046 24725/7fdce4bbd780 Utils.cpp:169 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.8049 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8052 24725/7fdce4bbd780 Utils.cpp:169 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.8055 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8059 24725/7fdce4bbd780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8062 24725/7fdce4bbd780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8065 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1152 ]: API server will listen on unix:/tmp/passenger.pXweo2K/agents.s/watchdog_api
[ 2016-09-30 21:52:05.8068 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1154 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.8072 24725/7fdce4bbd780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 16
[ 2016-09-30 21:52:05.8074 24725/7fdce4bbd780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 16: libev event loop: backend FD
[ 2016-09-30 21:52:05.8075 24725/7fdce4bbd780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8075 24725/7fdce4bbd780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.8076 24725/7fdce4bbd780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8077 24725/7fdce4bbd780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.8078 24725/7fdce4bbd780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 20
[ 2016-09-30 21:52:05.8080 24725/7fdce4bbd780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 20: libuv event loop: backend
[ 2016-09-30 21:52:05.8080 24725/7fdce4bbd780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 21
[ 2016-09-30 21:52:05.8081 24725/7fdce4bbd780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 21: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.8081 24725/7fdce4bbd780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 22
[ 2016-09-30 21:52:05.8081 24725/7fdce4bbd780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 22: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.8082 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1181 ]: Starting agent: Passenger core
[ 2016-09-30 21:52:05.8083 24725/7fdce4bbd780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 26
[ 2016-09-30 21:52:05.8083 24725/7fdce4bbd780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 27
[ 2016-09-30 21:52:05.8089 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 27
[ 2016-09-30 21:52:05.8171 24728/7f32e1eb5780 age/Sha/Base.cpp:1626 ]: Starting agent: Passenger core
[ 2016-09-30 21:52:05.8179 24728/7f32e1eb5780 age/Sha/Base.cpp:1630 ]: File descriptor opened: 3
[ 2016-09-30 21:52:05.8184 24728/7f32e1eb5780 age/Sha/Base.cpp:1630 ]: File descriptor purpose: 3: feedback FD
[ 2016-09-30 21:52:05.8187 24728/7f32e1eb5780 age/Sha/Base.cpp:1634 ]: File descriptor opened: 5
[ 2016-09-30 21:52:05.8191 24728/7f32e1eb5780 age/Sha/Base.cpp:1634 ]: File descriptor purpose: 5: Emergency pipe 1-0
[ 2016-09-30 21:52:05.8194 24728/7f32e1eb5780 age/Sha/Base.cpp:1636 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.8196 24728/7f32e1eb5780 age/Sha/Base.cpp:1636 ]: File descriptor purpose: 6: Emergency pipe 1-1
[ 2016-09-30 21:52:05.8199 24728/7f32e1eb5780 age/Sha/Base.cpp:1638 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.8203 24728/7f32e1eb5780 age/Sha/Base.cpp:1638 ]: File descriptor purpose: 7: Emergency pipe 2-0
[ 2016-09-30 21:52:05.8206 24728/7f32e1eb5780 age/Sha/Base.cpp:1640 ]: File descriptor opened: 8
[ 2016-09-30 21:52:05.8208 24728/7f32e1eb5780 age/Sha/Base.cpp:1640 ]: File descriptor purpose: 8: Emergency pipe 2-1
[ 2016-09-30 21:52:05.8211 24728/7f32e1eb5780 age/Sha/Base.cpp:1546 ]: Random seed: 1475272325
[ 2016-09-30 21:52:05.8218 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2016-09-30 21:52:05.8221 24728/7f32e1eb5780 Ser/AcceptLoadBalancer.h:260 ]: File descriptor opened: 9
[ 2016-09-30 21:52:05.8224 24728/7f32e1eb5780 Ser/AcceptLoadBalancer.h:261 ]: File descriptor opened: 10
[ 2016-09-30 21:52:05.8228 24728/7f32e1eb5780 Ser/AcceptLoadBalancer.h:262 ]: File descriptor purpose: 9: AcceptLoadBalancer: exitPipe[0]
[ 2016-09-30 21:52:05.8231 24728/7f32e1eb5780 Ser/AcceptLoadBalancer.h:263 ]: File descriptor purpose: 10: AcceptLoadBalancer: exitPipe[1]
[ 2016-09-30 21:52:05.8235 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:155 ]: File descriptor opened: 11
[ 2016-09-30 21:52:05.8241 24728/7f32e1eb5780 FileDescriptor.h:290 ]: File descriptor purpose: 11: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.8244 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:155 ]: File descriptor opened: 12
[ 2016-09-30 21:52:05.8246 24728/7f32e1eb5780 FileDescriptor.h:291 ]: File descriptor purpose: 12: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.8246 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:156 ]: File descriptor opened: 13
[ 2016-09-30 21:52:05.8247 24728/7f32e1eb5780 FileDescriptor.h:290 ]: File descriptor purpose: 13: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.8247 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:156 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.8249 24728/7f32e1eb5780 FileDescriptor.h:291 ]: File descriptor purpose: 14: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.8250 24728/7f32e1eb5780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8251 24728/7f32e1eb5780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.8252 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2016-09-30 21:52:05.8254 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:352 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.8255 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:357 ]: File descriptor purpose: 15: Server address: unix:/tmp/passenger.pXweo2K/agents.s/core
[ 2016-09-30 21:52:05.8257 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:364 ]: File descriptor opened: 16
[ 2016-09-30 21:52:05.8259 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:366 ]: File descriptor purpose: 16: ApiServer address: unix:/tmp/passenger.pXweo2K/agents.s/core_api
[ 2016-09-30 21:52:05.8260 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:389 ]: File descriptor opened: 17
[ 2016-09-30 21:52:05.8263 24728/7f32e1eb5780 Uti/ScopeGuard.h:138 ]: File descriptor closed: 17
[ 2016-09-30 21:52:05.8264 24728/7f32e1eb5780 RandomGenerator.h:84 ]: File descriptor opened: 17
[ 2016-09-30 21:52:05.8265 24728/7f32e1eb5780 RandomGenerator.h:84 ]: File descriptor purpose: 17: RandomGenerator
[ 2016-09-30 21:52:05.8269 24728/7f32e1eb5780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.8272 24728/7f32e1eb5780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.8276 24728/7f32e1eb5780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.8280 24728/7f32e1eb5780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 18
[ 2016-09-30 21:52:05.8283 24728/7f32e1eb5780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 18: libev event loop: backend FD
[ 2016-09-30 21:52:05.8286 24728/7f32e1eb5780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8289 24728/7f32e1eb5780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.8289 24728/7f32e1eb5780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8289 24728/7f32e1eb5780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.8290 24728/7f32e1eb5780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 22
[ 2016-09-30 21:52:05.8291 24728/7f32e1eb5780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 22: libuv event loop: backend
[ 2016-09-30 21:52:05.8291 24728/7f32e1eb5780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 23
[ 2016-09-30 21:52:05.8291 24728/7f32e1eb5780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 23: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.8291 24728/7f32e1eb5780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 24
[ 2016-09-30 21:52:05.8294 24728/7f32e1eb5780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 24: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.8295 24728/7f32e1eb5780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 28
[ 2016-09-30 21:52:05.8296 24728/7f32e1eb5780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 28: libev event loop: backend FD
[ 2016-09-30 21:52:05.8298 24728/7f32e1eb5780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8298 24728/7f32e1eb5780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.8298 24728/7f32e1eb5780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8299 24728/7f32e1eb5780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.8299 24728/7f32e1eb5780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 30
[ 2016-09-30 21:52:05.8299 24728/7f32e1eb5780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 30: libuv event loop: backend
[ 2016-09-30 21:52:05.8300 24728/7f32e1eb5780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 31
[ 2016-09-30 21:52:05.8301 24728/7f32e1eb5780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 31: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.8301 24728/7f32e1eb5780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 32
[ 2016-09-30 21:52:05.8301 24728/7f32e1eb5780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 32: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.8302 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8305 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8305 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8306 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8306 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8307 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8307 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8309 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8309 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8310 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8310 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8310 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8310 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8311 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8313 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8313 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8313 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8316 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8317 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8318 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8319 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8319 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8319 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8319 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8323 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8323 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8323 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8324 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8324 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8324 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8325 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8325 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8328 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8328 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8329 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8329 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8329 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8334 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8334 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8334 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8334 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8335 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8335 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8336 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8336 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8338 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8339 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8340 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8340 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8344 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8347 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8348 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8349 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8349 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8353 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8354 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8354 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8354 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8354 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8355 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8355 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8355 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8355 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8356 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8356 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8358 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8359 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8359 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8359 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8360 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8360 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8360 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8360 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8360 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8361 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8361 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8361 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8361 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8365 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8365 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8365 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8366 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8366 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8366 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8367 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8367 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8368 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8368 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8368 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8371 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8371 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8372 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8372 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8372 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8373 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8373 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8377 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8380 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8380 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8381 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8381 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8381 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8382 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8383 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8384 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8384 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8388 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8389 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8389 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8389 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8390 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8390 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8390 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8391 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8391 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8391 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8392 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8394 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8394 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8394 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8395 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8395 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8395 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8395 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8396 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8398 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8399 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8399 24728/7f32e1eb5780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.8402 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 24728
[ 2016-09-30 21:52:05.8410 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1181 ]: Starting agent: Passenger UstRouter
[ 2016-09-30 21:52:05.8416 24725/7fdce4bbd780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 27
[ 2016-09-30 21:52:05.8417 24725/7fdce4bbd780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 28
[ 2016-09-30 21:52:05.8420 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 28
[ 2016-09-30 21:52:05.8529 24733/7fbd5047d780 age/Sha/Base.cpp:1626 ]: Starting agent: Passenger ust-router
[ 2016-09-30 21:52:05.8536 24733/7fbd5047d780 age/Sha/Base.cpp:1630 ]: File descriptor opened: 3
[ 2016-09-30 21:52:05.8539 24733/7fbd5047d780 age/Sha/Base.cpp:1630 ]: File descriptor purpose: 3: feedback FD
[ 2016-09-30 21:52:05.8542 24733/7fbd5047d780 age/Sha/Base.cpp:1634 ]: File descriptor opened: 5
[ 2016-09-30 21:52:05.8545 24733/7fbd5047d780 age/Sha/Base.cpp:1634 ]: File descriptor purpose: 5: Emergency pipe 1-0
[ 2016-09-30 21:52:05.8547 24733/7fbd5047d780 age/Sha/Base.cpp:1636 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.8550 24733/7fbd5047d780 age/Sha/Base.cpp:1636 ]: File descriptor purpose: 6: Emergency pipe 1-1
[ 2016-09-30 21:52:05.8553 24733/7fbd5047d780 age/Sha/Base.cpp:1638 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.8556 24733/7fbd5047d780 age/Sha/Base.cpp:1638 ]: File descriptor purpose: 7: Emergency pipe 2-0
[ 2016-09-30 21:52:05.8558 24733/7fbd5047d780 age/Sha/Base.cpp:1640 ]: File descriptor opened: 8
[ 2016-09-30 21:52:05.8561 24733/7fbd5047d780 age/Sha/Base.cpp:1640 ]: File descriptor purpose: 8: Emergency pipe 2-1
[ 2016-09-30 21:52:05.8565 24733/7fbd5047d780 age/Sha/Base.cpp:1546 ]: Random seed: 1475272325
[ 2016-09-30 21:52:05.8597 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2016-09-30 21:52:05.8602 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:101 ]: File descriptor opened: 9
[ 2016-09-30 21:52:05.8605 24733/7fbd5047d780 FileDescriptor.h:290 ]: File descriptor purpose: 9: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.8608 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:101 ]: File descriptor opened: 10
[ 2016-09-30 21:52:05.8611 24733/7fbd5047d780 FileDescriptor.h:291 ]: File descriptor purpose: 10: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.8614 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:102 ]: File descriptor opened: 11
[ 2016-09-30 21:52:05.8617 24733/7fbd5047d780 FileDescriptor.h:290 ]: File descriptor purpose: 11: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.8620 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:102 ]: File descriptor opened: 12
[ 2016-09-30 21:52:05.8623 24733/7fbd5047d780 FileDescriptor.h:291 ]: File descriptor purpose: 12: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.8627 24733/7fbd5047d780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 13
[ 2016-09-30 21:52:05.8630 24733/7fbd5047d780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 13
[ 2016-09-30 21:52:05.8634 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:226 ]: File descriptor opened: 13
[ 2016-09-30 21:52:05.8638 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:228 ]: File descriptor purpose: 13: Server address: 13
[ 2016-09-30 21:52:05.8641 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:238 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.8644 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:240 ]: File descriptor purpose: 14: Server address: 14
[ 2016-09-30 21:52:05.8650 24733/7fbd5047d780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.8653 24733/7fbd5047d780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 15: libev event loop: backend FD
[ 2016-09-30 21:52:05.8656 24733/7fbd5047d780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8659 24733/7fbd5047d780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.8662 24733/7fbd5047d780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8665 24733/7fbd5047d780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.8670 24733/7fbd5047d780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 19
[ 2016-09-30 21:52:05.8674 24733/7fbd5047d780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 19: libuv event loop: backend
[ 2016-09-30 21:52:05.8677 24733/7fbd5047d780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 20
[ 2016-09-30 21:52:05.8680 24733/7fbd5047d780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 20: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.8683 24733/7fbd5047d780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 21
[ 2016-09-30 21:52:05.8687 24733/7fbd5047d780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 21: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.8688 24733/7fbd5047d780 RandomGenerator.h:84 ]: File descriptor opened: 25
[ 2016-09-30 21:52:05.8692 24733/7fbd5047d780 RandomGenerator.h:84 ]: File descriptor purpose: 25: RandomGenerator
[ 2016-09-30 21:52:05.8694 24733/7fbd5047d780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 26
[ 2016-09-30 21:52:05.8697 24733/7fbd5047d780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 26: libev event loop: backend FD
[ 2016-09-30 21:52:05.8697 24733/7fbd5047d780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8697 24733/7fbd5047d780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.8697 24733/7fbd5047d780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.8698 24733/7fbd5047d780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.8698 24733/7fbd5047d780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 28
[ 2016-09-30 21:52:05.8699 24733/7fbd5047d780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 28: libuv event loop: backend
[ 2016-09-30 21:52:05.8699 24733/7fbd5047d780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 29
[ 2016-09-30 21:52:05.8700 24733/7fbd5047d780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 29: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.8702 24733/7fbd5047d780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 30
[ 2016-09-30 21:52:05.8702 24733/7fbd5047d780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 30: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.8703 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 24733
[ 2016-09-30 21:52:05.8707 24725/7fdce4bbd780 Utils.cpp:169 ]: File descriptor opened: 28
[ 2016-09-30 21:52:05.8709 24724/7f5889c14780 apa/Hooks.cpp:1555 ]: Shutting down Phusion Passenger...
[ 2016-09-30 21:52:05.8716 24724/7f5889c14780 FileDescriptor.h:94 ]: File descriptor closed: 6
[ 2016-09-30 21:52:05.8720 24725/7fdce4bbd780 FileDescriptor.h:94 ]: File descriptor closed: 28
[ 2016-09-30 21:52:05.8721 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1337 ]: All Phusion Passenger agents started!
[ 2016-09-30 21:52:05.8725 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:325 ]: Stopping API server
[ 2016-09-30 21:52:05.8732 24725/7fdce4bbd780 age/Wat/WatchdogMain.cpp:1350 ]: Web server exited gracefully; gracefully shutting down all agents...
[ 2016-09-30 21:52:05.8739 24725/7fdce4bbd780 FileDescriptor.h:84 ]: File descriptor closed: 26
[ 2016-09-30 21:52:05.8742 24725/7fdce4bbd780 FileDescriptor.h:84 ]: File descriptor closed: 27
[ 2016-09-30 21:52:05.8747 24725/7fdce4bbd780 FileDescriptor.h:298 ]: File descriptor closed: 12
[ 2016-09-30 21:52:05.8749 24725/7fdce4bbd780 FileDescriptor.h:299 ]: File descriptor closed: 13
[ 2016-09-30 21:52:05.8752 24725/7fdce4bbd780 FileDescriptor.h:298 ]: File descriptor closed: 10
[ 2016-09-30 21:52:05.8754 24725/7fdce4bbd780 FileDescriptor.h:299 ]: File descriptor closed: 11
[ 2016-09-30 21:52:05.8756 24725/7fdce4bbd780 RandomGenerator.h:89 ]: File descriptor closed: 9
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[ 2016-09-30 21:52:05.8787 24724/7f5889c14780 apa/Hooks.cpp:1261 ]: Initializing Phusion Passenger...
[ 2016-09-30 21:52:05.8793 24724/7f5889c14780 WatchdogLauncher.h:376 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.8797 24724/7f5889c14780 WatchdogLauncher.h:376 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.8803 24724/7f5889c14780 FileDescriptor.h:94 ]: File descriptor closed: 7
[ 2016-09-30 21:52:05.8807 24724/7f5889c14780 WatchdogLauncher.h:438 ]: File descriptor purpose: 6: WatchdogLauncher: feedback FD
[ 2016-09-30 21:52:05.8818 24748/7fdce4bbd780 age/Wat/WatchdogMain.cpp:434 ]: Sending SIGTERM to all agent processes

[ 2016-09-30 21:52:05.8827 24728/7f32db2b7700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 21:52:05.8831 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:901 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 21:52:05.8836 24728/7f32daab6700 Ser/Server.h:732 ]: [ApiServer] Shutting down
[ 2016-09-30 21:52:05.8840 24728/7f32daab6700 Ser/Server.h:817 ]: [ApiServer] Freed 0 spare client objects
[ 2016-09-30 21:52:05.8845 24728/7f32daab6700 Ser/HttpServer.h:963 ]: [ApiServer] Freed 0 spare request objects
[ 2016-09-30 21:52:05.8841 24728/7f32db2b7700 Ser/Server.h:732 ]: [ServerThr.1] Shutting down
[ 2016-09-30 21:52:05.8850 24728/7f32daab6700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
[ 2016-09-30 21:52:05.8852 24728/7f32db2b7700 Ser/Server.h:817 ]: [ServerThr.1] Freed 128 spare client objects
[ 2016-09-30 21:52:05.8858 24728/7f32db2b7700 Ser/HttpServer.h:963 ]: [ServerThr.1] Freed 0 spare request objects
[ 2016-09-30 21:52:05.8862 24728/7f32db2b7700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
[ 2016-09-30 21:52:05.8865 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:926 ]: All clients have now disconnected. Proceeding with graceful shutdown
[ 2016-09-30 21:52:05.8868 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:935 ]: Shutting down Passenger core...
[ 2016-09-30 21:52:05.8870 24728/7f32e1eb5780 age/Cor/App/Poo/InitializationAndShutdown.cpp:133 ]: Shutting down ApplicationPool background threads...

[ 2016-09-30 21:52:05.8888 24733/7fbd49840700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 21:52:05.8894 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 21:52:05.8900 24733/7fbd49840700 Ser/Server.h:732 ]: [UstRouter] Shutting down
[ 2016-09-30 21:52:05.8905 24733/7fbd49840700 Ser/Server.h:817 ]: [UstRouter] Freed 0 spare client objects
[ 2016-09-30 21:52:05.8911 24733/7fbd49840700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
[ 2016-09-30 21:52:05.8909 24733/7fbd4903f700 Ser/Server.h:732 ]: [UstRouterApiServer] Shutting down
[ 2016-09-30 21:52:05.8919 24733/7fbd4903f700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
[ 2016-09-30 21:52:05.8922 24733/7fbd4903f700 Ser/HttpServer.h:963 ]: [UstRouterApiServer] Freed 0 spare request objects
[ 2016-09-30 21:52:05.8926 24733/7fbd4903f700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
[ 2016-09-30 21:52:05.8931 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:508 ]: All clients have now disconnected. Proceeding with graceful shutdown
[ 2016-09-30 21:52:05.8936 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:517 ]: Shutting down Passenger UstRouter...
[ 2016-09-30 21:52:05.8947 24733/7fbd5047d780 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
[ 2016-09-30 21:52:05.8967 24748/7fdce4bbd780 age/Wat/WatchdogMain.cpp:448 ]: Waiting until all agent processes have exited...
[ 2016-09-30 21:52:05.9005 24728/7f32e1eb5780 BackgroundEventLoop.cpp:311 ]: File descriptor closed: 22
[ 2016-09-30 21:52:05.9010 24728/7f32e1eb5780 BackgroundEventLoop.cpp:312 ]: File descriptor closed: 23
[ 2016-09-30 21:52:05.9014 24728/7f32e1eb5780 BackgroundEventLoop.cpp:313 ]: File descriptor closed: 24
[ 2016-09-30 21:52:05.9018 24728/7f32e1eb5780 SafeLibev.h:150 ]: File descriptor closed: -1
[ 2016-09-30 21:52:05.9021 24728/7f32e1eb5780 SafeLibev.h:151 ]: File descriptor closed: 19
[ 2016-09-30 21:52:05.9024 24728/7f32e1eb5780 SafeLibev.h:152 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.9067 24749/7f8bad5b2780 age/Sha/Base.cpp:1626 ]: Starting agent: Passenger watchdog
[ 2016-09-30 21:52:05.9073 24749/7f8bad5b2780 age/Sha/Base.cpp:1630 ]: File descriptor opened: 3
[ 2016-09-30 21:52:05.9076 24749/7f8bad5b2780 age/Sha/Base.cpp:1630 ]: File descriptor purpose: 3: feedback FD
[ 2016-09-30 21:52:05.9078 24749/7f8bad5b2780 age/Sha/Base.cpp:1634 ]: File descriptor opened: 5
[ 2016-09-30 21:52:05.9081 24749/7f8bad5b2780 age/Sha/Base.cpp:1634 ]: File descriptor purpose: 5: Emergency pipe 1-0
[ 2016-09-30 21:52:05.9084 24749/7f8bad5b2780 age/Sha/Base.cpp:1636 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.9088 24749/7f8bad5b2780 age/Sha/Base.cpp:1636 ]: File descriptor purpose: 6: Emergency pipe 1-1
[ 2016-09-30 21:52:05.9091 24749/7f8bad5b2780 age/Sha/Base.cpp:1638 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.9095 24749/7f8bad5b2780 age/Sha/Base.cpp:1638 ]: File descriptor purpose: 7: Emergency pipe 2-0
[ 2016-09-30 21:52:05.9097 24749/7f8bad5b2780 age/Sha/Base.cpp:1640 ]: File descriptor opened: 8
[ 2016-09-30 21:52:05.9100 24749/7f8bad5b2780 age/Sha/Base.cpp:1640 ]: File descriptor purpose: 8: Emergency pipe 2-1
[ 2016-09-30 21:52:05.9104 24749/7f8bad5b2780 age/Sha/Base.cpp:1546 ]: Random seed: 1475272325
[ 2016-09-30 21:52:05.9108 24749/7f8bad5b2780 RandomGenerator.h:84 ]: File descriptor opened: 9
[ 2016-09-30 21:52:05.9111 24749/7f8bad5b2780 RandomGenerator.h:84 ]: File descriptor purpose: 9: RandomGenerator
[ 2016-09-30 21:52:05.9113 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:128 ]: File descriptor opened: 10
[ 2016-09-30 21:52:05.9117 24749/7f8bad5b2780 FileDescriptor.h:290 ]: File descriptor purpose: 10: WorkingObjects: errorEvent
[ 2016-09-30 21:52:05.9120 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:128 ]: File descriptor opened: 11
[ 2016-09-30 21:52:05.9123 24749/7f8bad5b2780 FileDescriptor.h:291 ]: File descriptor purpose: 11: WorkingObjects: errorEvent
[ 2016-09-30 21:52:05.9125 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:129 ]: File descriptor opened: 12
[ 2016-09-30 21:52:05.9127 24749/7f8bad5b2780 FileDescriptor.h:290 ]: File descriptor purpose: 12: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.9130 24728/7f32e1eb5780 BackgroundEventLoop.cpp:311 ]: File descriptor closed: 30
[ 2016-09-30 21:52:05.9134 24728/7f32e1eb5780 BackgroundEventLoop.cpp:312 ]: File descriptor closed: 31
[ 2016-09-30 21:52:05.9135 24728/7f32e1eb5780 BackgroundEventLoop.cpp:313 ]: File descriptor closed: 32
[ 2016-09-30 21:52:05.9136 24728/7f32e1eb5780 SafeLibev.h:150 ]: File descriptor closed: -1
[ 2016-09-30 21:52:05.9136 24728/7f32e1eb5780 SafeLibev.h:151 ]: File descriptor closed: 29
[ 2016-09-30 21:52:05.9137 24728/7f32e1eb5780 SafeLibev.h:152 ]: File descriptor closed: 28
[ 2016-09-30 21:52:05.9137 24728/7f32e1eb5780 FileDescriptor.h:298 ]: File descriptor closed: 13
[ 2016-09-30 21:52:05.9139 24728/7f32e1eb5780 FileDescriptor.h:299 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.9139 24728/7f32e1eb5780 FileDescriptor.h:298 ]: File descriptor closed: 11
[ 2016-09-30 21:52:05.9140 24728/7f32e1eb5780 FileDescriptor.h:299 ]: File descriptor closed: 12
[ 2016-09-30 21:52:05.9140 24728/7f32e1eb5780 Ser/AcceptLoadBalancer.h:274 ]: File descriptor closed: 9
[ 2016-09-30 21:52:05.9140 24728/7f32e1eb5780 Ser/AcceptLoadBalancer.h:275 ]: File descriptor closed: 10
[ 2016-09-30 21:52:05.9141 24728/7f32e1eb5780 RandomGenerator.h:89 ]: File descriptor closed: 17
[ 2016-09-30 21:52:05.9142 24728/7f32e1eb5780 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
[ 2016-09-30 21:52:05.9150 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:129 ]: File descriptor opened: 13
[ 2016-09-30 21:52:05.9154 24749/7f8bad5b2780 FileDescriptor.h:291 ]: File descriptor purpose: 13: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.9158 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2016-09-30 21:52:05.9161 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1292 ]: Watchdog options: { 'analytics_log_user' => 'nobody', 'data_buffer_dir' => '/tmp', 'default_group' => 'nogroup', 'default_ruby' => '/usr/bin/ruby', 'default_user' => 'nobody', 'delete_pid_file' => 'true', 'instance_registry_dir' => '/tmp', 'integration_mode' => 'apache', 'load_shell_envvars' => 'true', 'log_file' => '/dev/stderr', 'log_level' => '7', 'max_pool_size' => '6', 'multi_app' => 'true', 'original_oom_score' => '0
', 'passenger_root' => '/var/lib/gems/2.3.0/gems/passenger-5.0.30', 'pool_idle_time' => '300', 'response_buffer_high_watermark' => '134217728', 'server_software' => 'Apache/2.4.18 (Ubuntu) Phusion_Passenger/5.0.30', 'socket_backlog' => '2048', 'stat_throttle_rate' => '10', 'turbocaching' => 'true', 'union_station_gateway_address' => 'gateway.unionstationapp.com', 'union_station_gateway_port' => '443', 'union_station_support' => 'false', 'user_switching' => 'true', 'web_server_control_process_pid' => '24724', 'web_server_passenger_version' => '5.0.30' }
[ 2016-09-30 21:52:05.9178 24749/7f8bad5b2780 RandomGenerator.h:84 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.9183 24749/7f8bad5b2780 RandomGenerator.h:84 ]: File descriptor purpose: 14: RandomGenerator
[ 2016-09-30 21:52:05.9191 24749/7f8bad5b2780 RandomGenerator.h:89 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.9196 24749/7f8bad5b2780 Utils.cpp:169 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.9200 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.9204 24749/7f8bad5b2780 Utils.cpp:169 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.9207 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 14
[ 2016-09-30 21:52:05.9211 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1039 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.9214 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1039 ]: File descriptor purpose: 14: WorkingObjects: lock file
[ 2016-09-30 21:52:05.9219 24749/7f8bad5b2780 Utils.cpp:169 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.9224 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9231 24749/7f8bad5b2780 Utils.cpp:169 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.9235 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9238 24749/7f8bad5b2780 Utils.cpp:169 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.9241 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9246 24749/7f8bad5b2780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9249 24749/7f8bad5b2780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9252 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1152 ]: API server will listen on unix:/tmp/passenger.dC8eqR8/agents.s/watchdog_api
[ 2016-09-30 21:52:05.9255 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1154 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.9259 24749/7f8bad5b2780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 16
[ 2016-09-30 21:52:05.9261 24749/7f8bad5b2780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 16: libev event loop: backend FD
[ 2016-09-30 21:52:05.9262 24749/7f8bad5b2780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.9262 24749/7f8bad5b2780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.9262 24749/7f8bad5b2780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.9263 24749/7f8bad5b2780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.9265 24749/7f8bad5b2780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 20
[ 2016-09-30 21:52:05.9268 24749/7f8bad5b2780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 20: libuv event loop: backend
[ 2016-09-30 21:52:05.9268 24749/7f8bad5b2780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 21
[ 2016-09-30 21:52:05.9268 24749/7f8bad5b2780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 21: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.9269 24749/7f8bad5b2780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 22
[ 2016-09-30 21:52:05.9269 24749/7f8bad5b2780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 22: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.9270 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1181 ]: Starting agent: Passenger core
[ 2016-09-30 21:52:05.9272 24749/7f8bad5b2780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 26
[ 2016-09-30 21:52:05.9274 24749/7f8bad5b2780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 27
[ 2016-09-30 21:52:05.9279 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 27
[ 2016-09-30 21:52:05.9284 24748/7fdce4bbd780 age/Wat/WatchdogMain.cpp:480 ]: All Phusion Passenger agent processes have exited. Forcing all subprocesses to shut down.
[ 2016-09-30 21:52:05.9287 24748/7fdce4bbd780 age/Wat/WatchdogMain.cpp:482 ]: Sending SIGKILL to all agent processes
[ 2016-09-30 21:52:05.9492 24752/7f24a2bd8780 age/Sha/Base.cpp:1626 ]: Starting agent: Passenger core
[ 2016-09-30 21:52:05.9498 24752/7f24a2bd8780 age/Sha/Base.cpp:1630 ]: File descriptor opened: 3
[ 2016-09-30 21:52:05.9501 24752/7f24a2bd8780 age/Sha/Base.cpp:1630 ]: File descriptor purpose: 3: feedback FD
[ 2016-09-30 21:52:05.9504 24752/7f24a2bd8780 age/Sha/Base.cpp:1634 ]: File descriptor opened: 5
[ 2016-09-30 21:52:05.9507 24752/7f24a2bd8780 age/Sha/Base.cpp:1634 ]: File descriptor purpose: 5: Emergency pipe 1-0
[ 2016-09-30 21:52:05.9509 24752/7f24a2bd8780 age/Sha/Base.cpp:1636 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.9512 24752/7f24a2bd8780 age/Sha/Base.cpp:1636 ]: File descriptor purpose: 6: Emergency pipe 1-1
[ 2016-09-30 21:52:05.9515 24752/7f24a2bd8780 age/Sha/Base.cpp:1638 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.9518 24752/7f24a2bd8780 age/Sha/Base.cpp:1638 ]: File descriptor purpose: 7: Emergency pipe 2-0
[ 2016-09-30 21:52:05.9521 24752/7f24a2bd8780 age/Sha/Base.cpp:1640 ]: File descriptor opened: 8
[ 2016-09-30 21:52:05.9523 24752/7f24a2bd8780 age/Sha/Base.cpp:1640 ]: File descriptor purpose: 8: Emergency pipe 2-1
[ 2016-09-30 21:52:05.9526 24752/7f24a2bd8780 age/Sha/Base.cpp:1546 ]: Random seed: 1475272325
[ 2016-09-30 21:52:05.9531 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2016-09-30 21:52:05.9535 24752/7f24a2bd8780 Ser/AcceptLoadBalancer.h:260 ]: File descriptor opened: 9
[ 2016-09-30 21:52:05.9537 24752/7f24a2bd8780 Ser/AcceptLoadBalancer.h:261 ]: File descriptor opened: 10
[ 2016-09-30 21:52:05.9540 24752/7f24a2bd8780 Ser/AcceptLoadBalancer.h:262 ]: File descriptor purpose: 9: AcceptLoadBalancer: exitPipe[0]
[ 2016-09-30 21:52:05.9542 24752/7f24a2bd8780 Ser/AcceptLoadBalancer.h:263 ]: File descriptor purpose: 10: AcceptLoadBalancer: exitPipe[1]
[ 2016-09-30 21:52:05.9544 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:155 ]: File descriptor opened: 11
[ 2016-09-30 21:52:05.9547 24752/7f24a2bd8780 FileDescriptor.h:290 ]: File descriptor purpose: 11: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.9549 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:155 ]: File descriptor opened: 12
[ 2016-09-30 21:52:05.9552 24752/7f24a2bd8780 FileDescriptor.h:291 ]: File descriptor purpose: 12: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.9554 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:156 ]: File descriptor opened: 13
[ 2016-09-30 21:52:05.9557 24752/7f24a2bd8780 FileDescriptor.h:290 ]: File descriptor purpose: 13: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.9559 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:156 ]: File descriptor opened: 14
[ 2016-09-30 21:52:05.9562 24752/7f24a2bd8780 FileDescriptor.h:291 ]: File descriptor purpose: 14: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.9565 24752/7f24a2bd8780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9568 24752/7f24a2bd8780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 15
[ 2016-09-30 21:52:05.9570 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2016-09-30 21:52:05.9571 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:352 ]: File descriptor opened: 15
[ 2016-09-30 21:52:05.9572 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:357 ]: File descriptor purpose: 15: Server address: unix:/tmp/passenger.dC8eqR8/agents.s/core
[ 2016-09-30 21:52:05.9575 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:364 ]: File descriptor opened: 16
[ 2016-09-30 21:52:05.9576 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:366 ]: File descriptor purpose: 16: ApiServer address: unix:/tmp/passenger.dC8eqR8/agents.s/core_api
[ 2016-09-30 21:52:05.9579 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:389 ]: File descriptor opened: 17
[ 2016-09-30 21:52:05.9583 24752/7f24a2bd8780 Uti/ScopeGuard.h:138 ]: File descriptor closed: 17
[ 2016-09-30 21:52:05.9589 24752/7f24a2bd8780 RandomGenerator.h:84 ]: File descriptor opened: 17
[ 2016-09-30 21:52:05.9591 24752/7f24a2bd8780 RandomGenerator.h:84 ]: File descriptor purpose: 17: RandomGenerator
[ 2016-09-30 21:52:05.9600 24752/7f24a2bd8780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.9606 24752/7f24a2bd8780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.9610 24752/7f24a2bd8780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 18
[ 2016-09-30 21:52:05.9616 24752/7f24a2bd8780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 18
[ 2016-09-30 21:52:05.9619 24752/7f24a2bd8780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 18: libev event loop: backend FD
[ 2016-09-30 21:52:05.9622 24752/7f24a2bd8780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.9624 24752/7f24a2bd8780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.9625 24752/7f24a2bd8780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.9625 24752/7f24a2bd8780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.9626 24752/7f24a2bd8780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 22
[ 2016-09-30 21:52:05.9629 24752/7f24a2bd8780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 22: libuv event loop: backend
[ 2016-09-30 21:52:05.9629 24752/7f24a2bd8780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 23
[ 2016-09-30 21:52:05.9629 24752/7f24a2bd8780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 23: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.9630 24752/7f24a2bd8780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 24
[ 2016-09-30 21:52:05.9630 24752/7f24a2bd8780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 24: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.9631 24752/7f24a2bd8780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 28
[ 2016-09-30 21:52:05.9634 24752/7f24a2bd8780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 28: libev event loop: backend FD
[ 2016-09-30 21:52:05.9636 24752/7f24a2bd8780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.9636 24752/7f24a2bd8780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:05.9637 24752/7f24a2bd8780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:05.9637 24752/7f24a2bd8780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:05.9638 24752/7f24a2bd8780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 30
[ 2016-09-30 21:52:05.9640 24752/7f24a2bd8780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 30: libuv event loop: backend
[ 2016-09-30 21:52:05.9640 24752/7f24a2bd8780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 31
[ 2016-09-30 21:52:05.9640 24752/7f24a2bd8780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 31: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:05.9641 24752/7f24a2bd8780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 32
[ 2016-09-30 21:52:05.9641 24752/7f24a2bd8780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 32: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:05.9642 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9645 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9646 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9646 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9646 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9646 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9647 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9648 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9648 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9648 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9651 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9651 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9651 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9651 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9652 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9652 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9652 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9653 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9654 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9654 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9654 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9655 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9655 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9655 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9658 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9659 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9659 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9660 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9660 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9660 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9661 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9662 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9662 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9662 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9662 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9663 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9665 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9666 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9666 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9666 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9666 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9666 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9667 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9667 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9667 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9668 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9669 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9669 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9669 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9672 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9673 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9673 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9674 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9674 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9674 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9675 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9675 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9677 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9677 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9677 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9678 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9678 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9678 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9679 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9684 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9684 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9685 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9686 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9686 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9686 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9687 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9690 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9690 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9691 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9691 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9692 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9692 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9692 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9693 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9695 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9695 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9695 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9697 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9697 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9698 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9702 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9702 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9702 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9703 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9703 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9703 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9704 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9704 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9704 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9705 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9705 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9705 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9705 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9707 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9707 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9708 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9708 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9708 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9708 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9708 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9713 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9713 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9713 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9714 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9714 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9714 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9715 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9715 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9715 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9716 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9718 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9718 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9718 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9719 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9719 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9719 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9720 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9720 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9720 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9725 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9725 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9725 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9726 24752/7f24a2bd8780 Ser/Server.h:381 ]: [ServerThr.1] Creating new client object
[ 2016-09-30 21:52:05.9729 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 24752
[ 2016-09-30 21:52:05.9735 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1181 ]: Starting agent: Passenger UstRouter
[ 2016-09-30 21:52:05.9736 24749/7f8bad5b2780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 27
[ 2016-09-30 21:52:05.9736 24749/7f8bad5b2780 age/Wat/AgentWatcher.cpp:269 ]: File descriptor opened: 28
[ 2016-09-30 21:52:05.9739 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 28
[ 2016-09-30 21:52:05.9856 24761/7f357f630780 age/Sha/Base.cpp:1626 ]: Starting agent: Passenger ust-router
[ 2016-09-30 21:52:05.9862 24761/7f357f630780 age/Sha/Base.cpp:1630 ]: File descriptor opened: 3
[ 2016-09-30 21:52:05.9866 24761/7f357f630780 age/Sha/Base.cpp:1630 ]: File descriptor purpose: 3: feedback FD
[ 2016-09-30 21:52:05.9870 24761/7f357f630780 age/Sha/Base.cpp:1634 ]: File descriptor opened: 5
[ 2016-09-30 21:52:05.9874 24761/7f357f630780 age/Sha/Base.cpp:1634 ]: File descriptor purpose: 5: Emergency pipe 1-0
[ 2016-09-30 21:52:05.9880 24761/7f357f630780 age/Sha/Base.cpp:1636 ]: File descriptor opened: 6
[ 2016-09-30 21:52:05.9885 24761/7f357f630780 age/Sha/Base.cpp:1636 ]: File descriptor purpose: 6: Emergency pipe 1-1
[ 2016-09-30 21:52:05.9888 24761/7f357f630780 age/Sha/Base.cpp:1638 ]: File descriptor opened: 7
[ 2016-09-30 21:52:05.9892 24761/7f357f630780 age/Sha/Base.cpp:1638 ]: File descriptor purpose: 7: Emergency pipe 2-0
[ 2016-09-30 21:52:05.9902 24761/7f357f630780 age/Sha/Base.cpp:1640 ]: File descriptor opened: 8
[ 2016-09-30 21:52:05.9910 24761/7f357f630780 age/Sha/Base.cpp:1640 ]: File descriptor purpose: 8: Emergency pipe 2-1
[ 2016-09-30 21:52:05.9918 24761/7f357f630780 age/Sha/Base.cpp:1546 ]: Random seed: 1475272325
[ 2016-09-30 21:52:05.9960 24761/7f357f630780 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2016-09-30 21:52:05.9967 24761/7f357f630780 age/Ust/UstRouterMain.cpp:101 ]: File descriptor opened: 9
[ 2016-09-30 21:52:05.9969 24761/7f357f630780 FileDescriptor.h:290 ]: File descriptor purpose: 9: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.9973 24761/7f357f630780 age/Ust/UstRouterMain.cpp:101 ]: File descriptor opened: 10
[ 2016-09-30 21:52:05.9977 24761/7f357f630780 FileDescriptor.h:291 ]: File descriptor purpose: 10: WorkingObjects: exitEvent
[ 2016-09-30 21:52:05.9980 24761/7f357f630780 age/Ust/UstRouterMain.cpp:102 ]: File descriptor opened: 11
[ 2016-09-30 21:52:05.9983 24761/7f357f630780 FileDescriptor.h:290 ]: File descriptor purpose: 11: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.9986 24761/7f357f630780 age/Ust/UstRouterMain.cpp:102 ]: File descriptor opened: 12
[ 2016-09-30 21:52:05.9989 24761/7f357f630780 FileDescriptor.h:291 ]: File descriptor purpose: 12: WorkingObjects: allClientsDisconnectedEvent
[ 2016-09-30 21:52:05.9994 24761/7f357f630780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 13
[ 2016-09-30 21:52:05.9997 24761/7f357f630780 Uti/ScopeGuard.h:114 ]: File descriptor closed: 13
[ 2016-09-30 21:52:06.0001 24761/7f357f630780 age/Ust/UstRouterMain.cpp:226 ]: File descriptor opened: 13
[ 2016-09-30 21:52:06.0005 24761/7f357f630780 age/Ust/UstRouterMain.cpp:228 ]: File descriptor purpose: 13: Server address: 13
[ 2016-09-30 21:52:06.0009 24761/7f357f630780 age/Ust/UstRouterMain.cpp:238 ]: File descriptor opened: 14
[ 2016-09-30 21:52:06.0013 24761/7f357f630780 age/Ust/UstRouterMain.cpp:240 ]: File descriptor purpose: 14: Server address: 14
[ 2016-09-30 21:52:06.0020 24761/7f357f630780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 15
[ 2016-09-30 21:52:06.0023 24761/7f357f630780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 15: libev event loop: backend FD
[ 2016-09-30 21:52:06.0025 24761/7f357f630780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:06.0028 24761/7f357f630780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:06.0031 24761/7f357f630780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:06.0034 24761/7f357f630780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:06.0038 24761/7f357f630780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 19
[ 2016-09-30 21:52:06.0040 24761/7f357f630780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 19: libuv event loop: backend
[ 2016-09-30 21:52:06.0043 24761/7f357f630780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 20
[ 2016-09-30 21:52:06.0045 24761/7f357f630780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 20: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:06.0048 24761/7f357f630780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 21
[ 2016-09-30 21:52:06.0050 24761/7f357f630780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 21: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:06.0053 24761/7f357f630780 RandomGenerator.h:84 ]: File descriptor opened: 25
[ 2016-09-30 21:52:06.0055 24761/7f357f630780 RandomGenerator.h:84 ]: File descriptor purpose: 25: RandomGenerator
[ 2016-09-30 21:52:06.0060 24761/7f357f630780 BackgroundEventLoop.cpp:272 ]: File descriptor opened: 26
[ 2016-09-30 21:52:06.0063 24761/7f357f630780 BackgroundEventLoop.cpp:272 ]: File descriptor purpose: 26: libev event loop: backend FD
[ 2016-09-30 21:52:06.0065 24761/7f357f630780 BackgroundEventLoop.cpp:275 ]: File descriptor opened: -1
[ 2016-09-30 21:52:06.0066 24761/7f357f630780 BackgroundEventLoop.cpp:275 ]: File descriptor purpose: -1: libev event loop: async pipe 0
[ 2016-09-30 21:52:06.0066 24761/7f357f630780 BackgroundEventLoop.cpp:276 ]: File descriptor opened: -1
[ 2016-09-30 21:52:06.0067 24761/7f357f630780 BackgroundEventLoop.cpp:276 ]: File descriptor purpose: -1: libev event loop: async pipe 1
[ 2016-09-30 21:52:06.0067 24761/7f357f630780 BackgroundEventLoop.cpp:290 ]: File descriptor opened: 28
[ 2016-09-30 21:52:06.0069 24761/7f357f630780 BackgroundEventLoop.cpp:290 ]: File descriptor purpose: 28: libuv event loop: backend
[ 2016-09-30 21:52:06.0070 24761/7f357f630780 BackgroundEventLoop.cpp:291 ]: File descriptor opened: 29
[ 2016-09-30 21:52:06.0070 24761/7f357f630780 BackgroundEventLoop.cpp:291 ]: File descriptor purpose: 29: libuv event loop: signal pipe 0
[ 2016-09-30 21:52:06.0071 24761/7f357f630780 BackgroundEventLoop.cpp:292 ]: File descriptor opened: 30
[ 2016-09-30 21:52:06.0071 24761/7f357f630780 BackgroundEventLoop.cpp:292 ]: File descriptor purpose: 30: libuv event loop: signal pipe 1
[ 2016-09-30 21:52:06.0071 24761/7f357f630780 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 24761
[ 2016-09-30 21:52:06.0075 24749/7f8bad5b2780 Utils.cpp:169 ]: File descriptor opened: 28
[Fri Sep 30 21:52:06.007934 2016] [core:warn] [pid 24724:tid 140018244994944] AH00098: pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[ 2016-09-30 21:52:06.0088 24749/7f8bad5b2780 FileDescriptor.h:94 ]: File descriptor closed: 28
[ 2016-09-30 21:52:06.0093 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1337 ]: All Phusion Passenger agents started!
[ 2016-09-30 21:52:06.0098 24724/7f5889c14780 FileDescriptor.h:94 ]: File descriptor closed: 6
[Fri Sep 30 21:52:06.010354 2016] [mpm_event:debug] [pid 24724:tid 140018193016576] event.c(2094): AH02471: start_threads: Using epoll
[ 2016-09-30 21:52:06.0112 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:325 ]: Stopping API server
[ 2016-09-30 21:52:06.0120 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:1352 ]: Web server did not exit gracefully, forcing shutdown of all agents...
[ 2016-09-30 21:52:06.0125 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:515 ]: Sending SIGTERM to all agent processes

[ 2016-09-30 21:52:06.0133 24752/7f24977fe700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 21:52:06.0136 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:901 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 21:52:06.0139 24752/7f2496ffd700 Ser/Server.h:732 ]: [ApiServer] Shutting down
[ 2016-09-30 21:52:06.0143 24752/7f2496ffd700 Ser/Server.h:817 ]: [ApiServer] Freed 0 spare client objects
[ 2016-09-30 21:52:06.0145 24752/7f2496ffd700 Ser/HttpServer.h:963 ]: [ApiServer] Freed 0 spare request objects
[ 2016-09-30 21:52:06.0148 24752/7f2496ffd700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
[ 2016-09-30 21:52:06.0146 24752/7f24977fe700 Ser/Server.h:732 ]: [ServerThr.1] Shutting down
[ 2016-09-30 21:52:06.0155 24752/7f24977fe700 Ser/Server.h:817 ]: [ServerThr.1] Freed 128 spare client objects
[ 2016-09-30 21:52:06.0157 24752/7f24977fe700 Ser/HttpServer.h:963 ]: [ServerThr.1] Freed 0 spare request objects
[ 2016-09-30 21:52:06.0161 24752/7f24977fe700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
[ 2016-09-30 21:52:06.0164 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:926 ]: All clients have now disconnected. Proceeding with graceful shutdown
[ 2016-09-30 21:52:06.0166 24752/7f24a2bd8780 age/Cor/CoreMain.cpp:935 ]: Shutting down Passenger core...
[ 2016-09-30 21:52:06.0167 24752/7f24a2bd8780 age/Cor/App/Poo/InitializationAndShutdown.cpp:133 ]: Shutting down ApplicationPool background threads...

[ 2016-09-30 21:52:06.0178 24761/7f35789f3700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-09-30 21:52:06.0194 24761/7f357f630780 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2016-09-30 21:52:06.0200 24761/7f35789f3700 Ser/Server.h:732 ]: [UstRouter] Shutting down
[ 2016-09-30 21:52:06.0203 24761/7f35789f3700 Ser/Server.h:817 ]: [UstRouter] Freed 0 spare client objects
[ 2016-09-30 21:52:06.0205 24761/7f35789f3700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
[ 2016-09-30 21:52:06.0208 24761/7f3573fff700 Ser/Server.h:732 ]: [UstRouterApiServer] Shutting down
[ 2016-09-30 21:52:06.0210 24761/7f3573fff700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
[ 2016-09-30 21:52:06.0214 24761/7f3573fff700 Ser/HttpServer.h:963 ]: [UstRouterApiServer] Freed 0 spare request objects
[ 2016-09-30 21:52:06.0217 24761/7f3573fff700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
[ 2016-09-30 21:52:06.0221 24761/7f357f630780 age/Ust/UstRouterMain.cpp:508 ]: All clients have now disconnected. Proceeding with graceful shutdown
[ 2016-09-30 21:52:06.0225 24761/7f357f630780 age/Ust/UstRouterMain.cpp:517 ]: Shutting down Passenger UstRouter...
[ 2016-09-30 21:52:06.0232 24761/7f357f630780 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
[ 2016-09-30 21:52:06.0249 24749/7f8bad5b2780 age/Wat/WatchdogMain.cpp:520 ]: Sending SIGKILL to all agent processes
[ 2016-09-30 21:52:06.0307 24749/7f8bad5b2780 FileDescriptor.h:84 ]: File descriptor closed: 26
[ 2016-09-30 21:52:06.0315 24749/7f8bad5b2780 FileDescriptor.h:84 ]: File descriptor closed: 27
[ 2016-09-30 21:52:06.0323 24749/7f8bad5b2780 FileDescriptor.h:298 ]: File descriptor closed: 12
[ 2016-09-30 21:52:06.0329 24749/7f8bad5b2780 FileDescriptor.h:299 ]: File descriptor closed: 13
[ 2016-09-30 21:52:06.0335 24749/7f8bad5b2780 FileDescriptor.h:298 ]: File descriptor closed: 10
[ 2016-09-30 21:52:06.0342 24749/7f8bad5b2780 FileDescriptor.h:299 ]: File descriptor closed: 11
[ 2016-09-30 21:52:06.0349 24749/7f8bad5b2780 RandomGenerator.h:89 ]: File descriptor closed: 9
(Here Apache is ready to handle requests; the following is from a request to the Rack app.)
[Fri Sep 30 21:52:21.364381 2016] [authz_core:debug] [pid 24724:tid 140018176231168] mod_authz_core.c(835): [client ::1:36588] AH01628: authorization result: granted (no directives)
[ 2016-09-30 21:52:21.3651 24724/7f5885a80700 apa/Hooks.cpp:277 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.3692 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.4195 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.4197 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.4530 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.4532 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.5424 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.5426 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.5980 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.5982 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.6351 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.6353 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.6729 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.6731 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.7458 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.7460 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.8251 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.8253 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.8880 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.8882 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:21.9530 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:21.9532 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.0161 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.0162 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.1001 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.1003 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.1900 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.1902 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.2615 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.2618 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.3322 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.3325 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.3577 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.3579 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.4566 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.4569 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.5252 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.5254 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.5747 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.5749 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.6680 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.6683 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.7438 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.7440 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.8431 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.8433 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.9292 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.9294 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:22.9778 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:22.9780 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.0151 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.0153 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.0589 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.0590 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.1551 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.1552 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.2170 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.2171 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.3025 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.3026 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.3690 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.3692 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.4003 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.4004 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.4517 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.4518 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.4877 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.4879 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.5436 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.5437 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.5867 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.5869 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.6386 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.6388 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.7111 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.7112 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.8069 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.8071 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.8743 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.8744 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:23.9464 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:23.9465 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.0429 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.0430 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.1075 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.1076 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.1978 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.1979 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.2836 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.2837 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.3576 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.3577 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.4537 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.4539 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.5010 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.5011 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.5717 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.5718 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.6713 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.6714 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.7482 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.7483 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.8477 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.8479 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.9232 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.9233 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:24.9539 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:24.9540 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.0392 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.0393 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.0956 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.0958 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.1793 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.1796 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.2084 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.2086 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.2607 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.2608 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.3056 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.3057 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.3556 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.3557 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.4103 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.4104 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.5034 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.5035 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.5844 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.5845 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.6124 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.6126 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.6604 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.6605 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.6841 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.6842 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.7795 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.7797 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.8354 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.8355 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.8902 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.8904 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:25.9494 24724/7f5885a80700 apa/Hooks.cpp:291 ]: File descriptor opened: 8
[ 2016-09-30 21:52:25.9495 24724/7f5885a80700 Uti/ScopeGuard.h:138 ]: File descriptor closed: 8
[ 2016-09-30 21:52:26.0123 24724/7f5885a80700 apa/Hooks.cpp:690 ]: Unexpected error in mod_passenger: Cannot connect to the Passenger core at unix:/tmp/passenger.dC8eqR8/agents.s/core
  Backtrace:
     in 'Passenger::FileDescriptor Hooks::connectToCore()' (Hooks.cpp:306)
     in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:561)

::1 - - [30/Sep/2016:21:52:21 +0000] "GET /test HTTP/1.1" 500 531


steven....@gmail.com

unread,
Oct 1, 2016, 8:41:58 AM10/1/16
to Phusion Passenger Discussions
If I remove the -X option to httpd/apache2, Passenger works.

 -X                 : debug mode (only one worker, do not detach)

Perhaps the one worker restriction prevents all of the Passenger processes from starting or staying alive?
Reply all
Reply to author
Forward
0 new messages