Created
June 10, 2014 07:27
-
-
Save ptarjan/56657573815198b80620 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ptarjan@ubuntu:/tmp/fcgiquery/vendor$ ./bin/heroku-hhvm-apache2 | |
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message | |
Booting on port 4221... | |
Using HHVM configuration (php.ini) file '/heroku/heroku-buildpack-php/conf/hhvm/php.ini' | |
Using Apache2 VirtualHost-level configuration include '/heroku/heroku-buildpack-php/conf/apache2/default_include.conf' | |
Using Apache2 configuration file '/heroku/heroku-buildpack-php/conf/apache2/heroku.conf' | |
Starting log redirection... | |
Starting hhvm... | |
Starting httpd... | |
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message | |
Process exited unexpectedly: httpd | |
Going down, terminating child processes... | |
./bin/heroku-hhvm-apache2: line 158: 58504 Terminated tail -qF -n 0 /tmp/heroku.*.$PORT.log 1>&2 | |
./bin/heroku-hhvm-apache2: line 162: 58502 Terminated hhvm --mode server -vServer.Type=fastcgi -vServer.FileSocket=/tmp/heroku.fcgi.$PORT.sock -c "$php_config" 1>&2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment