搭建apacheserver的那些坑

1. You don't have permission to access /xxx/ on this server.

apache server 是一个纯Web Server,需要这个webServer的根目录下面必须要有html文件。如果没有html,也要建一个空的index.html文件让apache找得到。

你可能感兴趣的:(后台)