in reply to How can I determine whether a URI, hostname or IP address is to the local host machine?
Create a central database accessible by all httpd machines. select * from hostname_map where ip = ? This table would have to be manually populated.
Use a job server such as gearman to do the URI requests. I've done it within cgi/mod_perl... it can be messy.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How can I determine whether a URI, hostname or IP address is to the local host machine?
by dbooth (Novice) on Apr 29, 2014 at 20:51 UTC |