Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: sekhar_vrc on July 13, 2005, 11:04:06 AM

Title: fedora core -4 apache server not working
Post by: sekhar_vrc on July 13, 2005, 11:04:06 AM
Dear sir

               I have installed fedora-4  and apache server.
My default root directory is    /var/www/html

All the directories are listed except linked directories.

the apache log says "symbolic link not allowed"

Please help

with regards

sekhar
Title: fedora core -4 apache server not working
Post by: Ricky on July 15, 2005, 03:55:25 PM
This is disabled in your http config. file can use .htaccess file..

in .htaccess file u can either add this..
Code: [Select]
<Directory /web/docs>
Options Indexes FollowSymLinks
</Directory>


Or look ur http cofig file for similar directives and allow them.