wow gold store provide cheap wow gold welcome you.
游客
2008-8-26 21:57
dfgdfgdfg
63906944
2008-8-26 17:00
在VM中安装,cenos 5.2 换步骤来,根本启动不了,mysql nginx都启动不了
steven
2008-8-19 12:37
张兄你好,想请教一个问题。
我一直对网站并发不怎么理解,还有就一个一台服务器能承受多少并发怎么计算。
这是我的邮箱:xiuxiu5484@126.com
我一直对网站并发不怎么理解,还有就一个一台服务器能承受多少并发怎么计算。
这是我的邮箱:xiuxiu5484@126.com
cld007
2008-8-16 20:24
www mysql 都不知道密码
张老师
2008-8-13 18:45
什么时候才开发出APM5.3呢???我都等了好久了。买也值得呀。
top
2008-8-9 16:15
MySQL Server Error:
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug ( 1135 )
mysql 老是这个错误 知道这个是为什么吗 baidu google 都没有一个准确的说法
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug ( 1135 )
mysql 老是这个错误 知道这个是为什么吗 baidu google 都没有一个准确的说法
张大哥请问我是
Windows下的Nginx+PHP+MySQL配置的环境
nginx 0.7.6
php 5.2.6
mysql 5.0.51b
blitz 0.5.13
zend 3.3.3
如何解决502 Bad Gateway问题呢
还有如何在nginx.conft网站呢
nginx.conft文件内容如下
#user nobody;
worker_processes 2;
error_log /php_web/nginx/logs/error.log;
pid /php_web/nginx/logs/nginx.pid;
events {
worker_connections 64;
}
http {
include /php_web/nginx/conf/mime.types;
default_type application/octet-stream;
sendfile on;
#tcp_nopush on;
#keepalive_timeout 0;
keepalive_timeout 65;
client_body_temp_path /php_web/nginx/temp/client_body_temp;
proxy_temp_path /php_web/nginx/temp/proxy_temp_path;
fastcgi_temp_path /php_web/nginx/temp/fastcgi_temp_path;
#gzip on;
server {
listen 82;
server_name led.ledzg.cn;
root /php_web/www;
index index.html index.php;
charset gb-2312;
log_format main '$remote_addr - $remote_user [$time_local] $request '
'"$status" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /php_web/nginx/logs/access.log main;
# php scripts
location / {
# host and port to fastcgi server
#fastcgi_pass unix:/php_web/nginx/logs/django.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /php_web/www$fastcgi_script_name;
fastcgi_pass_header Authorization;
fastcgi_intercept_errors off;
include /php_web/nginx/conf/fastcgi_params;
}
}
}
请您帮忙修改一下
http://led.ledzg.cn:82
Windows下的Nginx+PHP+MySQL配置的环境
nginx 0.7.6
php 5.2.6
mysql 5.0.51b
blitz 0.5.13
zend 3.3.3
如何解决502 Bad Gateway问题呢
还有如何在nginx.conft网站呢
nginx.conft文件内容如下
#user nobody;
worker_processes 2;
error_log /php_web/nginx/logs/error.log;
pid /php_web/nginx/logs/nginx.pid;
events {
worker_connections 64;
}
http {
include /php_web/nginx/conf/mime.types;
default_type application/octet-stream;
sendfile on;
#tcp_nopush on;
#keepalive_timeout 0;
keepalive_timeout 65;
client_body_temp_path /php_web/nginx/temp/client_body_temp;
proxy_temp_path /php_web/nginx/temp/proxy_temp_path;
fastcgi_temp_path /php_web/nginx/temp/fastcgi_temp_path;
#gzip on;
server {
listen 82;
server_name led.ledzg.cn;
root /php_web/www;
index index.html index.php;
charset gb-2312;
log_format main '$remote_addr - $remote_user [$time_local] $request '
'"$status" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /php_web/nginx/logs/access.log main;
# php scripts
location / {
# host and port to fastcgi server
#fastcgi_pass unix:/php_web/nginx/logs/django.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /php_web/www$fastcgi_script_name;
fastcgi_pass_header Authorization;
fastcgi_intercept_errors off;
include /php_web/nginx/conf/fastcgi_params;
}
}
}
请您帮忙修改一下
http://led.ledzg.cn:82
张宴 回复于 2008-8-13 18:16
解析向不同的服务器。但这样做若要做很精确太繁琐,比如,某几个省的电信用户指向A地址,其它省的电信用户指向B地址;网通,教育网之类不同地区解
析到不同地址。从网上找了好久,一直就没有个合适的办法
我试过了以下方式:
1.网上搜索各运营商的IP段,和城市分布。这样做纯粹体力活,而且无法验证是否齐全。
2.使用Ripe-dbase-client-v3,从whois.apnic.net上查询,但是要是需要各个省的分运营商,貌似过滤后不准确:
whois3 -h whois.apnic.net -l -i mb MAINT-CNCGROUP | grep "descr" | grep "Reverse" | awk -F "for" '{if ($2!="") print $2}'| sort -n | awk 'BEGIN{print "acl \"CNC\" '{'"}{print $1";"}END{print "'}';"}' > /var/named/cnc_acl.conf
3.
#!/bin/sh
FILE=/home/ip_apnic
rm -f $FILE
rm -f CNC
rm -f OTHER
rm -f CHINANET
rm -f CRTC
wget http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest -O $FILE
grep 'apnic|CN|ipv4|' $FILE | cut -f 4,5 -d'|'|sed -e 's/|/ /g' | while read ip cnt
do
mask=$(cat << EOF | bc | tail -1
pow=32;
define log2(x) {
if (x<=1) return (pow);
pow--;
return(log2(x/2));
}
log2($cnt)
EOF)
echo $ip/$mask
echo $ip/$mask>> cn.net
NETNAME=`whois $ip | grep ^netname | sed -e 's/.*: \(.*\)/\1/g' | sed -e 's/-.*//g'`
echo $NETNAME;
case $NETNAME in
CNC)
echo $ip/$mask >> CNC
;;
CTTNET)
echo $ip/$mask >> CTTNET
;;
CERNET)
echo $ip/$mask >> CERNET
;;
CER)
echo $ip/$mask >> CERNET
;;
CNCGROUP)
echo $ip/$mask >> CNC
;;
CHINANET)
echo $ip/$mask >> CHINANET
;;
CHINATELECOM)
echo $ip/$mask >> CHINANET
;;
*)
echo $ip/$mask >> OTHER
;;
esac
done
不知道新浪是怎么做的DNS?望不吝赐教 谢谢