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.
我使用 Apache 2.4.10 在 CentOS 6.6 上运行网页。我的文档根目录是 /var/www/htdocs。上个月,因为我的磁盘已满,我在 /disk1 中添加了另一个磁盘。我想将大型电影文件放在此目录中,并希望我网站的访问者观看视频。但是,当我尝试从 /var/www/htdocs/movies 到 /disk1/movies 建立符号链接时,我失败了。如何在 Apache 上建立符号链接?有没有另一种好方法来实现我想做什么?
确保您在 httpd.conf 中设置了“FollowSymLinks”选项,并且您的 apache 用户具有符号链接目标目录路径的 rx 权限。