On Mon, Aug 27, 2007 at 11:44:58AM +0200, Andreas Franke wrote: > This is my virtual host configuration: > > <Directory /srv/www/vhosts/derstempelprofi.eu/subdomains/shop/httpdocs > > > #PHP-MODUL AUSSCHALTEN > php_admin_flag engine off > > #SUPHP EINSCHALTEN > suPHP_Engine On > > #HIER BITTE NUR DEN PFAD ZUR EIGENEN php.ini > suPHP_ConfigPath > /srv/www/vhosts/derstempelprofi.eu/subdomains/shop/conf > > #HANDLER INSTALLIEREN > AddHandler x-httpd-php .php .php3 .php4 .php5 .php6 .phtml .phtm > .pshtm > suPHP_AddHandler x-httpd-php > > </Directory>
The suPHP_ConfigPath entry requires being placed in either the global container of your Apache configuration, or within a VirtualHost container; you have it placed within a <Directory> container. This is covered in both the English and German documentation. http://www.suphp.org/Documentation-Module-Configuration.en.html http://www.suphp.org/Documentation-Module-Configuration.de.html -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
