X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Fnetplex.conf;h=7bdad94f0e07579ee72c2720978b9d03bbb04b58;hb=a0b7db9844126ebcdf4b5dbb586514854cef5d93;hp=a42f4c35940b1b091128e5e8d194a5cc2f569933;hpb=d8ae533d041cb600993ab2957111c105b6ded21d;p=helm.git diff --git a/matitaB/matita/netplex.conf b/matitaB/matita/netplex.conf index a42f4c359..7bdad94f0 100644 --- a/matitaB/matita/netplex.conf +++ b/matitaB/matita/netplex.conf @@ -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,20 @@ netplex { handler = "bottom"; } }; + uri { + path = "/top"; + service { + type = "dynamic"; + handler = "top"; + } + }; + uri { + path = "/register"; + service { + type = "dynamic"; + handler = "register"; + } + }; uri { path = "/login"; service { @@ -67,6 +81,48 @@ netplex { 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 { @@ -79,4 +135,3 @@ netplex { } } -