![]() |
|
apxs (apache) path in sentora on centos 7 - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: apxs (apache) path in sentora on centos 7 (/showthread.php?tid=1363) |
apxs (apache) path in sentora on centos 7 - ebaya - 03-31-2015 hi i instaling mod_jk to use apache +tomcat but i dont know whre is apache location in the tutorial for exp: PHP Code: ./configure --with-apxs=/usr/local/apache/bin/apxs PHP Code: ./configure --with-apxs=/usr/sbin/apxs but i gete erorr PHP Code: error: Invalid location for apxs: '/usr/local/apache/bin/apxs' RE: apxs (apache) path in sentora on centos 7 - Me.B - 03-31-2015 /etc/httpd in centos. Your setup will not be secure if you plan to use it in production. Did you install? "yum install httpd-devel" https://www.centos.org/forums/viewtopic.php?t=39946 M B RE: apxs (apache) path in sentora on centos 7 - ebaya - 03-31-2015 i try to install mod_jk module to use tomcat with apache and Package httpd-devel-2.4.6-19.el7.centos.x86_64 already installed and latest version Nothing to do in this link https://blog.eitetu.com/archives/225 but i dont know location of this file apache/bin/apxs |