Apache(httpd) с модулем JK

Thank you for reading this post, don't forget to subscribe!

yum install httpd
yum install gcc
yum install httpd-devel

ска­чи­ва­ем файл tomcat-connectors-1.2.48-src.tar.gz
tar -xvf tomcat-connectors-1.2.48-src.tar.gz
cd tomcat-connectors-1.2.48-src/native/
./configure --with-apxs=/bin/apxs
make
make install

vim /etc/httpd/conf/httpd.conf

пра­вим бал­лан­си­ров­щик для томката:
vim /etc/httpd/conf/workers.properties

и пере­за­пус­ка­ем апач

systemctl restart httpd