This is what I am trying to do:
I want php-scripts to be read as a user I define in vhost.
I managed to get running this stuff except of this error message:
---
Internal Server Error
Could not execute script "/var/www/index.php"
---
I did all 000-777 permutations with chown and so on but nothing worked.
The starting parameters of apache2 I changed from "-D PHP5" to "-D SUPHP". No effect.
What am I doing wrong? Or is there something basic I overread or didn't understand?
This is what I use:
apache v2.0.58
mod_suphp v0.6.1-r1 (mode-force)
php v5.1.4-r4 (cli)
Thanks for help.


