见证AI时代

微信浏览器HTTP_USER_AGENT判断

微信浏览器HTTP_USER_AGENT判断

$_SERVER数组

$_SERVER数组

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地址, 例

apache note 日志 及详细设置