Mac Apache Server

mac 自带 apache

1. config

/etc/apache2/httpd.conf

2. root path

/Library/WebServer/Documents/

3. command

sudo apachectl start
sudo apachectl restart
sudo apachectl stop

4. host

http://127.0.0.1/ 或 http://localhost/

你可能感兴趣的:(Mac Apache Server)