• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

FastCGI and PHP

V

varet

Guest
I have a problem my error log after enabling fast cgi, grewup like crazy.

It seems to work properly but the error log contains:

[Tue Apr 27 22:59:59 2010] [notice] mod_fcgid: call /var/www/vhosts/galitel.gr/httpdocs/pop_products.php with wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Tue Apr 27 22:59:59 2010] [notice] mod_fcgid: server /var/www/vhosts/galitel.gr/httpdocs/pop_products.php(6285) started
[Tue Apr 27 23:00:11 2010] [notice] mod_fcgid: call /var/www/vhosts/balanos-co.gr/httpdocs/products6.php with wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Tue Apr 27 23:00:11 2010] [notice] mod_fcgid: server /var/www/vhosts/balanos-co.gr/httpdocs/products6.php(6369) started
[Tue Apr 27 23:00:13 2010] [notice] mod_fcgid: call /var/www/vhosts/aliziotis.gr/httpdocs/details2.php with wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Tue Apr 27 23:00:13 2010] [notice] mod_fcgid: server /var/www/vhosts/aliziotis.gr/httpdocs/details2.php(6372) started
[Tue Apr 27 23:00:18 2010] [notice] mod_fcgid: call /var/www/vhosts/dmaniatis.gr/httpdocs/index.php with wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Tue Apr 27 23:00:18 2010] [notice] mod_fcgid: server /var/www/vhosts/dmaniatis.gr/httpdocs/index.php(6384) started
[Tue Apr 27 23:00:23 2010] [notice] mod_fcgid: call /var/www/vhosts/diatrofologos.com.gr/httpdocs/index.php with wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
[Tue Apr 27 23:00:23 2010] [notice] mod_fcgid: server /var/www/vhosts/diatrofologos.com.gr/httpdocs/index.php(6401) started
 
It is not error but just notifications. Seems you have enabled some extra logging for Apache. Try to find and disable this option in Apache config.
 
Back
Top