Ported webbw
[hcoop/domtool2.git] / src / plugins / apache.sml
index c4b684f..7783d0d 100644 (file)
@@ -267,6 +267,13 @@ fun logDir {user, node, vhostId} =
                   "/",
                   vhostId]
 
+fun realLogDir {user, node, vhostId} =
+    String.concat [Config.Apache.realLogDirOf user,
+                  "/",
+                  node,
+                  "/",
+                  vhostId]
+
 val () = Slave.registerFileHandler (fn fs =>
                                       let
                                           val spl = OS.Path.splitDirFile (#file fs)