惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
P
Proofpoint News Feed
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
量子位
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog

博客园 - analysis

再上百度空间(此博客将不再更新,后续文章请访问我的百度空间:http://hi.baidu.com/insight ) unary,binary,ternary LoadRunner安装问题 修改 EditPlus 2.30 在Windows资源管理器右键菜单中的快捷键字母 - analysis 安装 Java SE 6 Development Kit Widget 还是 Gadget "gtalk:" 启动方式分析 - analysis - 博客园 迷恋于gVim 充分利用Gmail中的Drafts功能 Google各项Web应用界面及技术的不统一性 怎样确认对方使用的是GoogleTalk还是Gmail with Chat或者其他非Talk客户端 系统软件和数据软件 代码,文档,程序 Firefox 2.0 配置文件中代理服务器设置参数的位置及含义 svn 练习 使用笔记 Google Notebook 缺陷 去除 迅雷 5 广告条 (版本 5.5.2.252) Modal和Modeless 金山词霸2007昨天发布
Apache PHP 配置 - analysis
analysis · 2007-02-08 · via 博客园 - analysis

1.在Apache的httpd.conf文件的最后,加上以下内容:

# For PHP 5 do something like this:
LoadModule php5_module "D:/WebServer/php/php5apache2_2.dll"
AddType application/x-httpd-php .php

# configure the path to php.ini
PHPIniDir "D:/WebServer/php"

在"<Directory "D:/WebServer/Apache2.2/htdocs">"下,设置为"Options -Indexes FollowSymLinks"。

2.将php路径添加到path中,注意要使php路径在mysql路径之前。
3.将php目录中"php.ini-recommended"改为"php.ini"并修改此配置文件,去掉"extension=php_mysql.dll"的注释,增加"extension_dir = "D:\WebServer\php\ext""。