como descobrir a versão do apache instalada no Ubuntu?

30

como descobrir a versão do servidor Apache instalada no Ubuntu 14.04?

    
por Sumanshu Singh 09.03.2015 / 16:55

2 respostas

50

Abra o terminal e digite:

apache2 -v   

-v Imprime a versão do apache2 e depois sai.

    
por karel 09.03.2015 / 17:00
0

eu removi este bloco de código e agora ele funciona..pode ser um conflito?

<Location />
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
#   RewriteCond %{HTTPS} off
#   RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]
</Location>
    
por Francesco 12.01.2018 / 06:24

Tags