SymLinked Apache Config
Hello,I couldn't really think of a title, so oh well.
I have a webserver (running Fedora 4) running Apache/PHP and want to apply safemode to some directories on my server (like www.example.com/1) but not to others (like www.example.com/2). The safemode directories are symlink to another directory (ex. /home/examp). My DocRoot is /home/www. I want all the symlinked folders to have safemode on them, (using "php-admin-value safe_mode 1" in httpd.conf), but I have found that it only tkaes effect when referring to /home/www/1 (the symlink to /home/examp/1) and not when referring to /home/examp/1. I want to be able to enable phpsafemode to all of the (real) directories in /home/examp.
Is there any way to do this?
Thanks,
Brian