Mac開啓自帶的Apache服務器

OSX版本10.13.6apache

一、開啓 sudo apachectl startiview

二、關閉 sudo apachectl stopthis

三、重啓 sudo apachectl restartrest

默認的Apache的文件的根目錄在/Library/WebServer/Documents,咱們能夠修改/etc/apache2/httpd.conf文件裏面的DocumentRoot的值,修改更目錄的路徑, DocumentRoot 下面的那個值也須要修改爲你的更目錄。server

修改/etc/apache2/httpd.conf,把Options FollowSymLinks Multiviews改爲Options Indexes FollowSymLinks Multiviewsio

注意:當新的更目錄不在/User/你的用戶名/文件夾下面的話,會出現沒有:Forbidden 403 錯誤,You don't have permission to access /on this server.top

相關文章
相關標籤/搜索