|
Home > Archive > WebSphere HTTP Server > March 2004 > Problem running Apache 1.3.28 with WAS 5.0.2 Express under Suse Linux 9.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem running Apache 1.3.28 with WAS 5.0.2 Express under Suse Linux 9.0
|
|
| Stefan Gnann 2004-03-03, 4:33 am |
| Hi,
I have an Apache 1.3.28 and an WAS 5.0.2 Express with WebServer Plugins
installed on a Suse Linux 9.0 Server.
If I start the apache without the WebServer Plugins everything is o.k..
If I start the apache including the following statements in itīs httpd.conf:
LoadModule app_server_http_module
"/opt/IBM/WebSphere/Express502/AppServer/bin/mod_app_server_http_eapi.so"
WebSpherePluginConfig
"/opt/IBM/WebSphere/Express502/AppServer/config/cells/plugin-cfg.xml"
The apache starts with the follwing entries in the error.log of the apache:
[Wed Mar 3 09:31:58 2004] [notice] Initializing the WebSphere Plugin
[Wed Mar 3 09:31:58 2004] [notice] Apache/1.3.28 (Linux/SuSE) configured --
resuming normal operations
[Wed Mar 3 09:31:58 2004] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Wed Mar 3 09:31:58 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
So I think, that everything is o.k.
But when I want to request any URL on the apache it writes the following
line into the /var/log/httpd/error.log:
[Wed Mar 3 09:32:32 2004] [notice] child pid 14071 exit signal Segmentation
fault (11)
Does anybody know what the problem is?
Is there any known bug?
Any hints?
best regards
Steve
| |
| Stefan Gnann 2004-03-03, 5:33 am |
| Everything is allright.
Sorry !!
It was my fault. I have to use module "mod_app_server_http.so", not the
"mod_app_server_http_eapi.so" one.
Now the apache starts with the warning that the module might crash under
EAPI, but everything works allright.
"Stefan Gnann" <stefan.gnann@ametras.com> schrieb im Newsbeitrag
news:c2471b$5j2o$1@news.boulder.ibm.com...
> Hi,
>
> I have an Apache 1.3.28 and an WAS 5.0.2 Express with WebServer Plugins
> installed on a Suse Linux 9.0 Server.
> If I start the apache without the WebServer Plugins everything is o.k..
> If I start the apache including the following statements in itīs
httpd.conf:
>
> LoadModule app_server_http_module
> "/opt/IBM/WebSphere/Express502/AppServer/bin/mod_app_server_http_eapi.so"
> WebSpherePluginConfig
> "/opt/IBM/WebSphere/Express502/AppServer/config/cells/plugin-cfg.xml"
>
> The apache starts with the follwing entries in the error.log of the
apache:
>
> [Wed Mar 3 09:31:58 2004] [notice] Initializing the WebSphere Plugin
> [Wed Mar 3 09:31:58 2004] [notice] Apache/1.3.28 (Linux/SuSE)
configured --
> resuming normal operations
> [Wed Mar 3 09:31:58 2004] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec)
> [Wed Mar 3 09:31:58 2004] [notice] Accept mutex: sysvsem (Default:
sysvsem)
>
> So I think, that everything is o.k.
> But when I want to request any URL on the apache it writes the following
> line into the /var/log/httpd/error.log:
>
> [Wed Mar 3 09:32:32 2004] [notice] child pid 14071 exit signal
Segmentation
> fault (11)
>
>
>
> Does anybody know what the problem is?
> Is there any known bug?
> Any hints?
>
> best regards
>
> Steve
>
>
| |
| Juanma Martinez 2004-03-03, 6:33 am |
| In article <c2471b$5j2o$1@news.boulder.ibm.com>, stefan.gnann@ametras.com
says...
> I have an Apache 1.3.28 and an WAS 5.0.2 Express with WebServer Plugins
> installed on a Suse Linux 9.0 Server.
>
Was 5.0.2 is not supported on RH 9
--
Juanma Martinez
|
|
|
|
|