Selasa, 12 November 2024

How to Check Apache HTTP Server Version

Requirement:

you need to have XAMPP or Apache HTTP server installed and configured correctly first, in this example: XAMPP 1.6.7 ( Apache 2.2.9 and PHP 5.2.6 )

To print the Apache version

  1. Open a terminal program or command prompt program or command line program
  2. Go to XAMPP path, in this example D:\softRun\xampp-win32-1.6.7\apache\bin\
  3. type D: then press Enter on keyboard.
  4. type cd softRun\xampp-1.6.7\apache\bin, press Enter on keyboard
  5. Type this following Apache httpd command on command prompt program window :
    httpd -version
  6. then press Enter on keyboard.

Sample Output



 to print the more detailed of Apache version

  1. Open a terminal program or command prompt program or command line program
  2. Go to XAMPP path, in this example D:\softRun\xampp-win32-1.6.7\apache\bin\
  3. type D: then press Enter on keyboard.
  4. type cd softRun\xampp-win32-1.6.7\apache\bin, press Enter on keyboard
  5. Type this following Apache httpd command on command prompt program window :
    httpd -V
  6. then press Enter on keyboard. 

Notes:

  • Use this tutorial sample according to your needs and your requirement.
  • type httpd -help to other command manual help.

Bibliography

https://phoenixnap.com/

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts