Minggu, 14 Oktober 2018

How to check apache MPM version on centos and ubuntu server

  Tidak ada komentar
On centos apache server
[root@sipencatar-cloud mods-enabled]# apachectl -V | grep -i mpm
Server MPM:     prefork
[root@sipencatar-cloud mods-enabled]#
Alternative on Centos 
[root@sipencatar-cloud mods-enabled]# httpd -V | grep -i mpm
Server MPM:     prefork
[root@sipencatar-cloud mods-enabled]#
 
On Ubuntu
root@maswachid:~$ a2query -M
prefork
root@maswachid-app:~$

Tidak ada komentar :

Posting Komentar