crebs86
(usa CentOS)
Enviado em 16/05/2018 - 19:17h
Há algum tempo uso derivado do Debian para programar.
Hoje fiz uma instalação do Mint 18.3 devidamente atualizado e instalei o mysql, apache2, php e phpmyadmin como sempre fiz.
Porém só consigo acessar pelo IP, por 'localhost' ou por 127.0.0.1;
Se digito um endereço xxx.dev (devidamente registrado no arquivo de hosts) tenho as seguintes saídas:
---------------------------------------------------------------
FIREFOX:
Não foi possível conectar
O Firefox não conseguiu estabelecer uma conexão com o servidor server.dev.
Este site pode estar temporariamente fora do ar ou sobrecarregado. Tente de novo em alguns instantes.
Se você não consegue carregar nenhuma página, verifique a conexão de rede do computador.
Se o seu computador ou rede forem protegidos por um firewall ou proxy, certifique-se de que o Firefox esteja autorizado a acessar a web.
-------------------------------------------------------------------
CHROME
Não é possível acessar esse site
A conexão com server.dev foi recusada.
Tente:
Verificar a conexão
Verificar o proxy e o firewall
ERR_CONNECTION_REFUSED
----------------------------------------------------------------------------
LOG DO APACHE
[Wed May 16 18:55:00.145051 2018] [mpm_event:notice] [pid 7912:tid 140363674728320] AH00489: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 18:55:00.145137 2018] [core:notice] [pid 7912:tid 140363674728320] AH00094: Command line: '/usr/sbin/apache2'
[Wed May 16 18:58:14.085017 2018] [mpm_event:notice] [pid 7912:tid 140363674728320] AH00491: caught SIGTERM, shutting down
[Wed May 16 18:58:15.153748 2018] [mpm_prefork:notice] [pid 18188] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 18:58:15.153836 2018] [core:notice] [pid 18188] AH00094: Command line: '/usr/sbin/apache2'
[Wed May 16 18:58:16.505829 2018] [mpm_prefork:notice] [pid 18188] AH00169: caught SIGTERM, shutting down
[Wed May 16 18:58:17.590707 2018] [mpm_prefork:notice] [pid 18300] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 18:58:17.590737 2018] [core:notice] [pid 18300] AH00094: Command line: '/usr/sbin/apache2'
[Wed May 16 18:58:44.416312 2018] [mpm_prefork:notice] [pid 18300] AH00169: caught SIGTERM, shutting down
[Wed May 16 18:58:45.510599 2018] [mpm_prefork:notice] [pid 20719] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 18:58:45.510633 2018] [core:notice] [pid 20719] AH00094: Command line: '/usr/sbin/apache2'
[Wed May 16 19:00:42.199670 2018] [mpm_prefork:notice] [pid 20719] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
[Wed May 16 19:00:42.227525 2018] [mpm_prefork:notice] [pid 20719] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 19:00:42.227537 2018] [core:notice] [pid 20719] AH00094: Command line: '/usr/sbin/apache2'
[Wed May 16 19:00:42.553570 2018] [mpm_prefork:notice] [pid 20719] AH00171: Graceful restart requested, doing restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
[Wed May 16 19:00:42.577617 2018] [mpm_prefork:notice] [pid 20719] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 19:00:42.577627 2018] [core:notice] [pid 20719] AH00094: Command line: '/usr/sbin/apache2'
[Wed May 16 19:06:49.133572 2018] [mpm_prefork:notice] [pid 20719] AH00169: caught SIGTERM, shutting down
[Wed May 16 19:06:50.223763 2018] [mpm_prefork:notice] [pid 25702] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Wed May 16 19:06:50.223794 2018] [core:notice] [pid 25702] AH00094: Command line:
----------------------------------------------------------------------------------
Pode-se observar também que o endereço pula automaticamente para https://... como se tivesse SSL configurado automaticamente