Le sujet dit tout. Y a-t-il une commande pour le faire?
Réponses
Trop de publicités?Vous devriez utiliser apache2ctl -v ou apache2 -v pour les nouvelles distributions Debian ou Ubuntu.
apache:/etc/apache2# apache2ctl -v
Server version: Apache/2.2.16 (Debian)
Server built: May 12 2011 11:58:18
ou vous pouvez utiliser apache2 -V pour obtenir plus d'informations.
apache2 -V
Server version: Apache/2.2.16 (Debian)
Server built: May 12 2011 11:58:18
Server's Module Magic Number: x
Server loaded: APR 1.4.2, APR-Util 1.3.9
Compiled using: APR 1.2.12, APR-Util 1.3.9
Architecture: 64-bit
Server MPM: Worker
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
Pour moi cela fonctionne sur debian 6 (squeeze):
Linux www809 2.6.26-2-xfr-686 # 1 SMP Wed Sep 21 09:56:47 UTC 2011 i686 GNU / Linux
Je devais aller sur le bon chemin:
/ usr / local / apache / bin $ ./apachectl -v
./apachectl: ligne 71: ulimit: fichiers ouverts: impossible de modifier la limite: opération non autorisée Version du serveur: Apache / 2.2.21 (Unix) Server built: Dec 17 2011 19:57:53
HTH vous (et moi ...) dans le futur. ;-)