Justin Giorgi wrote: > It seems my symbolic link isn't acceptable to suPHP. The /var/www > directory is a sym link to a clustered file system and unfortunately > that can't be changed. Is there any known work around to get this > approved by suPHP. I have the following line in my log file. > > [DATE] [error] [client IP ADDR] SoftException in Application.cpp:202: > Script "/var/www/blah/blah/blah.php" resolving to > "/mnt/cluster/www/blah/blah/blah/php" not within configured docroot Why not change the configured docroot via the "docroot" setting? See http://www.suphp.org/DocumentationView.html?file=CONFIG for full details, but I should think you just need:
check_vhost_docroot=false docroot=/mnt/cluster/www Dave _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
