Hi, I've been trying to get typo3 up and running on my webspace for several days now but am stuck with the following error message in the apache/suphp log file: "Script "/home/www/web0/html/typo3/index.php" resolving to "/usr/share/typo3/typo3_src-4.2/index.php" not within configured docroot".
For testing purposes I've modified my suphp.conf file (located in /etc/suphp/suphp.conf) as follows: [global] logfile=/var/log/suphp/suphp.log loglevel=info webserver_user=www-data docroot=/* allow_file_group_writeable=false allow_file_others_writeable=false allow_directory_group_writeable=false allow_directory_others_writeable=false check_vhost_docroot=false errors_to_browser=false env_path=/bin:/usr/bin umask=0003 min_uid=100 min_gid=100 [handlers] x-httpd-php=php:/usr/bin/php5-cgi x-suphp-cgi=execute:!self Regardless, of setting docroot to /* I'm still getting the error message and am stuck a bit here. Any idea what I'm doing wrong or where to get the proper information (keywords to search for with google would be much appreciated as well, since the only suggestion I found so far which might work was to disable suphp, which I'd only consider if I knew there's no other way). Environment: Debian Lenny suphp 0.6.2 Regards, Stefan _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
