Sin*_*hus 6 apache-http-server localhost macos
我在 Mac 上使用内置服务器。
我的站点文件夹的 URL 是: http://localhost/~username/
与 MAMP 我刚刚http://localhost/。
有没有办法只http://localhost/使用内置服务器?
我的 Mac 上只有一个用户帐户。
小智 6
去 /etc/apache2/httpd.conf
找
DocumentRoot "/Library/WebServer/Documents"
<Directory "/Library/WebServer/Documents">
Run Code Online (Sandbox Code Playgroud)
将其更改为:
DocumentRoot "/Users/bob/Sites"
<Directory "/Users/bob/Sites">
Run Code Online (Sandbox Code Playgroud)
bob你的用户名在哪里。现在您可以访问localhost/mywebsite而不是localhost/~bob/mywebsite
您可能需要重新启动 apache sudo apachectl restart
| 归档时间: |
|
| 查看次数: |
29315 次 |
| 最近记录: |