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:
52
52
after_failure :
53
53
- cat /tmp/fos_nginx_error.log
54
54
- 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
9
9
sudo sed -e " s?%TRAVIS_BUILD_DIR%?$( pwd) ?g" --in-place /etc/apache2/sites-available/default
10
10
sudo service apache2 restart
11
11
12
+ echo " starting HHVM"
13
+
12
14
# 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
20
20
Alias /hhvm /hhvm
21
21
Action hhvm-php-extension /hhvm virtual
22
22
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
24
24
</IfModule>
25
25
26
26
</VirtualHost>
You can’t perform that action at this time.
0 commit comments