Netsky's Blog

  • *NIX相关
  • 心情随笔
  • 无线安全
  • 软件交流
  • 未分类
  1. 首页
  2. 未分类
  3. 正文

Run your 64MB WordPress

2010年10月19日 1851点热度 0人点赞 0条评论

(1) change syslog
apt-get install syslog-ng && dpkg –purge rsyslog
(2) install mysql-server

apt-get install mysql-server

but one problem will happen after you install mysql
everything seems fine, but when the mysql will be active
it will show the [fail] message

because the config file, you should

use my-small.cnf to replace my.cnf

my-small.cnf is under /usr/share/doc/mysql-server-5.0/examples/my-small.cnf

just do something like:
cp /usr/share/doc/mysql-server-5.0/examples/my-small.cnf /etc/mysql/my.cnf

to replace the original config, and also add 2 lines:
skip-innodb
skip-bdb

my config: http://64.191.34.150/w/my.cnf.txt

(3) modify lighttpd fast-cgi
“max-procs” => 1
“PHP_FCGI_CHILDREN” => “0″,

my config: http://64.191.34.150/w/10-fastcgi.conf.txt

(4) and last the php memory
/etc/php5/cgi/php.ini
memory_limit = 32M

标签: 64mb VPS
最后更新:2010年10月19日

Netsky

这个人很懒,什么都没留下

点赞
< 上一篇
下一篇 >

Netsky

这个人很懒,什么都没留下

实用工具
人民币大写电脑版 人民币大写手机版 DNSpod API获取PHP版 DNSpod API获取HTML版 Dnspod 动态解析
目录
  • *NIX相关
  • 心情随笔
  • 无线安全
  • 未分类
  • 群晖
  • 虚拟化
  • 软件交流

COPYRIGHT © 2022 Netsky's Blog. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang