Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word remote_addr.
Examples
-
You can log all kinds of data about upstream performance with nginx: log_format upstream '$remote_addr -- [$time_local] "$request" $status'
Planet Ubuntu 2009
-
Nginx ä¸é … 置好 Log æ ¼å¼ï¼š log_format main '$remote_addr - [$time_local] "$request"'
DBA notes 2008
-
A High Performance Application def application (environ, start_response): remote_addr = environ [ 'REMOTE_ADDR'] f = open ( 'access-log', 'a+') f. write (remote_addr + "n") f. flush () f. seek (0) hits = sum (1 for l in f. xreadlines () if l. strip () = = remote_addr) f. close () start_response ( '200 OK', [( 'content-type', 'text/plain')]) return (str (hits),) djangocon 2009 11
Recently Uploaded Slideshows pvergain 2009
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.