在Mountain Lion上运行apache
由于Mountain Lion版本中取消了Web共享功能,所以
sudo apachectl stop # stop the apache server
sudo apachectl restart # restart the server
sudo apachectl start # just start the server
应该看到的是http://localhost
設定檔案位於 /etc/apache2 資料夾下。
由于Mountain Lion版本中取消了Web共享功能,所以
sudo apachectl stop # stop the apache server
sudo apachectl restart # restart the server
sudo apachectl start # just start the server
应该看到的是http://localhost
設定檔案位於 /etc/apache2 資料夾下。