• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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