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
taoxu
2008-8-4 14:48
,你怎么这么厉害啊,呵呵,想学这些,该如何学呢?
小弟
2008-8-1 19:36
请教个问题,小弟不会编程,没做过开发.
自己学了点linux做了三年运维. 比你大不到两岁, 但水平很差.
看到张哥也是非计算机出身
想请教下,这会开发,编程. 是不是linux系统管理,运维这工作就做不到很高层次呀. 现在感觉啥都会点但都不精, 忘指教
自己学了点linux做了三年运维. 比你大不到两岁, 但水平很差.
看到张哥也是非计算机出身
想请教下,这会开发,编程. 是不是linux系统管理,运维这工作就做不到很高层次呀. 现在感觉啥都会点但都不精, 忘指教
张宴 回复于 2008-8-13 18:17
linux系统运维和底层开发结合得很紧密。编程可以自学。
夏天的清风
2008-7-29 17:49
发现你很厉害,我也想成为这方面的高手,怎么做啊,指导一下
夏天的清风
2008-7-29 17:31
我是大一的学计算机,到了这才知道什么都不懂.哎.
我一直对网站并发不怎么理解,还有就一个一台服务器能承受多少并发怎么计算。
这是我的邮箱:xiuxiu5484@126.com