在Synology把DSM更新到5.0之後,許多指令、路徑,都有很大的變動。
以下就是在Synology DSM 5.0啟用Apache 的目錄瀏覽功能的步驟說明。
帳號:root。密碼:管理者的密碼。使用ssh或telnet進入Synology NAS。
切換到 /etc/httpd/sites-enabled-user
新增httpd-folder-indexes.conf-user
內容
<Directory “/var/services/web/你的目錄”>
IndexOptions FancyIndexing VersionSort NameWidth=*
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
上面的內容存檔後,切換目錄到 /etc/httpd/conf
編輯httpd.conf-user
於最下面新增一行
Include sites-enabled-user/*.conf-user
存檔後,重啟apache,指令如下
/sbin/initctl restart httpd-user
完成,現在你可以試試看了。
參考資料:
Synology DSM 5 web station and virtual sites for FileStation