最近在自学PHP开发, 就顺便在mac上配置了一下,但是网上说的都不一样, 就一步一步尝试 ,完成。
一、启动Apache
有两种方法
1、打开网络共享
打开"系统偏好设置"->"共享",在"互联网共享"那一项前面打√。
2、打开终端,输入
?
1
sudo
apachectl st...
分类:
Web程序 时间:
2015-02-28 16:31:20
阅读次数:
149
apache 作为linux启动就运行服务程序cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd但是在执行:chkconfig --add httpdchkconfig httpd on的时候出现错误:service httpd do...
分类:
Web程序 时间:
2015-02-27 06:39:24
阅读次数:
115
/usr/sbin/asterisk -f -vvvg -c/etc/rc.d/init.d/asterisk/bin/sh /usr/sbin/safe_asterisk/usr/sbin/httpd/etc/rc.d/init.d/httpd/usr/sbin/apachectl/usr/sbi...
分类:
其他好文 时间:
2015-02-26 18:18:40
阅读次数:
126
pache 作为linux启动就运行服务程序 cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd 但是在执行: chkconfig --add httpd chkconfig httpd on 的时候出现错误:service ...
分类:
Web程序 时间:
2015-02-22 21:51:08
阅读次数:
131
在Mac OS X 10.8中配置Apache+PHP+MySQL的内容包括:配置Apache配置PHP安装MySQL配置PHPAdmin设置数据库默认字符集一.配置Apache1. 启动Apache打开终端,输入:sudo apachectl start打开浏览器,输入:http://localh...
分类:
数据库 时间:
2015-02-12 00:40:04
阅读次数:
310
启动apachesudo apachectl start重启apachesudo apachectl restart查看版本sudo apachectl -vox下apache的配置文件路径:/etc/apache2 其中etc文件夹是隐藏的开启php打开sudo vi /etc/apac...
分类:
Web程序 时间:
2015-02-11 23:09:05
阅读次数:
204
本人电脑环境:mac 10.09一、 mac电脑自带了apache,就不高兴重新安装了 简单的说下apache的三个命令 sudo apachectl start 开启 sudo apachectl restart 重启 sudo apachectl stop 停止查看本机apache...
分类:
数据库 时间:
2015-02-08 19:24:48
阅读次数:
1618
Apache和PHP已经在系统里面预装好了,只要你开启即可使用。这篇文章给大家介绍如何开启并设置好PHP开发环境。1.开启默认Apache服务打开终端命令行,输入如下命令就会开启Apache了.然后输入top命令查看进程是否含有http。sudo apachectl start2.修改Apache配...
分类:
Web程序 时间:
2015-02-06 11:10:56
阅读次数:
174
[root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl start
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
1)进入apache的安装目录:(视...
分类:
Web程序 时间:
2015-02-03 17:09:56
阅读次数:
142
★apache的配置文件◆/usr/local/apache2/conf/httpd.conf◆/usr/local/apache2/bin/apachectl-l可以列出所有的static模块,即httpd的内核模块[root@yue~]#/usr/local/apache2/bin/apachectl-lCompiledinmodules:core.cmod_so.chttp_core.cevent.c2.0和2.2默认为prefork模式,..
分类:
Web程序 时间:
2015-02-02 20:05:58
阅读次数:
300