Question : IBM HTP Server | Internal server error

Hi,

We have a websphere application server V 6.1 installed on windows server 2003, IBM HTTP server is installed on the same machine and created it as a managed node, HTTP Server can be administered in the WAS 6.1 admin console it self.
Application works fine with the context root of the web module, but the HTTP server is not responding, it gives Internal Server Error.
http://localhost/ works find but http://localhost gives internal server error.
Static content are deployed in HTTP server so not able to get the static content or the directory structure of the static content.
I tried to recycle the HTTP server through services, command prompt and through WAS admin console couple of times, generated and propagated the plugin and I have rebooted the machine as well, it didn't work out.
Is there anything else that i can check in this, error log says only about the restart status and access log says "GET /" 500 617.
Please help to investigate futher to fix this issue.

Answer : IBM HTP Server | Internal server error

Excellent.  One of the common errors is when the plugin (loadmodule) code is very different from the Application Server code.

So, locate the "conf" directory for your web server, and specifically, the "httpd.conf" file.

At the bottom of this file, locate the "WebSpherePluginConfig" directive.
This provides the fully qualified path to the plugin-cfg.xml file processed by the plugin load module.

Open this file using a text editor, and locate the "Log" directive (the first line that start with "<Log"  This line should contain a "Name" attribute" that identifies the fully qualified path to the plugin log file.

Close this file, and open the plugin log file, and locate the lines that have:

... PLUGIN: Bld version
... PLUGIN: Bld date:


What version of the Plugin code is being used?
Random Solutions  
 
programming4us programming4us