HipHop improvements:
[lhc/web/wiklou.git] / maintenance / hiphop / server.conf
1 Log {
2 Level = Warning
3 UseLogFile = true
4 NativeStackTrace = true
5 InjectedStackTrace = true
6 }
7 Debug {
8 FullBacktrace = true
9 ServerStackTrace = true
10 ServerErrorMessage = true
11 TranslateSource = true
12 }
13 Server {
14 EnableStaticContentCache = false
15 EnableStaticContentFromDisk = false
16 AlwaysUseRelativePath = true
17 }
18 ServerVariables {
19 MW_COMPILED = 1
20 }
21 VirtualHost {
22 * {
23 ServerName = localhost
24 Pattern = .
25 RewriteRules {
26 * {
27 pattern = ^/wiki/(.*)$
28 to = /phase3/index.php?title=$1
29 }
30 }
31 }
32 }
33