| Bernd Muent 2004-01-19, 6:32 am |
| Rahul Ruikar schrieb:
quote:
> I want to create mod_jk.so module for Apache + Tomcat connectivity for
> that I require apxs tool. but I coudn't found that tool on my
> system.(Red Hat 8.0).
> suggest mee the ways.
Do a: httpd -l|grep mod_so
If there's no output, your apache is not compiled with the option
--enable-module=so. So you have to recompile it.
If ther's an output, just look for apxs with "locate apxs". Normally it
is in the "bin"-dir of apache. On my system f.e. /usr/local/apache2/bin.
Greetings, Bernd
--
BM Computer-Services, Bergmannstr. 66, 10961 Berlin
Webdesign, Internet, Layout und Grafik
Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401
Web: http://www.bmservices.de, eMail: kontakt@bmservices.de
|