We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a5355 commit 22030d4Copy full SHA for 22030d4
tests/ci/travis-ci-apache-hhvm
@@ -17,13 +17,8 @@ Listen 8080
17
SetHandler hhvm-php-extension
18
</FilesMatch>
19
20
- <FilesMatch \.hh$>
21
- SetHandler hhvm-hack-extension
22
- </FilesMatch>
23
-
24
Alias /hhvm /hhvm
25
Action hhvm-php-extension /hhvm virtual
26
- Action hhvm-hack-extension /hhvm virtual
27
28
FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300
29
</IfModule>
0 commit comments