| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 | 
  
    | 2 | <html>
 | 
  
    | 3 | <head>
 | 
  
    | 4 | 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
  
    | 5 | 	<meta name="generator" content="Phusion Passenger">
 | 
  
    | 6 | 	<title>Web application could not be started</title>
 | 
  
    | 7 | 	<style type="text/css">
 | 
  
    | 8 | 		body {
 | 
  
    | 9 | 	font-family: Verdana, 'Bitstream Vera Sans', Arial, Sans-Serif;
 | 
  
    | 10 | 	font-size: 10pt;
 | 
  
    | 11 | 	background: white;
 | 
  
    | 12 | 	color: #222222;
 | 
  
    | 13 | 	margin: 0;
 | 
  
    | 14 | 	padding-top: 3em;
 | 
  
    | 15 | 	padding-bottom: 3em;
 | 
  
    | 16 | 	padding-left: 4.5em;
 | 
  
    | 17 | 	padding-right: 4.5em;
 | 
  
    | 18 | }
 | 
  
    | 19 | 
 | 
  
    | 20 | h1 {
 | 
  
    | 21 | 	font-size: 17pt;
 | 
  
    | 22 | 	font-weight: medium;
 | 
  
    | 23 | 	color: #533e72;
 | 
  
    | 24 | 	border-bottom: 1px solid #533e72;
 | 
  
    | 25 | }
 | 
  
    | 26 | 
 | 
  
    | 27 | h1.title {
 | 
  
    | 28 | 	margin-top: 0;
 | 
  
    | 29 | }
 | 
  
    | 30 | 
 | 
  
    | 31 | h1.error_title {
 | 
  
    | 32 | 	color: red;
 | 
  
    | 33 | 	border-bottom: 1px solid red;
 | 
  
    | 34 | }
 | 
  
    | 35 | 
 | 
  
    | 36 | a {
 | 
  
    | 37 | 	text-decoration: none;
 | 
  
    | 38 | }
 | 
  
    | 39 | 
 | 
  
    | 40 | a:hover {
 | 
  
    | 41 | 	text-decoration: underline;
 | 
  
    | 42 | }
 | 
  
    | 43 | 
 | 
  
    | 44 | dt {
 | 
  
    | 45 | 	font-weight: bold;
 | 
  
    | 46 | 	color: #280050;
 | 
  
    | 47 | }
 | 
  
    | 48 | 
 | 
  
    | 49 | dd {
 | 
  
    | 50 | 	margin-top: 0.5em;
 | 
  
    | 51 | 	margin-bottom: 1em;
 | 
  
    | 52 | }
 | 
  
    | 53 | 
 | 
  
    | 54 | .commands {
 | 
  
    | 55 | 	border: 1px solid #b594e7;
 | 
  
    | 56 | 	background: #ddc6ff;
 | 
  
    | 57 | 	padding: 0.5em;
 | 
  
    | 58 | 	margin: 0.5em;
 | 
  
    | 59 | 	font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
 | 
  
    | 60 | }
 | 
  
    | 61 | 
 | 
  
    | 62 | pre {
 | 
  
    | 63 | 	overflow: auto;
 | 
  
    | 64 | 	white-space: pre-wrap;
 | 
  
    | 65 | 	text-align: left;
 | 
  
    | 66 | }
 | 
  
    | 67 | 
 | 
  
    | 68 | table.backtrace th {
 | 
  
    | 69 | 	background: #8470a6;
 | 
  
    | 70 | 	color: white;
 | 
  
    | 71 | }
 | 
  
    | 72 | 
 | 
  
    | 73 | table.backtrace th,
 | 
  
    | 74 | table.backtrace td {
 | 
  
    | 75 | 	padding: 0.2em;
 | 
  
    | 76 | 	padding-left: 0.4em;
 | 
  
    | 77 | 	padding-right: 0.4em;
 | 
  
    | 78 | }
 | 
  
    | 79 | 
 | 
  
    | 80 | table.backtrace tr td {
 | 
  
    | 81 | 	background: #ecdfff;
 | 
  
    | 82 | }
 | 
  
    | 83 | 
 | 
  
    | 84 | table.backtrace tr.even td {
 | 
  
    | 85 | 	background: #f7f2ff;
 | 
  
    | 86 | }
 | 
  
    | 87 | 
 | 
  
    | 88 | table.backtrace td.index {
 | 
  
    | 89 | 	font-weight: bold;
 | 
  
    | 90 | }
 | 
  
    | 91 | 
 | 
  
    | 92 | #site_footer {
 | 
  
    | 93 | 	border-top: solid 1px black;
 | 
  
    | 94 | 	margin-top: 1em;
 | 
  
    | 95 | 	padding-top: 1em;
 | 
  
    | 96 | 	font-size: small;
 | 
  
    | 97 | 	color: #777777;
 | 
  
    | 98 | }
 | 
  
    | 99 | 
 | 
  
    | 100 | #site_footer a {
 | 
  
    | 101 | 	color: #65498e;
 | 
  
    | 102 | }
 | 
  
    | 103 | 
 | 
  
    | 104 | #site_footer a:hover {
 | 
  
    | 105 | 	color: #9681d9;
 | 
  
    | 106 | }
 | 
  
    | 107 | 
 | 
  
    | 108 | #site_header .corporate_identity {
 | 
  
    | 109 | 	display: none;
 | 
  
    | 110 | }
 | 
  
    | 111 | 
 | 
  
    | 112 | 	</style>
 | 
  
    | 113 | 	<link rel="stylesheet" type="text/css" href="http://www.modrails.com/error_pages/1.0/error_page.css">
 | 
  
    | 114 | 	<style type="text/css">
 | 
  
    | 115 | 		dd {
 | 
  
    | 116 | 			text-align: left;
 | 
  
    | 117 | 		}
 | 
  
    | 118 | 
 | 
  
    | 119 | 		dd pre {
 | 
  
    | 120 | 			margin-top: 0;
 | 
  
    | 121 | 			margin-bottom: 0;
 | 
  
    | 122 | 		}
 | 
  
    | 123 | 	</style>
 | 
  
    | 124 | </head>
 | 
  
    | 125 | 
 | 
  
    | 126 | <body>
 | 
  
    | 127 | 
 | 
  
    | 128 | 	<div id="site_container">
 | 
  
    | 129 | 		<div id="site_header">
 | 
  
    | 130 | 			<ul class="corporate_identity">
 | 
  
    | 131 | 				<li class="logo"><a href="https://www.phusionpassenger.com"><span>Phusion Passenger</span></a></li>
 | 
  
    | 132 | 			</ul>
 | 
  
    | 133 | 		</div>
 | 
  
    | 134 | 		<div id="site_body">
 | 
  
    | 135 | 			<h1 class="error_title">Web application could not be started</h1>
 | 
  
    | 136 | 			<div id="content">
 | 
  
    | 137 | 				An error occurred while starting up the preloader: it did not write a startup response in time. Please read <a href="https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems">this article</a> for more information about this problem.<br>
 | 
  
    | 138 | <h2>Raw process output:</h2>
 | 
  
    | 139 | (empty)
 | 
  
    | 140 | 
 | 
  
    | 141 | 				<dl>
 | 
  
    | 142 | 				<dt>Error ID</dt>
 | 
  
    | 143 | 				<dd>726b816c</dd>
 | 
  
    | 144 | 				<dt>Application root</dt>
 | 
  
    | 145 | 				<dd>/usr/share/redmine</dd>
 | 
  
    | 146 | 				<dt>Environment (value of RAILS_ENV, RACK_ENV, WSGI_ENV, NODE_ENV and PASSENGER_APP_ENV)</dt>
 | 
  
    | 147 | 				<dd>production</dd>
 | 
  
    | 148 | 				
 | 
  
    | 149 | 					<dt>Ruby interpreter command</dt>
 | 
  
    | 150 | 					<dd><pre>/usr/bin/ruby1.9.1</pre></dd>
 | 
  
    | 151 | 				
 | 
  
    | 152 | 				<dt>User and groups</dt>
 | 
  
    | 153 | 				<dd><pre>uid=<wbr>33(www-data) gid=<wbr>33(www-data) groups=<wbr>33(www-data)
 | 
  
    | 154 | </pre></dd>
 | 
  
    | 155 | 				<dt>Environment variables</dt>
 | 
  
    | 156 | 				<dd><pre>APACHE_RUN_DIR=<wbr>/var/run/apache2
 | 
  
    | 157 | APACHE_PID_FILE=<wbr>/var/run/apache2/apache2.pid
 | 
  
    | 158 | PATH=<wbr>/usr/local/sbin:<wbr>/usr/local/bin:<wbr>/usr/sbin:<wbr>/usr/bin:<wbr>/sbin:<wbr>/bin
 | 
  
    | 159 | APACHE_LOCK_DIR=<wbr>/var/lock/apache2
 | 
  
    | 160 | LANG=<wbr>C
 | 
  
    | 161 | APACHE_RUN_USER=<wbr>www-data
 | 
  
    | 162 | APACHE_RUN_GROUP=<wbr>www-data
 | 
  
    | 163 | APACHE_LOG_DIR=<wbr>/var/log/apache2
 | 
  
    | 164 | PWD=<wbr>/usr/share/redmine
 | 
  
    | 165 | PASSENGER_USE_FEEDBACK_FD=<wbr>true
 | 
  
    | 166 | SERVER_SOFTWARE=<wbr>Apache/2.4.7 (Ubuntu) SVN/1.8.8 Phusion_Passenger/5.0.25
 | 
  
    | 167 | PASSENGER_DEBUG_DIR=<wbr>/tmp/passenger.spawn-debug.XXXXkif06U
 | 
  
    | 168 | USER=<wbr>www-data
 | 
  
    | 169 | LOGNAME=<wbr>www-data
 | 
  
    | 170 | SHELL=<wbr>/usr/sbin/nologin
 | 
  
    | 171 | HOME=<wbr>/var/www
 | 
  
    | 172 | IN_PASSENGER=<wbr>1
 | 
  
    | 173 | PYTHONUNBUFFERED=<wbr>1
 | 
  
    | 174 | NODE_PATH=<wbr>/var/lib/gems/1.9.1/gems/passenger-5.0.25/src/nodejs_supportlib
 | 
  
    | 175 | RAILS_ENV=<wbr>production
 | 
  
    | 176 | RACK_ENV=<wbr>production
 | 
  
    | 177 | WSGI_ENV=<wbr>production
 | 
  
    | 178 | NODE_ENV=<wbr>production
 | 
  
    | 179 | PASSENGER_APP_ENV=<wbr>production
 | 
  
    | 180 | RAILS_RELATIVE_URL_ROOT=<wbr>/redmine
 | 
  
    | 181 | RACK_BASE_URI=<wbr>/redmine
 | 
  
    | 182 | PASSENGER_BASE_URI=<wbr>/redmine
 | 
  
    | 183 | </pre></dd>
 | 
  
    | 184 | 				<dt>Ulimits</dt>
 | 
  
    | 185 | 				<dd><pre>Unknown</pre></dd>
 | 
  
    | 186 | 				
 | 
  
    | 187 | 					<dt>System metrics</dt>
 | 
  
    | 188 | 					<dd><pre>------------- General -------------
 | 
  
    | 189 | Kernel version    :<wbr> 3.19.0-51-generic
 | 
  
    | 190 | Uptime            :<wbr> 20h 30m 4s
 | 
  
    | 191 | Load averages     :<wbr> 0.06%,<wbr> 0.04%,<wbr> 0.05%
 | 
  
    | 192 | Fork rate         :<wbr> unknown
 | 
  
    | 193 | 
 | 
  
    | 194 | ------------- CPU -------------
 | 
  
    | 195 | Number of CPUs    :<wbr>    2
 | 
  
    | 196 | Average CPU usage :<wbr>   0%  --   0% user,<wbr>   0% nice,<wbr>   0% system,<wbr> 100% idle
 | 
  
    | 197 |   CPU 1           :<wbr>   0%  --   0% user,<wbr>   0% nice,<wbr>   0% system,<wbr> 100% idle
 | 
  
    | 198 |   CPU 2           :<wbr>   0%  --   0% user,<wbr>   0% nice,<wbr>   0% system,<wbr> 100% idle
 | 
  
    | 199 | I/O pressure      :<wbr>   0%
 | 
  
    | 200 |   CPU 1           :<wbr>   0%
 | 
  
    | 201 |   CPU 2           :<wbr>   0%
 | 
  
    | 202 | Interference from other VMs:<wbr>   0%
 | 
  
    | 203 |   CPU 1                    :<wbr>   0%
 | 
  
    | 204 |   CPU 2                    :<wbr>   0%
 | 
  
    | 205 | 
 | 
  
    | 206 | ------------- Memory -------------
 | 
  
    | 207 | RAM total         :<wbr>   1959 MB
 | 
  
    | 208 | RAM used          :<wbr>    293 MB (15%)
 | 
  
    | 209 | RAM free          :<wbr>   1665 MB
 | 
  
    | 210 | Swap total        :<wbr>   3811 MB
 | 
  
    | 211 | Swap used         :<wbr>      0 MB (0%)
 | 
  
    | 212 | Swap free         :<wbr>   3811 MB
 | 
  
    | 213 | Swap in           :<wbr> unknown
 | 
  
    | 214 | Swap out          :<wbr> unknown
 | 
  
    | 215 | 
 | 
  
    | 216 | </pre></dd>
 | 
  
    | 217 | 				
 | 
  
    | 218 | 				
 | 
  
    | 219 | 					<dt>General Ruby interpreter information</dt>
 | 
  
    | 220 | 					<dd><pre>RUBY_VERSION =<wbr> 1.9.3
 | 
  
    | 221 | RUBY_PLATFORM =<wbr> x86_64-linux
 | 
  
    | 222 | RUBY_ENGINE =<wbr> ruby
 | 
  
    | 223 | RubyGems version =<wbr> 1.8.23
 | 
  
    | 224 | RubyGems paths =<wbr> ["/var/lib/gems/1.9.1",<wbr> "/var/www/.gem/ruby/1.9.1"]
 | 
  
    | 225 | </pre></dd>
 | 
  
    | 226 | 				
 | 
  
    | 227 | 				
 | 
  
    | 228 | 					<dt>Ruby configuration (RbConfig::CONFIG)</dt>
 | 
  
    | 229 | 					<dd><pre>DESTDIR =<wbr> 
 | 
  
    | 230 | MAJOR =<wbr> 1
 | 
  
    | 231 | MINOR =<wbr> 9
 | 
  
    | 232 | TEENY =<wbr> 1
 | 
  
    | 233 | PATCHLEVEL =<wbr> 484
 | 
  
    | 234 | INSTALL =<wbr> /usr/bin/install -c
 | 
  
    | 235 | EXEEXT =<wbr> 
 | 
  
    | 236 | prefix =<wbr> /usr
 | 
  
    | 237 | ruby_install_name =<wbr> ruby1.9.1
 | 
  
    | 238 | RUBY_INSTALL_NAME =<wbr> ruby1.9.1
 | 
  
    | 239 | RUBY_SO_NAME =<wbr> ruby-1.9.1
 | 
  
    | 240 | exec =<wbr> exec
 | 
  
    | 241 | ruby_pc =<wbr> ruby-1.9.pc
 | 
  
    | 242 | PACKAGE =<wbr> ruby
 | 
  
    | 243 | BUILTIN_TRANSSRCS =<wbr>  newline.c
 | 
  
    | 244 | USE_RUBYGEMS =<wbr> YES
 | 
  
    | 245 | MANTYPE =<wbr> doc
 | 
  
    | 246 | NROFF =<wbr> /usr/bin/nroff
 | 
  
    | 247 | vendorhdrdir =<wbr> /usr/include/ruby-1.9.1/vendor_ruby
 | 
  
    | 248 | sitehdrdir =<wbr> /usr/include/ruby-1.9.1/site_ruby
 | 
  
    | 249 | rubyhdrdir =<wbr> /usr/include/ruby-1.9.1
 | 
  
    | 250 | UNIVERSAL_INTS =<wbr> 
 | 
  
    | 251 | UNIVERSAL_ARCHNAMES =<wbr> 
 | 
  
    | 252 | configure_args =<wbr>  '--build=<wbr>x86_64-linux-gnu' '--prefix=<wbr>/usr' '--includedir=<wbr>/usr/include' '--mandir=<wbr>/usr/share/man' '--infodir=<wbr>/usr/share/info' '--sysconfdir=<wbr>/etc' '--localstatedir=<wbr>/var' '--libexecdir=<wbr>/usr/lib/ruby1.9.1' '--srcdir=<wbr>.' '--disable-maintainer-mode' '--disable-dependency-tracking' '--disable-silent-rules' '--enable-pthread' '--enable-shared' '--disable-rpath' '--disable-install-doc' '--with-vendordir=<wbr>/usr/lib/ruby/vendor_ruby' '--with-sitedir=<wbr>/usr/local/lib/site_ruby' '--program-suffix=<wbr>1.9.1' '--with-soname=<wbr>ruby-1.9.1' '--enable-ipv6' '--with-dbm-type=<wbr>gdbm_compat' '--with-tklib=<wbr>tk8.5' '--with-tcllib=<wbr>tcl8.5' '--with-tcl-include=<wbr>/usr/include/tcl8.5' '--with-tk-include=<wbr>/usr/include/tcl8.5' '--with-tcl-lib=<wbr>/usr/lib/x86_64-linux-gnu' '--with-tk-lib=<wbr>/usr/lib/x86_64-linux-gnu' '--with-bundled-sha1' '--with-bundled-md5' '--with-bundled-rmd160' 'build_alias=<wbr>x86_64-linux-gnu' 'CFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing' 'LDFLAGS=<wbr>-Wl,<wbr>-Bsymbolic-functions -Wl,<wbr>-z,<wbr>relro -L/build/buildd/ruby1.9.1-1.9.3.484/debian/lib' 'CPPFLAGS=<wbr>-D_FORTIFY_SOURCE=<wbr>2' 'CXXFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing'
 | 
  
    | 253 | vendordir =<wbr> /usr/lib/ruby/vendor_ruby
 | 
  
    | 254 | sitedir =<wbr> /usr/local/lib/site_ruby
 | 
  
    | 255 | ruby_version =<wbr> 1.9.1
 | 
  
    | 256 | sitearch =<wbr> x86_64-linux
 | 
  
    | 257 | arch =<wbr> x86_64-linux
 | 
  
    | 258 | RI_BASE_NAME =<wbr> ri
 | 
  
    | 259 | ridir =<wbr> /usr/share/ri
 | 
  
    | 260 | rubylibprefix =<wbr> /usr/lib/ruby
 | 
  
    | 261 | MAKEFILES =<wbr> Makefile
 | 
  
    | 262 | PLATFORM_DIR =<wbr> 
 | 
  
    | 263 | THREAD_MODEL =<wbr> pthread
 | 
  
    | 264 | SYMBOL_PREFIX =<wbr> 
 | 
  
    | 265 | EXPORT_PREFIX =<wbr> 
 | 
  
    | 266 | COMMON_HEADERS =<wbr> 
 | 
  
    | 267 | COMMON_MACROS =<wbr> 
 | 
  
    | 268 | COMMON_LIBS =<wbr> 
 | 
  
    | 269 | MAINLIBS =<wbr> 
 | 
  
    | 270 | ENABLE_SHARED =<wbr> yes
 | 
  
    | 271 | DLDLIBS =<wbr>  -lc
 | 
  
    | 272 | SOLIBS =<wbr> -lpthread -lrt -ldl -lcrypt -lm 
 | 
  
    | 273 | LIBRUBYARG_SHARED =<wbr> -lruby-1.9.1
 | 
  
    | 274 | LIBRUBYARG_STATIC =<wbr> -lruby-1.9.1-static
 | 
  
    | 275 | LIBRUBYARG =<wbr> -lruby-1.9.1
 | 
  
    | 276 | LIBRUBY =<wbr> libruby-1.9.1.so.1.9.1
 | 
  
    | 277 | LIBRUBY_ALIASES =<wbr> libruby-1.9.1.so.1.9 libruby-1.9.1.so
 | 
  
    | 278 | LIBRUBY_SO =<wbr> libruby-1.9.1.so.1.9.1
 | 
  
    | 279 | LIBRUBY_A =<wbr> libruby-1.9.1-static.a
 | 
  
    | 280 | RUBYW_INSTALL_NAME =<wbr> 
 | 
  
    | 281 | rubyw_install_name =<wbr> 
 | 
  
    | 282 | LIBRUBY_DLDFLAGS =<wbr> -Wl,<wbr>-soname,<wbr>libruby-1.9.1.so.1.9
 | 
  
    | 283 | LIBRUBY_LDSHARED =<wbr> gcc -shared
 | 
  
    | 284 | EXTDLDFLAGS =<wbr> 
 | 
  
    | 285 | warnflags =<wbr> -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
 | 
  
    | 286 | debugflags =<wbr> -ggdb
 | 
  
    | 287 | optflags =<wbr> -O3
 | 
  
    | 288 | cxxflags =<wbr>  -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
 | 
  
    | 289 | cflags =<wbr>  -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
 | 
  
    | 290 | cppflags =<wbr> -D_FORTIFY_SOURCE=<wbr>2
 | 
  
    | 291 | NULLCMD =<wbr> :<wbr>
 | 
  
    | 292 | INSTALLDOC =<wbr> nodoc
 | 
  
    | 293 | CAPITARGET =<wbr> nodoc
 | 
  
    | 294 | RDOCTARGET =<wbr> nodoc
 | 
  
    | 295 | EXECUTABLE_EXTS =<wbr> 
 | 
  
    | 296 | ARCHFILE =<wbr> 
 | 
  
    | 297 | LIBRUBY_RELATIVE =<wbr> no
 | 
  
    | 298 | EXTOUT =<wbr> .ext
 | 
  
    | 299 | PREP =<wbr> miniruby
 | 
  
    | 300 | TEST_RUNNABLE =<wbr> yes
 | 
  
    | 301 | setup =<wbr> Setup
 | 
  
    | 302 | EXTSTATIC =<wbr> 
 | 
  
    | 303 | STRIP =<wbr> strip -S -x
 | 
  
    | 304 | TRY_LINK =<wbr> 
 | 
  
    | 305 | LIBPATHENV =<wbr> LD_LIBRARY_PATH
 | 
  
    | 306 | RPATHFLAG =<wbr> 
 | 
  
    | 307 | LIBPATHFLAG =<wbr>  -L%s
 | 
  
    | 308 | LINK_SO =<wbr> 
 | 
  
    | 309 | LIBEXT =<wbr> a
 | 
  
    | 310 | DLEXT2 =<wbr> 
 | 
  
    | 311 | DLEXT =<wbr> so
 | 
  
    | 312 | LDSHAREDXX =<wbr> g++ -shared
 | 
  
    | 313 | LDSHARED =<wbr> gcc -shared
 | 
  
    | 314 | CCDLFLAGS =<wbr> -fPIC
 | 
  
    | 315 | STATIC =<wbr> 
 | 
  
    | 316 | ARCH_FLAG =<wbr> 
 | 
  
    | 317 | DLDFLAGS =<wbr> 
 | 
  
    | 318 | ALLOCA =<wbr> 
 | 
  
    | 319 | POSTLINK =<wbr> :<wbr>
 | 
  
    | 320 | WERRORFLAG =<wbr> -Werror
 | 
  
    | 321 | CHDIR =<wbr> cd -P
 | 
  
    | 322 | RMALL =<wbr> rm -fr
 | 
  
    | 323 | RMDIRS =<wbr> rmdir --ignore-fail-on-non-empty -p
 | 
  
    | 324 | RMDIR =<wbr> rmdir --ignore-fail-on-non-empty
 | 
  
    | 325 | CP =<wbr> cp
 | 
  
    | 326 | RM =<wbr> rm -f
 | 
  
    | 327 | PKG_CONFIG =<wbr> pkg-config
 | 
  
    | 328 | DOXYGEN =<wbr> 
 | 
  
    | 329 | DOT =<wbr> 
 | 
  
    | 330 | MAKEDIRS =<wbr> /bin/mkdir -p
 | 
  
    | 331 | MKDIR_P =<wbr> /bin/mkdir -p
 | 
  
    | 332 | INSTALL_DATA =<wbr> /usr/bin/install -c -m 644
 | 
  
    | 333 | INSTALL_SCRIPT =<wbr> /usr/bin/install -c
 | 
  
    | 334 | INSTALL_PROGRAM =<wbr> /usr/bin/install -c
 | 
  
    | 335 | SET_MAKE =<wbr> 
 | 
  
    | 336 | LN_S =<wbr> ln -s
 | 
  
    | 337 | NM =<wbr> nm
 | 
  
    | 338 | DLLWRAP =<wbr> 
 | 
  
    | 339 | WINDRES =<wbr> 
 | 
  
    | 340 | OBJCOPY =<wbr> :<wbr>
 | 
  
    | 341 | OBJDUMP =<wbr> objdump
 | 
  
    | 342 | ASFLAGS =<wbr> 
 | 
  
    | 343 | AS =<wbr> as
 | 
  
    | 344 | AR =<wbr> ar
 | 
  
    | 345 | RANLIB =<wbr> ranlib
 | 
  
    | 346 | try_header =<wbr> 
 | 
  
    | 347 | COUTFLAG =<wbr> -o 
 | 
  
    | 348 | OUTFLAG =<wbr> -o 
 | 
  
    | 349 | CPPOUTFILE =<wbr> -o conftest.i
 | 
  
    | 350 | GNU_LD =<wbr> yes
 | 
  
    | 351 | GCC =<wbr> yes
 | 
  
    | 352 | EGREP =<wbr> /bin/grep -E
 | 
  
    | 353 | GREP =<wbr> /bin/grep
 | 
  
    | 354 | CPP =<wbr> gcc -E
 | 
  
    | 355 | CXXFLAGS =<wbr> -g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing
 | 
  
    | 356 | CXX =<wbr> g++
 | 
  
    | 357 | OBJEXT =<wbr> o
 | 
  
    | 358 | CPPFLAGS =<wbr> -D_FORTIFY_SOURCE=<wbr>2  -D_FORTIFY_SOURCE=<wbr>2
 | 
  
    | 359 | LDFLAGS =<wbr> -L. -Wl,<wbr>-Bsymbolic-functions -Wl,<wbr>-z,<wbr>relro -L/build/buildd/ruby1.9.1-1.9.3.484/debian/lib -rdynamic -Wl,<wbr>-export-dynamic
 | 
  
    | 360 | CFLAGS =<wbr> -g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing -fPIC
 | 
  
    | 361 | CC =<wbr> gcc
 | 
  
    | 362 | target_os =<wbr> linux
 | 
  
    | 363 | target_vendor =<wbr> pc
 | 
  
    | 364 | target_cpu =<wbr> x86_64
 | 
  
    | 365 | target =<wbr> x86_64-pc-linux-gnu
 | 
  
    | 366 | host_os =<wbr> linux-gnu
 | 
  
    | 367 | host_vendor =<wbr> pc
 | 
  
    | 368 | host_cpu =<wbr> x86_64
 | 
  
    | 369 | host =<wbr> x86_64-pc-linux-gnu
 | 
  
    | 370 | RUBYW_BASE_NAME =<wbr> rubyw
 | 
  
    | 371 | RUBY_BASE_NAME =<wbr> ruby
 | 
  
    | 372 | build_os =<wbr> linux-gnu
 | 
  
    | 373 | build_vendor =<wbr> pc
 | 
  
    | 374 | build_cpu =<wbr> x86_64
 | 
  
    | 375 | build =<wbr> x86_64-pc-linux-gnu
 | 
  
    | 376 | RUBY_RELEASE_DATE =<wbr> 2013-11-22
 | 
  
    | 377 | RUBY_PROGRAM_VERSION =<wbr> 1.9.3
 | 
  
    | 378 | BASERUBY =<wbr> ruby
 | 
  
    | 379 | target_alias =<wbr> 
 | 
  
    | 380 | host_alias =<wbr> 
 | 
  
    | 381 | build_alias =<wbr> x86_64-linux-gnu
 | 
  
    | 382 | LIBS =<wbr> -lpthread -lrt -ldl -lcrypt -lm 
 | 
  
    | 383 | ECHO_T =<wbr> 
 | 
  
    | 384 | ECHO_N =<wbr> -n
 | 
  
    | 385 | ECHO_C =<wbr> 
 | 
  
    | 386 | DEFS =<wbr> 
 | 
  
    | 387 | mandir =<wbr> /usr/share/man
 | 
  
    | 388 | localedir =<wbr> /usr/share/locale
 | 
  
    | 389 | libdir =<wbr> /usr/lib
 | 
  
    | 390 | psdir =<wbr> /usr/share/doc/ruby
 | 
  
    | 391 | pdfdir =<wbr> /usr/share/doc/ruby
 | 
  
    | 392 | dvidir =<wbr> /usr/share/doc/ruby
 | 
  
    | 393 | htmldir =<wbr> /usr/share/doc/ruby
 | 
  
    | 394 | infodir =<wbr> /usr/share/info
 | 
  
    | 395 | docdir =<wbr> /usr/share/doc/ruby
 | 
  
    | 396 | oldincludedir =<wbr> /usr/include
 | 
  
    | 397 | includedir =<wbr> /usr/include
 | 
  
    | 398 | localstatedir =<wbr> /var
 | 
  
    | 399 | sharedstatedir =<wbr> /usr/com
 | 
  
    | 400 | sysconfdir =<wbr> /etc
 | 
  
    | 401 | datadir =<wbr> /usr/share
 | 
  
    | 402 | datarootdir =<wbr> /usr/share
 | 
  
    | 403 | libexecdir =<wbr> /usr/lib/ruby1.9.1
 | 
  
    | 404 | sbindir =<wbr> /usr/sbin
 | 
  
    | 405 | bindir =<wbr> /usr/bin
 | 
  
    | 406 | program_transform_name =<wbr> s&$&1.9.1&;<wbr>s&^&&
 | 
  
    | 407 | exec_prefix =<wbr> /usr
 | 
  
    | 408 | PACKAGE_URL =<wbr> 
 | 
  
    | 409 | PACKAGE_BUGREPORT =<wbr> 
 | 
  
    | 410 | PACKAGE_STRING =<wbr> 
 | 
  
    | 411 | PACKAGE_VERSION =<wbr> 
 | 
  
    | 412 | PACKAGE_TARNAME =<wbr> 
 | 
  
    | 413 | PACKAGE_NAME =<wbr> 
 | 
  
    | 414 | PATH_SEPARATOR =<wbr> :<wbr>
 | 
  
    | 415 | SHELL =<wbr> /bin/bash
 | 
  
    | 416 | rubylibdir =<wbr> /usr/lib/ruby/1.9.1
 | 
  
    | 417 | archdir =<wbr> /usr/lib/ruby/1.9.1/x86_64-linux
 | 
  
    | 418 | sitelibdir =<wbr> /usr/local/lib/site_ruby/1.9.1
 | 
  
    | 419 | sitearchdir =<wbr> /usr/local/lib/site_ruby/1.9.1/x86_64-linux
 | 
  
    | 420 | vendorlibdir =<wbr> /usr/lib/ruby/vendor_ruby/1.9.1
 | 
  
    | 421 | vendorarchdir =<wbr> /usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
 | 
  
    | 422 | topdir =<wbr> /usr/lib/ruby/1.9.1/x86_64-linux
 | 
  
    | 423 | </pre></dd>
 | 
  
    | 424 | 				
 | 
  
    | 425 | 				
 | 
  
    | 426 | 				
 | 
  
    | 427 | 					<dt>Ruby load path ($LOAD_PATH)</dt>
 | 
  
    | 428 | 					<dd><pre>/usr/local/lib/site_ruby/1.9.1
 | 
  
    | 429 | /usr/local/lib/site_ruby/1.9.1/x86_64-linux
 | 
  
    | 430 | /usr/local/lib/site_ruby
 | 
  
    | 431 | /usr/lib/ruby/vendor_ruby/1.9.1
 | 
  
    | 432 | /usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
 | 
  
    | 433 | /usr/lib/ruby/vendor_ruby
 | 
  
    | 434 | /usr/lib/ruby/1.9.1
 | 
  
    | 435 | /usr/lib/ruby/1.9.1/x86_64-linux
 | 
  
    | 436 | </pre></dd>
 | 
  
    | 437 | 				
 | 
  
    | 438 | 				
 | 
  
    | 439 | 					<dt>Ruby loaded libraries ($LOADED_FEATURES)</dt>
 | 
  
    | 440 | 					<dd><pre>enumerator.so
 | 
  
    | 441 | /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
 | 
  
    | 442 | /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
 | 
  
    | 443 | /usr/lib/ruby/1.9.1/rubygems/defaults.rb
 | 
  
    | 444 | /usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb
 | 
  
    | 445 | /usr/lib/ruby/1.9.1/rubygems/deprecate.rb
 | 
  
    | 446 | /usr/lib/ruby/1.9.1/rubygems/exceptions.rb
 | 
  
    | 447 | /usr/lib/ruby/1.9.1/rubygems/custom_require.rb
 | 
  
    | 448 | /usr/lib/ruby/1.9.1/rubygems.rb
 | 
  
    | 449 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger.rb
 | 
  
    | 450 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/constants.rb
 | 
  
    | 451 | /usr/lib/ruby/1.9.1/x86_64-linux/etc.so
 | 
  
    | 452 | /usr/lib/ruby/1.9.1/fileutils.rb
 | 
  
    | 453 | /usr/lib/ruby/1.9.1/tmpdir.rb
 | 
  
    | 454 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/utils/tmpio.rb
 | 
  
    | 455 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/platform_info.rb
 | 
  
    | 456 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb
 | 
  
    | 457 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/platform_info/ruby.rb
 | 
  
    | 458 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb
 | 
  
    | 459 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/buildout/ruby/ruby-1.9.3-x86_64-linux/passenger_native_support.so
 | 
  
    | 460 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/native_support.rb
 | 
  
    | 461 | /usr/lib/ruby/1.9.1/x86_64-linux/socket.so
 | 
  
    | 462 | /usr/lib/ruby/1.9.1/socket.rb
 | 
  
    | 463 | /usr/lib/ruby/1.9.1/thread.rb
 | 
  
    | 464 | /usr/lib/ruby/1.9.1/x86_64-linux/pathname.so
 | 
  
    | 465 | /usr/lib/ruby/1.9.1/pathname.rb
 | 
  
    | 466 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/ruby_core_enhancements.rb
 | 
  
    | 467 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/ruby_core_io_enhancements.rb
 | 
  
    | 468 | /usr/lib/ruby/1.9.1/base64.rb
 | 
  
    | 469 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/utils.rb
 | 
  
    | 470 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/preloader_shared_helpers.rb
 | 
  
    | 471 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/public_api.rb
 | 
  
    | 472 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/debug_logging.rb
 | 
  
    | 473 | /usr/lib/ruby/1.9.1/shellwords.rb
 | 
  
    | 474 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/utils/shellwords.rb
 | 
  
    | 475 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb
 | 
  
    | 476 | /usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
 | 
  
    | 477 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/message_channel.rb
 | 
  
    | 478 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/message_client.rb
 | 
  
    | 479 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/utils/native_support_utils.rb
 | 
  
    | 480 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/utils/unseekable_socket.rb
 | 
  
    | 481 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb
 | 
  
    | 482 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/request_handler.rb
 | 
  
    | 483 | /usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
 | 
  
    | 484 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/utils/tee_input.rb
 | 
  
    | 485 | /var/lib/gems/1.9.1/gems/passenger-5.0.25/src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb
 | 
  
    | 486 | </pre></dd>
 | 
  
    | 487 | 				
 | 
  
    | 488 | 				</dl>
 | 
  
    | 489 | 			</div>
 | 
  
    | 490 | 		</div>
 | 
  
    | 491 | 		<div id="site_footer">
 | 
  
    | 492 | 			<!--
 | 
  
    | 493 | 			   You are free to modify the footer as you see fit,
 | 
  
    | 494 | 			   but we kindly ask of you to preserve to following
 | 
  
    | 495 | 			   text. Thank you.
 | 
  
    | 496 | 			-->
 | 
  
    | 497 | 			<div class="container">
 | 
  
    | 498 | 				Powered by <a href="https://www.phusionpassenger.com/">Phusion Passenger</a>,
 | 
  
    | 499 | 				<tt>mod_rails</tt> / <tt>mod_rack</tt> for Apache and Nginx.
 | 
  
    | 500 | 			</div>
 | 
  
    | 501 | 		</div>
 | 
  
    | 502 | 	</div>
 | 
  
    | 503 | 
 | 
  
    | 504 | </body>
 | 
  
    | 505 | </html>
 | 
  
    | 506 | 
 |