Mac OS X 1010中配置Apache + PHP

WBOY
Lepaskan: 2016-07-30 13:32:02
asal
929 orang telah melayarinya

系统概览


1. 启动Apache(mac中已经默认集成,直接开启服务即可)

打开终端,输入:

sudo apachectl start

 打开浏览器,输入:

http://localhost

应该可以看到”It works!“的页面,该页面位于/Library/WebServer/Documents/目录下,这是Apache的默认根目录(可以更改为自己目录,或者建虚拟目录)。

2.开启php

在终端中输入:

cd /etc/apache2/

sudo vi httpd.conf

 在vi中,输入/php搜索包含php的文本,找到:

#LoadModule php5_module libexec/apache2/libphp5.so

 删除前面的#,然后保存退出。(按shift+i行首输入,按ESC退出编辑,按x删除当前字符,及#,输入:wq,保存并退出。)

在终端输入:

cd /etc

sudo cp php.ini.default php.ini

sudo apachectl restart

3.测试php

vi index.php

然后在info.php中输入以下内容:

html>body>h1>HelloWorld!h1>php phpinfo(); ?>body>html>

在浏览器输入:

127.0.0.1即可出现HelloWord和php信息

4.常见错误

a.由于修改错误的httpd.conf无法打开127.0.0.1首先检测hosts文件;

b.确认无问题后 ,在当前目录找到httpd.conf~previous 替换即可,或者找个同事 把httpd 传一份过来覆盖即可。

   c.测试php文件不执行php脚本:测试文件后缀名.html 改为.php

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了Mac OS X 1010中配置Apache + PHP,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

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