Quote:
|
Originally Posted by tosser
No
PHPRC define the path to configurations like php.ini
|
Yes, I no...
Quote:
|
Originally Posted by tosser
does you use ispconfig for manage your vhosts etc.?
|
Yes, I use this entries in the ISPConifg Vhosts:
ScriptAlias /cgi-bin/ /var/www/php-fcgi-scripts/web1/
Quote:
<Directory '/var/www/php-fcgi-scripts/web1'>
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
|
and it works fine.
Thanks for the hint of the needless FastCgiServer.
I think this entry is ok for get the right permissions for the fcgi-user in the vhosts. It is defined in
/etc/apache2/mods-enabled/fastcgi.conf
Quote:
|
FastCgiWrapper /usr/lib/apache2/suexec2
|
And I think I only need to define it once there and no more in any vhost separate,right?