PHP5.4 + apache2.4 配置问题
我的环境是:
win7 64位
Apache2.4.4 64位
php5.4 线程安全版本
php.ini的配置都已完成
apache下的配置问题
http.conf 里
LoadModule php5_module "E:/Instools/Develop/php/php-5.4.15/php5apache2_4.dll" AddHandler application/x-httpd-php .php PHPIniDir "E:/Instools/Develop/php/php-5.4.15"
现在apache 无法启动,将上面3句代码注释 就没问题,请问在win7 64位 下 apache2.4 64位的 怎么配置php
回复讨论(解决方案)
AddHandler?没用过,AddType吧
AddType 也不行
必须在系统的环境path中加入如下路径
E:/Instools/Develop/php/php-5.4.15/ext;E:/Instools/Develop/php/php-5.4.15
你试试吧 今天我刚试过的
你的代码在我的apache下运行是没有问题的,但是前提是"E:/Instools/Develop/php/php-5.4.15/php5apache2_4.dll"我有修改, 最后的模块名我用的是php5apache2_2.dll。你检查下是不是你写错了?
这里还有一个建议,尽量不要用SetHandler application/x-httpd-php .php,因为这个做法有缺陷,那就是.php.txt类文件也会被解析成php代码。(传智播客php学习的时候,php韩忠康老师有强调这点)
尽量用:
SetHandler application/x-httpd-php
还有 不然把错误日志贴出来 看下
必须在系统的环境path中加入如下路径
E:/Instools/Develop/php/php-5.4.15/ext;E:/Instools/Develop/php/php-5.4.15
你试试吧 今天我刚试过的
试过了,还是不行,apache 启动不起来,你说的日志 是apache 的logs文件夹么?
你的代码在我的apache下运行是没有问题的,但是前提是"E:/Instools/Develop/php/php-5.4.15/php5apache2_4.dll"我有修改, 最后的模块名我用的是php5apache2_2.dll。你检查下是不是你写错了?
这里还有一个建议,尽量不要用SetHandler application/x-httpd-php .php,因为这个做法有缺陷,那就是.php.txt类文件也会被解析成php代码。(传智播客php学习的时候,php韩忠康老师有强调这点)
尽量用:
SetHandler application/x-httpd-php
php5apache2_4.dll 没有写错,原来用apache是2.2的 这个文件没问题,但是apache我用的是apache2.4 所以文件对应是2.4的 ,改成2.2的也实验了,不行
你的 64位 的 apache 能使用 32位 的接口库 php5apache2_4.dll 吗?官网上是怎么说的?
你的 64位 的 apache 能使用 32位 的接口库 php5apache2_4.dll 吗?官网上是怎么说的?
昨天晚上 实验了 apache2.4 32位的 也不行
php5apache2_4.dll 只在最新发行的 php 5.4.15 包中存在。之前的版本中都是没有的
由此可知是实验性的。发行才没几天,显然做测试的人并不多,如果有问题,估计也还没反映上去
如果你等不及,你就自己测试。但似乎你并不具备这个能力
php5apache2_4.dll 只在最新发行的 php 5.4.15 包中存在。之前的版本中都是没有的
由此可知是实验性的。发行才没几天,显然做测试的人并不多,如果有问题,估计也还没反映上去
如果你等不及,你就自己测试。但似乎你并不具备这个能力
在php 5.4.15 之前的 版本 5.4.x中 ,php5apache2_4.dll 是作为单独zip包下载,这个时候才是作为实验测试用的,现在php5apache2_4.dll 已经整合到最新的php 版本中,只能说明 测试已经通过,而并不是你说的,整合进最新的php版本才变成测试。
还有 我发帖子 是请教配置过的朋友给予一些帮助,你的“ 如果你等不及,你就自己测试。但似乎你并不具备这个能力”和有问题 发帖子请教的人的目的不一样,按照你的意思 只要有问题 自己测试就可以了,没必要来这里请教别人了,我在怀疑你是怎么当上版主的?
错误日志,说的是apache里面相关的windows日志
我的是这样的错误提示:
httpd.exe: Syntax error on line 525 of C:/Program Files/Apache Software Foundation/Apache2.4/conf/httpd.conf: Cannot load C:/Program Files/PHP/php5apache2_4.dll into server: \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3
求解决,纠结了好久了
测试环境是:windows 2003 (x86)
同样问题,怎么解决的啊????

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:
