File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-availa
1010sudo service apache2 restart
1111
1212# Run HHVM
13- hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9000
13+ hhvm -m daemon -vServer.Type=fastcgi -vServer.Port=9000 -vServer.FixPathInfo=true
Original file line number Diff line number Diff line change @@ -17,13 +17,8 @@ Listen 8080
1717 SetHandler hhvm-php-extension
1818 </FilesMatch>
1919
20- <FilesMatch \.hh$>
21- SetHandler hhvm-hack-extension
22- </FilesMatch>
23-
2420 Alias /hhvm /hhvm
2521 Action hhvm-php-extension /hhvm virtual
26- Action hhvm-hack-extension /hhvm virtual
2722
2823 FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300
2924 </IfModule>
You can’t perform that action at this time.
0 commit comments