http://www.coolestguidesontheplanet.com/downtown/get-apache-mysql-php-and-phpmyadmin-working-osx-109-mavericks
就捡几个重点的供我自己查询吧:
启动/关闭/重启apache server
$ sudo apachectl start $ sudo apachectl stop $ sudo apachectl restart
几个重要的文件和路径
- 设置文件
- httpd的全局设置文件:/etc/apache2/httpd.conf
- 用户apc999的设置文件:/etc/apache2/users/apc999.conf
-
apache的日志
- /var/log/apache2/error_log
- /var/log/apache2/access_log
- web路径对应的本地路径
- http://localhost/ 对应的本地路径 /Library/WebServer/Documents/
- http://localhost/~apc999 对应本地路径 /Users/apc999/Sites
No comments:
Post a Comment