can i store soft links under apache document root (/var/www/html)
and keep the actual files outside the document root in an another filesytem? i have 4 filesystems in my hard disk 3 NTFS and 1 ext3 (dual operating system). my apache document root is in ext3. can i store the actual files in the NTFS partition and keep only soft links(or hard links) under apache document root? i tried this by making hard links to file stored in NTFS filesystem but it gave errors(the filesystem was mounted). i tried with soft links but it did not worked. can somebody tell me if its possible and how? thanks
Asked
Active
Viewed 782 times
0

lovesh
- 5,235
- 9
- 62
- 93
-
FYI you can't make hard links from one filesystem to another. Hard links only work inter-filesystem because they rely on a shared inode. – Chris Eberle Apr 07 '11 at 17:44
1 Answers
0
Apache has a directive that controls whether or not it follows symlinks called FollowSymLinks. Read about it here:

Chris Eberle
- 47,994
- 12
- 82
- 119
-
can u help me with this [](http://stackoverflow.com/questions/6168558/unable-to-scrape-content-from-a-website) – lovesh May 30 '11 at 05:50