Minha conexão parece cair - apache e mysql parece estar bem - Como encontrar o problema?

0
ethtool -g enp1s0
Ring parameters for enp1s0:
Pre-set maximums:
RX:             4096
RX Mini:        0
RX Jumbo:       0
TX:             4096
Current hardware settings:
RX:             512
RX Mini:        0
RX Jumbo:       0
TX:             512

ethtool -a enp1s0
Pause parameters for enp1s0:
Autonegotiate:  off
RX:             on
TX:             on

Top

top - 07:41:44 up 1 day, 14:02,  1 user,  load average: 0.16, 0.18, 0.18
Tasks: 498 total,   1 running, 496 sleeping,   0 stopped,   1 zombie
%Cpu(s):  1.7 us,  0.5 sy,  0.0 ni, 97.7 id,  0.0 wa,  0.0 hi,  0.1 si,  0.0 st
KiB Mem : 32766924 total, 28650076 free,  2679848 used,  1437000 buff/cache
KiB Swap:        0 total,        0 free,        0 used. 29563272 avail Mem

Este é um servidor de back-end. O front-end é apenas um arquivo html e está hospedado no host compartilhado.

O backend não tem nome de domínio. Não há nenhum dns de ligação no servidor.

<VirtualHost *:80>
        ServerAdmin webmaster@localhost
        ServerAlias xx.xxx.xxx.xx
        DocumentRoot /var/www/html
        <Directory /var/www/html/>
         Options Indexes FollowSymLinks MultiViews ExecCGI
         AllowOverride Authconfig FileInfo
         Require all granted
        </Directory>
</VirtualHost>

Estou acessando o backend do endereço IP.

access.log

Estou obtendo esse erro continuamente

117.213.200.226 - - [20/Jan/2018:07:47:32 +0000] "-" 408 0 "-" "-"
157.49.142.41 - - [20/Jan/2018:07:47:32 +0000] "-" 408 0 "-" "-"
157.50.15.165 - - [20/Jan/2018:07:47:34 +0000] "-" 408 0 "-" "-"
::1 - - [20/Jan/2018:07:47:35 +0000] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.18 (Ubuntu) (internal dummy connection)"

Existe outro arquivo = > %código% Esse processo é o backend correto.

auth.log Há muito other_vhosts_access.log ip diferente, diferente porta username diferente.

Por favor, ajude-me a corrigir este problema

    
por Mahesh 20.01.2018 / 08:50

0 respostas