Belge kökünde geliştirme dosyalarıma bir bağlantı bulunan yepyeni bir CentOS 6 kurulumum var:
[root@localhost html]# ls -l
total 4
-rwxrwxrwx. 1 root root 0 Sep 18 20:16 index.html
-rwxrwxrwx. 1 root root 17 Sep 18 20:16 index.php
lrwxrwxrwx. 1 root root 24 Sep 18 20:19 refresh-app -> /home/billy/refresh-app/
Httpd.conf'umda şunlar var:
<Directory "/">
Options All
AllowOverride None
Order allow,deny
Allow from all
</directory>
Sembolik bağlantının hedefi, apache'nin istediği her şeyi okumasına izin vermesi gereken izinlere sahiptir:
[root@localhost billy]# ls -l
total 40 (Some entries were omitted because the list was too long
drwxr-xr-x. 7 billy billy 4096 Sep 18 20:03 refresh-app
Ayrıca SELinux'u değiştirerek devre dışı bırakmayı da denedim /etc/selinux/conf
:
SELINUX=disabled
Yine de ne yaparsam yapayım, birisi bu bağlantıya http://localhost/refresh-app/
girmeye çalıştığında , 403 FORBIDDEN hata sayfasıyla karşılaşıyorum ve bu /var/log/httpd/error_log
:
Symbolic link not allowed or link target not accessible
Apache neden bağlantının hedefine erişemiyor?