Apache on Linux: What version am I running?
Posted: Mon Apr 25, 2005 6:13 pm
From console and without access to any config files how could I figure out what version of apache i'm using?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
# C:\Apache\bin\> apache -V
Server version: Apache/2.0.49
Server built: Mar 18 2004 11:14:46
Server's Module Magic Number: 20020903:7
Architecture: 32-bit
Server compiled with....
-D APACHE_MPM_DIR="e;server/mpm/winnt"e;
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="e;/apache"e;
-D SUEXEC_BIN="e;/apache/bin/suexec"e;
-D DEFAULT_SCOREBOARD="e;logs/apache_runtime
-D DEFAULT_ERRORLOG="e;logs/error.log"e;
-D AP_TYPES_CONFIG_FILE="e;conf/mime.types"e;
-D SERVER_CONFIG_FILE="e;conf/httpd.conf"e;
# C:\Apache\bin>