wiki.techinc.nl/maintenance/hhvm/server.conf
Tim Starling 535501ed62 Add a script to build an HHVM RepoAuthoritative bytecode file
This script compiles a list of known MW sources, including core and
extensions, and generates a RepoAuthoritative bytecode file. Some ideas
were taken from Bryan Davis's scap-hhvm-compile shell script.

Also, renamed the old maintenance/hiphop directory to maintenance/hhvm,
respecting the rename of the upstream project.

Change-Id: I55798729d0553d2840e8099e81d604a814e8664c
2016-08-16 13:32:19 +10:00

30 lines
482 B
Text

Log {
Level = Warning
UseLogFile = true
NativeStackTrace = true
InjectedStackTrace = true
}
Debug {
FullBacktrace = true
ServerStackTrace = true
ServerErrorMessage = true
TranslateSource = true
}
Server {
EnableStaticContentCache = false
EnableStaticContentFromDisk = true
AlwaysUseRelativePath = true
}
VirtualHost {
* {
ServerName = localhost
Pattern = .
RewriteRules {
* {
pattern = ^/wiki/(.*)$
to = /index.php?title=$1
qsa = true
}
}
}
}