]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/netplex.conf
Update online helper entries
[helm.git] / matitaB / matita / netplex.conf
index d7d403be9f9949cca5077d747a205285ffc9b980..7bdad94f0e07579ee72c2720978b9d03bbb04b58 100644 (file)
@@ -12,7 +12,7 @@ netplex {
       name = "http";
       address {
         type = "internet";
-        bind = "0.0.0.0:9999";  (* Port 80 on all interfaces *)
+        bind = "0.0.0.0:9999";  (* Port 9999 on all interfaces *)
       };
     };
     processor {
@@ -27,7 +27,7 @@ netplex {
           path = "/";
           service {
             type = "file";
-            docroot = "/home/ricciott/matitaB/matita";
+            docroot = "/home/matitaweb/matita/matita/html";
             media_types_file = "/etc/mime.types";
             enable_listings = true;
           }
@@ -60,6 +60,69 @@ netplex {
             handler = "bottom";
           }
         };
+        uri {
+          path = "/top";
+          service {
+            type = "dynamic";
+            handler = "top";
+          }
+        };
+        uri {
+          path = "/register";
+          service {
+            type = "dynamic";
+            handler = "register";
+          }
+        };
+        uri {
+          path = "/login";
+          service {
+            type = "dynamic";
+            handler = "login";
+          }
+        };
+        uri {
+          path = "/logout";
+          service {
+            type = "dynamic";
+            handler = "logout";
+          }
+        };
+        uri {
+          path = "/viewlib";
+          service {
+            type = "dynamic";
+            handler = "viewlib";
+          }
+        };
+        uri {
+          path = "/reset";
+          service {
+            type = "dynamic";
+            handler = "reset";
+          }
+        };
+        uri {
+          path = "/save";
+          service {
+            type = "dynamic";
+            handler = "save";
+          }
+        };
+        uri {
+          path = "/commit";
+          service {
+            type = "dynamic";
+            handler = "commit";
+          }
+        };
+        uri {
+          path = "/update";
+          service {
+            type = "dynamic";
+            handler = "update";
+          }
+        };
       };
     };
     workload_manager {
@@ -72,4 +135,3 @@ netplex {
   }
 }
 
-