File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,7 @@ after_script:
5252after_failure :
5353 - cat /tmp/fos_nginx_error.log
5454 - cat /tmp/fos_nginx_access.log
55+ - cat /tmp/hhvm.log
56+ - sudo cat /var/log/apache2/error.log
57+ - sudo cat /var/log/apache2/access.log
58+ - sudo cat /var/log/apache2/other_vhosts_access.log
Original file line number Diff line number Diff line change @@ -9,5 +9,8 @@ sudo cp -f tests/ci/travis-ci-apache-hhvm /etc/apache2/sites-available/default
99sudo sed -e " s?%TRAVIS_BUILD_DIR%?$( pwd) ?g" --in-place /etc/apache2/sites-available/default
1010sudo service apache2 restart
1111
12+ echo " starting HHVM"
13+
1214# Run HHVM
13- hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9000 -vServer.FixPathInfo=true
15+ echo " PIDFILE=\" /tmp/hhvm.pid\" " >> /etc/default/hhvm
16+ hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9090 -vServer.FixPathInfo=true -vLog.Level=verbose -vLog.UseLogFile=true -vLog.File=/tmp/hhvm.log -vLog.AlwaysLogUnhandledExceptions=true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Listen 8080
2020 Alias /hhvm /hhvm
2121 Action hhvm-php-extension /hhvm virtual
2222
23- FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300
23+ FastCgiExternalServer /hhvm -host 127.0.0.1:9090 -pass-header Authorization -idle-timeout 300
2424 </IfModule>
2525
2626</VirtualHost>
You can’t perform that action at this time.
0 commit comments