(10-18-2009 01:24 AM)Hateman Wrote: Du verstehst?
Jetzt schon
Hast Du mal in /etc/apache2/sites-enabled/ispcp.conf geprüft ob das richtige Verzeichnis eingestellt ist ?
Code:
<IfModule mod_fastcgi.c>
ScriptAlias /php5/ /var/www/fcgi/xx.de/
<Directory "/var/www/fcgi/xx.de">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_fcgid.c>
<Directory /var/www/virtual/xx.de/htdocs>
FCGIWrapper /var/www/fcgi/xx.de/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/xx.de">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
In /var/www/fcgi/xx.de/php5-fcgi-starter könnte auch nocht ein falscher Pfad drin stehen.