Hey,

have u tried adding another handler for the php mime-type?
i.e. adding the following line to suphp.conf:

x-httpd-php=php:/usr/bin/php5-cgi


As far as I can see there's only an suphp mime-type in ur suphp.conf file and I'm not sure whether this matches the php mime-types.
Regards,
Stefan
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



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.717 / Virus Database: 270.14.115/2577 - Release Date: 12/20/09 
08:35:00


_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to