No luck with solution below - still the same result.
+ ispconfig need its own php-fcgi-script /var/www/php-fcgi-scripts/ispconfig
+ symbolic link to /usr/local/ispconfig/interface/web in /var/www/ named ispconfig
+ in the 000-ispconfig.vhost the DocumentRoot has to be set to: /var/www/ispconfig
the mod_fastcgi.c should be changed to:
<IfModule mod_fcgid.c>
SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig/>
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
</IfModule>
#!/bin/sh
PHPRC=/etc/php5/cgi/
export PHPRC
exec /usr/lib/cgi-bin/php
PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_MAX_REQUESTS
export PHP_FCGI_CHILDREN=8
export PHP_FCGI_MAX_REQUESTS=500
Recent comments
22 hours 39 sec ago
1 day 7 hours ago
1 day 8 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 16 hours ago
1 day 18 hours ago
2 days 4 hours ago
2 days 9 hours ago
2 days 11 hours ago