Log de Apache Incompleto

2

Eu tenho um problema com o Apache sendo executado em um servidor Linux. Este erro undefined index on PHP , por exemplo.

O problema é que o meu servidor Apache não registra mensagens de erro inteiras. Algumas linhas do arquivo error.log :

[Thu Nov 29 05:29:06 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  lin
[Thu Nov 29 05:29:06 2012] [warn] mod_fcgid: stderr: 9
[Thu Nov 29 05:31:30 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:      link in /var/www/html/sit
[Thu Nov 29 06:01:18 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  link in /var
[Thu Nov 29 06:06:09 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined
[Thu Nov 29 06:06:15 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:
[Thu Nov 29 06:13:04 2012] [warn] mod_fcgid: stderr: PH
[Thu Nov 29 07:14:16 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undef
[Thu Nov 29 07:32:16 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  link in /var/www/ht
[Thu Nov 29 07:34:26 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  link
[Thu Nov 29 07:34:30 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  link in /var/www/html/site.com/
[Thu Nov 29 07:41:10 2012] [warn] mod_fcgid: stderr: PHP Notice:  Und
[Thu Nov 29 07:41:11 2012] [warn] mod_fcgid: stderr: PHP Notice:  Und
[Thu Nov 29 07:41:12 2012] [warn] mod_fcgid: stderr: PHP Notice:  Und
[Thu Nov 29 08:14:20 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undef
[Thu Nov 29 12:36:54 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  li
[Thu Nov 29 12:37:04 2012] [warn] mod_fcgid: stderr: PHP Notice:  Unde
[Thu Nov 29 12:46:52 2012] [warn] mod_fcgid: stderr: PHP Notice:  Undefined index:  link in /var/www/htm
[Thu Nov 29 13:00:33 2012] [warn] mod_fcgid: stderr: line 35
[Thu Nov 29 13:10:55 2012] [error] [client XXX.XX.XX.XX] File does not exist: /var/www/h

Algumas linhas estão incompletas e truncam a mensagem de erro.

Alguém sabe Por que o Apache está salvando mensagens de erro incompletas?

    
por Manz 02.12.2012 / 03:18

1 resposta

0

Primeiramente, garanto que seu sistema esteja em boas condições. Para ser específico, verifique se você tem ram / swap suficiente e se o seu disco rígido não está cheio. Se um VPS estiver sendo usado, verifique se o disco rígido também não está cheio no nível do host.

Outro local para check-out é para qualquer outro registro. Algum outro sistema / serviços registra o mesmo problema? Ou é apenas apache? Certifique-se de verificar o log de mensagens do sistema operacional.

    
por 02.12.2012 / 07:00