I'm on a CentOS 5.5 box trying to point the public_html directory to the latest app release. Symlinks are turned on and working okay in Apache. Here's an example of the issue:
symlink_foo => dir_baz
If dir_baz has an index.html file, it renders fine in the browser. If dir_baz has index.php, I get a 500 error. Both filetypes are set as index files.
suPHP and suExec are enabled.
This seems to be the same issue as this: Apache 500 Error When Using Symlinks, which was not solved.
Thanks!