| Author |
Can not start Apache after installing WAS
|
|
| Kent Dong 2004-04-28, 10:33 am |
| Hello:
I just installed Apache 2.0.49 with WAS 5.0 fix pack 2. The issue is that I
can not start Apache.
The error is:
Syntax error on line 973 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/WebSphere/AppServer/bin/mod_app_server_http.dll
into server: The specified module could not be found.
The line 973 in httpd.conf is:
LoadModule app_server_http_module "C:/Program
Files/WebSphere/AppServer/bin/mod_app_server_http.dll"
And the .dll file does exist in the right place. I alsogive "everyone"
"full control" permission of the file.
The OS is Windows XP.
Any helps is greatly appreciated.
KEnt
| |
| Juanma Martinez 2004-04-28, 11:33 am |
| In article <c6oclr$2cuk$1@news.boulder.ibm.com>, KentDongUsa@yahoo.com
says...
> The line 973 in httpd.conf is:
> LoadModule app_server_http_module "C:/Program
> Files/WebSphere/AppServer/bin/mod_app_server_http.dll"
>
You are trying to use the Apache 1.x plugin. Try changing that line to
LoadModule was_ap20_module "c:/program
files/websphere/appserver/bin/mod_was_ap20_http.dll"
Also check the following information:
http://www-1.ibm.com/support/docvie...ntext=SSEQTP&q1
=apache+plugin&uid=swg21115062&loc=en_US&cs=utf-8&lang=en+en
--
Juanma Martinez
| |
| Juanma Martinez 2004-04-28, 11:33 am |
| In article <c6oclr$2cuk$1@news.boulder.ibm.com>, KentDongUsa@yahoo.com
says...
> Syntax error on line 973 of C:/Program Files/Apache
> Group/Apache2/conf/httpd.conf:
> Cannot load C:/Program Files/WebSphere/AppServer/bin/mod_app_server_http.dll
> into server: The specified module could not be found.
>
>
You are trying to use the Apache 1.x plugin. Try changing that line to
LoadModule ibm_app_server_http_module
unidad:\WebSphere\AppServer\bin\mod_ap20
_http.dll
Also check the following information:
http://www-1.ibm.com/support/docvie...ntext=SSEQTP&q1
=apache+plugin&uid=swg21115062&loc=en_US&cs=utf-8&lang=en+en
http://publib.boulder.ibm.com/infoc...help/index.jsp?
topic=/com.ibm.websphere.base.doc/info/aes/ae/tins_manualWebServer.html
--
Juanma Martinez
| |
| Kent Dong 2004-04-28, 12:33 pm |
| Juanma,
Thank you for the note. It's working now.
Kent
"Juanma Martinez" <juanma_martinez@es.ibm.com> wrote in message
news:MPG.1af9e7f9c68f9a1f989837@news.software.ibm.com...
> In article <c6oclr$2cuk$1@news.boulder.ibm.com>, KentDongUsa@yahoo.com
> says...
Files/WebSphere/AppServer/bin/mod_app_server_http.dll[vbcol=seagreen]
> You are trying to use the Apache 1.x plugin. Try changing that line to
>
>
> LoadModule ibm_app_server_http_module
> unidad:\WebSphere\AppServer\bin\mod_ap20
_http.dll
>
>
>
> Also check the following information:
>
> http://www-1.ibm.com/support/docvie...ntext=SSEQTP&q1
> =apache+plugin&uid=swg21115062&loc=en_US&cs=utf-8&lang=en+en
>
> http://publib.boulder.ibm.com/infoc...help/index.jsp?
> topic=/com.ibm.websphere.base.doc/info/aes/ae/tins_manualWebServer.html
>
>
>
> --
> Juanma Martinez
|
|
|
|