web_apps: don't instantiate php5 in wordPress
[hcoop/domtool2.git] / lib / web_apps.dtl
index 124a6d0..e39dc4f 100644 (file)
@@ -2,7 +2,6 @@
 
 val addWordPress = \ loc : (location) ->
   location loc with
-    phpVersion php5;
     rewriteRule "^(.*/)?\.svn/" "-" [forbidden, last];
     rewriteRule "^(.*/)?\.git/" "-" [forbidden, last];
 
@@ -39,11 +38,11 @@ end;
 
 val moinMoin = \ host : (host) -> \\ config : Vhost ->
   web host with
+    config;
     addMoinMoin where
       Htdocs = moin_default_htdocs;
       Prefix = "/"
     end;
-    config
   end;
 {{Create a new vhost with just a MoinMoin wiki.}}