复制代码 代码如下:

Microsoft Windows [版本 5.2.3790]

(C) 版权所有 1985-2003 Microsoft Corp.

C:\Documents and Settings\administrator>cd C:\Program Files\Apache Software Foun

dation\Apache2.2\bin

C:\Program Files\Apache Software Foundation\Apache2.2\bin>cmd /k httpd.exe -k in

stall -n apache2

Installing the apache2 service

The apache2 service is successfully installed.

Testing httpd.conf….

Errors reported here must be corrected before the service can be started.

(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: c

ould not bind to address 0.0.0.0:8080

no listening sockets available, shutting down

Unable to open logs

C:\Program Files\Apache Software Foundation\Apache2.2\bin>

C:\Program Files\Apache Software Foundation\Apache2.2\bin>cmd /k httpd.exe -k in

stall -n apache2

[Sat Feb 21 18:36:41 2009] [error] apache2: Service is already installed.

C:\Program Files\Apache Software Foundation\Apache2.2\bin>

配置

httpd.conf

增加


复制代码 代码如下:

LoadModule php5_module c:/php/php5apache2_2.dll

AddType application/x-httpd-php .php

AddType application/x-httpd-php .html

AddType application/x-httpd-php-source .phps

AddType application/x-httpd-php .htm


您可能感兴趣的文章:

声明:本站(华域联盟www.cnhackhy.com)所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。