[root@bdtest2 conf]# /etc/rc.d/init.d/httpd start
Starting httpd: [Fri May 5 11:43:05 2000] [warn] Loaded DSO
/opt/IBMWebAS/plugins/linux/mod_app_server.so uses plain Apache 1.3
API, this module might crash under EAPI! (please recompile it with
DEAPI)
[FAILED]
Figure 24. Apache failure loading WebSphere module
Because of this error, Apache will not start. Hence, we had to remove the
Apache Web server and install IBM HTTP Server 1.3.6.
2.4.4.1 Removing Apache Web server
The Apache module should be removed, using the
rpm e
command, in the
following order:
1. Remove the mod_perl package with the command:
rpm e mod_perl
2. Remove the php package with the command:
rpm e php
Removing php package in Caldera
For Caldera, the command is:
rpm e mod_php3 3.0.12 5
3. Remove the Apache package with the command:
rpm e apache
The following directories relating to the Apache Web server should be
removed as follows:
For directory /var/log/httpd, use the command:
rm f /var/log/httpd
For directory /home/httpd, use the command:
rm f /home/httpd
For directory /etc/httpd, use the command:
rm f /etc/httpd
34
Linux Web Hosting with WebSphere, DB2, and Domino