X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matitaB%2Fmatita%2Fnetplex.conf;h=10e9c55dcfbe0a6a94419133bc45255fb0187707;hb=f12c76e8d705aa44da328461874532e87c7fc57a;hp=0728b01ca526a58bd542b73b580cd995d71e73db;hpb=2ab54291cd9038c81b82ddb29936e966c66a480c;p=helm.git diff --git a/matitaB/matita/netplex.conf b/matitaB/matita/netplex.conf index 0728b01ca..10e9c55dc 100644 --- a/matitaB/matita/netplex.conf +++ b/matitaB/matita/netplex.conf @@ -27,7 +27,7 @@ netplex { path = "/"; service { type = "file"; - docroot = "/home/ricciott/matitaB/matita"; + docroot = "/home/matitaweb/matita/matita"; media_types_file = "/etc/mime.types"; enable_listings = true; } @@ -60,6 +60,13 @@ netplex { handler = "bottom"; } }; + uri { + path = "/register"; + service { + type = "dynamic"; + handler = "register"; + } + }; uri { path = "/login"; service { @@ -67,13 +74,41 @@ netplex { handler = "login"; } }; - (* uri { + 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"; + } + }; }; }; workload_manager {