我基本上是专业的PHP 开发人员,我在我的机器上使用LAMP。我在我的机器上使用64 位 Ubuntu 14.04 LTS。
我在我的机器上使用 Apache HTTP Server。为了检查它的版本,我执行了以下命令并得到以下结果:
~$ apachectl -V
Run Code Online (Sandbox Code Playgroud)
输出如下:
Server version: Apache/2.4.16 (Ubuntu)
Server built:
Server's Module Magic Number: 20120211:47
Server loaded: APR 1.5.2, APR-UTIL 1.5.4
Compiled using: APR 1.5.2, APR-UTIL 1.5.4
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D …Run Code Online (Sandbox Code Playgroud)