Author |
|
tridib
Joined: 16 Jun 2016 Posts: 2
|
Posted: Thu 16 Jun '16 16:02 Post subject: Issue to load mod_was_ap22_http.so |
|
|
Hi All,
I am trying to integrate httpd-2.4.20-win64-VC14 server with WAS 8.5. There I am getting following error when trying to load mod_was_ap22_http.so - Quote: | %1 is not a valid Win32 application | .
I have tried with mod_was_ap22_http.dll too but with same error. But module mod_was_ap22_http.dll was worked for Apache httpd 2.2 version.
Can anyone help me with suggesting the proper version of mod_was_ap22_http for httpd-2.4.20-win64-VC14 server
Thanks
Tridib |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Thu 16 Jun '16 18:28 Post subject: |
|
|
Does WAS support http:// or ajp:// protocol? Than you could use a reverse proxy config. |
|
Back to top |
|
tridib
Joined: 16 Jun 2016 Posts: 2
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
|
Back to top |
|
covener
Joined: 23 Nov 2008 Posts: 59
|
Posted: Sun 19 Jun '16 14:20 Post subject: |
|
|
The WAS plugin is a separately installable component of WebSphere. Install it and apply any maintenance from the last 2+ years. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Tue 21 Jun '16 0:43 Post subject: Re: Issue to load mod_was_ap22_http.so |
|
|
Quote: | %1 is not a valid Win32 application |
This error message indicates in 99% of the cases that you are trying to load a 32-bit module in a 64-bit Apache. It will not work. Moreover, as you found out yourselves, Apache 2.4 needs mod_was_ap24_http.dll (or .so). That one should be available in a 32-bit version somewhere, but propably not as 64-bit:
https://www.ibm.com/developerworks/community/forums/html/topic?id=fa8a8deb-71a9-4dea-9344-a835e025ddd7&ps=100
Quote: | It hasn't ever been supported. There's no 64-bit plugin for Apache on Windows. |
|
|
Back to top |
|