Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-01
2000-03-01 01:58:21 by David Hedbor <david@hedbor.org>
e62d48894df66de35051bb4513a2ba407ed39ad0 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Unregister URLs in stop()
Rev: server/base_server/configuration.pike:1.267
1:
// A vitual server's main configuration // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: configuration.pike,v 1.
266
2000/
02
/
28
06
:
24
:
01
per
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
267
2000/
03
/
01
01
:
58
:
21
neotron
Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
214:
for(int i=0; i<10; i++) CATCH("stopping priority group", (pri[i],pri[i]->stop,pri[i]->stop()));
+
foreach( registered_urls, string url )
+
roxen->unregister_url(url);
} public string type_from_filename( string file, int|void to, string|void myext )