Skip to content

Commit c63e30e

Browse files
committed
Merge pull request #102 from FriendsOfSymfony/fix-hhvm-404
Fix 404s on HHVM
2 parents b9fe429 + 22030d4 commit c63e30e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/ci/install-apache-hhvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-availa
1010
sudo 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

tests/ci/travis-ci-apache-hhvm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)