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
30 lines
482 B
Text
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
|
|
}
|
|
}
|
|
}
|
|
}
|