当前位置: 网学 > 编程文档 > PHP > 正文

apache php模块整合操作指南

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/06/18

【编者按】:网学网PHP为您提供apache php模块整合操作指南参考,解决您在apache php模块整合操作指南学习中工作中的难题,参考学习

apache的版本:
httpd-2.2.21-win32-x86-no_ssl
php的版本:
php-5.3.8-Win32-VC9-x86
(一) 准备工作
1.先找在D:/amp/php中找到php.ini-development这个文件,然后把它改成php.ini这个文件名
2.用记事本,或editplus将其打开
(二)操作步骤:
1.告诉php所用的扩展模块所在位置
807行 extension_dir = "D:/amp/php/ext" 点我查看
2. 告诉php所用的时区 998行 点我查看代码
date.timezone = PRC
3.让apache引入php解释引擎 点我查看
4. 如果要用php中引入相应模块 点我查看
注意当在PHP中引入extension=php_curl.dll这个模块时apache2.2就会提示找到相应模块。如下图

这时在apache2.2的配置文件pttd.conf中加入: 点我查看
LoadFile "D:/amp/php/libeay32.dll"
LoadFile "D:/amp/php/ssleay32.dll"
5.如果整合PHP后,apache不能启动,且测试配置文件的结果类似于下图

这是因为系统上没有相应的vc编译器的库文件和头文件.安装相应的库文件即可.以vc9为例, 安装 vcredist_x86.exe,即可解决
以下是在apache2.2中的操作
1):加载php模块
例:在loadModule 语句下面,添加一行
LoadModule php5_module "D:/amp/php/php5apache2_2.dll"
2):通过声明,让apache能够识别.php程序
在Addtyp 系列行附近,添加一行
AddType application/x-httpd-php .php
3):声明php.ini配置文件的位置,使apache能够读取php运行的相关参数.
在apache的主记录行里(非<if Module>这样的配置段),添加一行
PHPIniDir "D:/amp/php"
4): 重启apache 测试效果.
代码展示:
复制代码 代码如下:
[PHP]

; About php.ini ;

; PHP''s initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP''s behavior.
; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
; 4. Current working directory (except CLI)
; 5. The web server''s directory (for SAPI modules), or directory of PHP
; (otherwise in Windows)
; 6. The directory from the --with-config-file-path compile time option, or the
; Windows directory (C:\windows or C:\winnt)
; See the PHP docs for more specific information.
; http://php.net/configuration.file
; The syntax of the file is extremely simple. Whitespace and Lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean something in the future.
; Directives following the section heading [PATH=/www/mysite] only
; apply to PHP files in the /www/mysite directory. Directives
; following the section heading [HOST=www.example.com] only apply to
; PHP files served from www.example.com. Directives set in these
; special sections cannot be overridden by user-defined INI files or
; at runtime. Currently, [PATH=] and [HOST=] sections only work under
; CGI/FastCGI.
; http://php.net/ini.sections
; Directives are specified using the following syntax:
; directive = value
; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
; Directives are variables used to configure PHP or PHP extensions.
; There is no nam

网学推荐

免费论文

原创论文

浏览:
设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
湘ICP备09003080号