全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 6032|回复: 22
打印 上一主题 下一主题

[疑问] burstable ram的实际用处是?

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-18 23:13:29 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
burstable ram实际用途能?
今天买了vps 看到了Dedicated RAM 512 MB Burstable RAM 1 GB 这也就是我用完了我的512还有512能用对吧。但我想问问能占用多久呢? 比如说我超出了 512 到达了 570 这是正在用 burstable的ram了。能一直用吗。还是某段时间了。vps就会被关掉,并告知ram不够了是吗?
23#
发表于 2009-11-19 09:59:15 | 只看该作者

回复 22# 的帖子

不是,它是一个FastCGI进程管理器,一个用以极大地改进FastCGI SAPI 在生产环境中使用的PHP4/5 补丁。
22#
 楼主| 发表于 2009-11-19 01:29:26 | 只看该作者
php-fpm 是 fastcgi吗?
21#
发表于 2009-11-19 01:25:09 | 只看该作者

回复 19# 的帖子

没有运行php-fpm?

/usr/local/php/sbin/php-fpm start 启动
还有问题的话测试下nginx.conf规则是否有错  nginx -t
20#
发表于 2009-11-19 01:23:23 | 只看该作者
原帖由 nonamime 于 2009-11-19 01:07 发表
应该很赚吧。上次不是有位分享 photonvps的,不是色情网吗。不知道月入有多少


不赚钱的。

你说的那个我不清楚哦。
19#
 楼主| 发表于 2009-11-19 01:16:05 | 只看该作者
  1. #user  nobody;
  2. worker_processes  1;

  3. #error_log  logs/error.log;
  4. #error_log  logs/error.log  notice;
  5. #error_log  logs/error.log  info;

  6. #pid        logs/nginx.pid;


  7. events {
  8.     worker_connections  1024;
  9. }


  10. http {
  11.     include       mime.types;
  12.     default_type  application/octet-stream;

  13.     #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
  14.     #                  '$status $body_bytes_sent "$http_referer" '
  15.     #                  '"$http_user_agent" "$http_x_forwarded_for"';

  16.     #access_log  logs/access.log  main;

  17.     sendfile        on;
  18.     #tcp_nopush     on;

  19.     #keepalive_timeout  0;
  20.     keepalive_timeout  65;

  21.     gzip  on;

  22.     #include /etc/nginx/sites-enabled/*;


  23.     server {
  24.         listen       80;
  25.         server_name  localhost;

  26.         #charset koi8-r;

  27.         #access_log  logs/host.access.log  main;

  28.         location / {
  29.         #root   /var/www/nonamime.com;
  30.             index  index.php index.html index.htm;
  31.         }

  32.         #error_page  404              /404.html;

  33.         # redirect server error pages to the static page /50x.html
  34.         #
  35.         #error_page   500 502 503 504  /50x.html;
  36.         location = /50x.html {
  37.             root   html;
  38.         }

  39.         # proxy the PHP scripts to Apache listening on 127.0.0.1:80
  40.         #
  41.         #location ~ \.php$ {
  42.         #    proxy_pass   http://127.0.0.1;
  43.         #}

  44.         # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
  45.         #
  46.         location ~ \.php$ {
  47.             root           html;
  48.             fastcgi_pass   127.0.0.1:64323;
  49.             fastcgi_index  index.php;
  50.             fastcgi_param  SCRIPT_FILENAME  /var/www/nonamime.com/$fastcgi_script_name;
  51.             include        fastcgi_params;
  52.         }

  53. }
复制代码
帮看一下,一直在调还是开不了php
还有不知道怎么解了这个注释 #root   /var/www/nonamime.com; 就会502

C大提点一下
18#
 楼主| 发表于 2009-11-19 01:07:40 | 只看该作者

回复 17# 的帖子

应该很赚吧。上次不是有位分享 photonvps的,不是色情网吗。不知道月入有多少
17#
发表于 2009-11-19 01:03:07 | 只看该作者

回复 16# 的帖子

不沾这个。
16#
 楼主| 发表于 2009-11-19 00:51:54 | 只看该作者

回复 13# 的帖子

图床,色情网站?
15#
发表于 2009-11-19 00:45:51 | 只看该作者

回复 14# 的帖子

看下mysql的错误日志里面有记录啥?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-10-31 16:14 , Processed in 0.067023 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表