![]() |
error.log is full of notices mod_fcgid
Hi,
the error.log file located in /var/log/apache2 is filled with notices fcgid mod: Code:
[Wed Mar 30 10:54:45 2011] [notice] mod_fcgid: call /var/www/site.com/web/forum/index.php with wrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starterit is possible not to register these errors? I turned off archiving of errors in the 3 php.ini but nothing changed, probably there is a specific configuration file for the module fcgid! in apache2.conf, I have already made: LogLevel warn (i have debian) thank you for your help EDIT: in php.ini i have Code:
; Disable logging through FastCGI connection. PHP's default behavior is to enableCode:
; Disable logging through FastCGI connection. PHP's default behavior is to enableCode:
[Wed Mar 30 22:44:44 2011] [notice] mod_fcgid: call /var/www/site.com/web/forum/index.php with wrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter |
any solution please ?
|
Take a look at the LogLevel directive: http://httpd.apache.org/docs/current....html#loglevel
|
thx
i have LogLevel crit but notices still exists!!! any idea ? :( |
Did you restart Apache?
IS there maybe another LogLevel directive somewhere in your configuration (also check your .htaccess files)? |
Quote:
Code:
/etc/init.d/apache2 restartI also noticed several thousands of lines like this: Code:
Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request functionmy server is super loaded! |
What's the output of
Code:
cd /etc/apache2/ |
thx for your support, the result :
apache2.conf:# LogLevel: Control the number of messages logged to the error_log. apache2.conf:LogLevel crit sites-available/default: LogLevel warn sites-available/site.com.vhost: LogLevel crit sites-available/default-ssl: LogLevel warn sites-available/roundcube: LogLevel warn sites-enabled/site.com.vhost: LogLevel crit sites-enabled/default-ssl: LogLevel warn sites-enabled/roundcube: LogLevel warn sites-enabled/000-default: LogLevel warn |
Please change the LogLevel directive in all files in the sites-available/ directory as well and restart Apache.
|
ok i did, now :
Code:
apache2.conf:# LogLevel: Control the number of messages logged to the error_log. |
| All times are GMT +2. The time now is 17:01. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.