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
10
10
sudo service apache2 restart
11
11
12
12
# 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
17
17
SetHandler hhvm-php-extension
18
18
</FilesMatch>
19
19
20
- <FilesMatch \.hh$>
21
- SetHandler hhvm-hack-extension
22
- </FilesMatch>
23
-
24
20
Alias /hhvm /hhvm
25
21
Action hhvm-php-extension /hhvm virtual
26
- Action hhvm-hack-extension /hhvm virtual
27
22
28
23
FastCgiExternalServer /hhvm -host 127.0.0.1:9000 -pass-header Authorization -idle-timeout 300
29
24
</IfModule>
You can’t perform that action at this time.
0 commit comments