Google Pinyin for ubuntu
minidwep-gtk for Ubuntu
shadowsocks-qt5 for Ubuntu
如何避免apache的httpd进程占用比较多的内存
查看LINUX进程内存占用情况
centOS软件安装源资源
ubuntu apache rewrite
微信浏览器HTTP_USER_AGENT判断
apache note 日志 及详细设置
引:http://blog.csdn.net/btbtd/archive/2005/02/15/288027.aspx
# apache note | Apache 学习笔记(心得) by Emerald 绿色学院 - Green Institute
# 分类:
# 01.常规设置
# 02.虚拟主机
# 03. + Alias
# 04..htaccess
# 05.Log
# 06.URL Rewrite
# 07.其他
########01.常规设置
# Listen
# 监听端口, 例: Listen 80
# ServerRoot
# Apache 所在目录, 例: ServerRoot "C:/Program Files/Apache Group/Apache2" (WINDOWS)
# ServerAdmin
# 错误报告邮箱, 例: ServerAdmin btbtd@yahoo.com.cn
# DocumentRoot
# 站点根目录, 例: DocumentRoot "I:/gi-2288"
# DirectoryIndex
# 配置目录索引文件,
# 例: DirectoryIndex index.php index.php3 index.html index.htm
# ServerName
# 服务器域名/IP地址, 例