绿色版Apache + PHP的环境搭建

亚连
Lepaskan: 2023-03-01 06:54:01
asal
3535 orang telah melayarinya

Apache

1. httpd.exe -k install

D:\DevelopPlatform\Apache24X86\bin>httpd.exe -k install
Installing the 'Apache2.4' service
The 'Apache2.4' service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
httpd.exe: Syntax error on line 37 of D:/DevelopPlatform/Apache24X86/conf/httpd.
conf: ServerRoot must be a valid directory
修正错误:
进入httpd.conf, 设置ServerRoot:(apache安装目录)
示例:ServerRoot "D:/DevelopPlatform/Apache24X86"

1.1. httpd.exe -k uninstall

Removing the 'Apache2.4' service
The 'Apache2.4' service has been removed successfully.

2. httpd.exe -k install

Installing the 'Apache2.4' service
The 'Apache2.4' service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
AH00526: Syntax error on line 244 of D:/DevelopPlatform/Apache24X86/conf/httpd.c
onf:
DocumentRoot must be a directory
修正错误:
进入httpd.conf, DocumentRoot:(apache htdocs目录)
示例:DocumentRoot "D:\DevelopPlatform\Apache24X86\htdocs"

2.1. httpd.exe -k uninstall

Removing the 'Apache2.4' service
The 'Apache2.4' service has been removed successfully.

3. httpd.exe -k install

Installing the 'Apache2.4' service
The 'Apache2.4' service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.

4.

至此, apache已经安装完毕,
然后配置一下apache
进入httpd.conf
找到
Listen 80改为8080(将监听端口改为8080,防止80端口被占用出错)
开启ServerName
改为ServerName localhost:8080
重新启动下apache, 进入浏览器输入: localhost:8080/index.html 进行访问
这时有可能发生错误, 网页会输出如下内容:
You don't have permission to access /index.html on this server.
我的解决办法是进入httpd.conf
在DocumentRoot "D:\DevelopPlatform\Apache24X86\htdocs"下一行的
找到

Label berkaitan:
sumber:php.cn
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Tutorial Popular
Lagi>
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan
Tentang kita Penafian Sitemap
Laman web PHP Cina:Latihan PHP dalam talian kebajikan awam,Bantu pelajar PHP berkembang dengan cepat!