-/
|--bin
|--home
|--user_1
|--somefile.html
|--somefile2.html
|--user_2
|--differentFile.html
|--var
|--www
|--file1.html
我想要的是网址http://serverip/user_1/somefile.html
,但现在它只提供来自“www”文件夹的文件
任何帮助将不胜感激。
谢谢
答案1
如果您希望用户能够访问http://serverip/user_1/somefile.html
然后你会这样做
ln -s /home/user_1 /var/www
请注意,您仍然必须为 apache 设置适当的读取权限才能读取 /home/user_1 中的文件
您也可以在 apache 配置中完成此操作,请查看此处https://stackoverflow.com/questions/4538572/apache-multiple-documentroot