复制代码 代码如下:
<php?
$domain = $_GET['q'];
preg_match("|
<divlyTableInfoWrap/"">(.+?)</div>
|is", @file_get_contents('http://www.xinnet.cn/Modules/agent/serv/pages/domain_whois.jsp?domainNameWhois='.$domain.'&noCode=noCode'), $whois);
echo $whois[1];
?>
复制代码 代码如下:
location ~* /whois/(.+)$ {
proxy_pass :8080/whois/index.php?q=baidu.com
#将查询传递给内网的apache处理
}
新闻热点
疑难解答