November 24, 2024, 10:37:45 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: fedora core -4 apache server not working  (Read 4443 times)

Offline sekhar_vrc

  • Linux Noob !
  • *
  • Posts: 18
fedora core -4 apache server not working
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
fedora core -4 apache server not working
« Reply #1 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.