Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近尝试在我的树莓派和网络服务器上安装 php。通过这样做,用户 pi 的默认位置现在是 var/www,但它曾经是 /home/pi。我怎样才能把它改回原来的样子?
最正确的方法是Virtual Hosts在目录中使用:/etc/apache2/sites-available/
Virtual Hosts
/etc/apache2/sites-available/
默认是指向/var/www/
/var/www/
我总是为一个项目创建一个用户,然后我指向 Virtual Host并SuPHP用于安全性。
Virtual Host
SuPHP
要解决您的问题,请查看文件/etc/apache2/sites-available/default
/etc/apache2/sites-available/default
编辑 :
这是与 apache 和 php 或 system/unix 相关的问题吗?