Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-13
2000-11-13 19:08:06 by Marcus Comstedt <marcus@mc.pp.se>
262275e569a4d74f8bcbf0f5f470f12aa11adfa3 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Set remote addr to 127.0.0.1 for truly internal requests.
Rev: server/base_server/roxen.pike:1.573
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
572
2000/11/13
15
:08:
45
per
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
573
2000/11/13
19
:08:
06
marcus
Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
602:
pragma = (<>); rest_query = ""; extra_extension = "";
+
remoteaddr = "127.0.0.1";
} }