ubuntu check apache version running

Un semplice comando per verificare l’esatta versione di apache che sta lavorando sul server.

$ apache2ctl -v
Server version: Apache/2.4.18 (Ubuntu)
Server built:   2016-07-14T12:32:26

Su una RedHat invece il comando è il seguente:

$ httpd -v

Versione di ubuntu

Per verificare la versione di ubuntu basta utilizzare il seguente comando:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.2 LTS
Release:	16.04
Codename:	xenial

Questo comando è disponibile anche in Linux Mint

2 thoughts on “ubuntu check apache version running

  1. Sandro on said:

    Ottimo Tip&tricks, ma scusami, una correzione:
    $ apache2ctl -V , non $apache2clt -V

    Un Saluto, Sandro

    • Cristiano Magro on said:

      Grazie Sandro della segnalazione. ho corretto. 🙂

      Un Saluto

Leave a Comment

Your email address will not be published. Required fields are marked *