Domino Web Engine does not open the HTTP port

Hi All,I installed Domino on RedHat Linux ES. Domino could not open the HTTP port. I tried changing the port no. to 8080,81 but still it didn’t open.When I check the tasks (sh ta) it says only

HTTP Server : Initializing

Please help…

Thanks,

Buwaneka

ps: Apache is not installed on the Linux machine.

Subject: Domino Web Engine does not open the HTTP port

Check to see if you already have an http daemon running, such as Apache.

Do the following:

ps -ef | grep http

and look at the results…

if you see an http server running other than Domino you should deactivate.

/etc/init.d/httpd stop