Web Service Engine has not been initialized

Server get sometimes this message in web service consumer: “Web Service Engine has not been initialized”. Any solution?

Subject: Double check the basics

Usually when running a Linux box and you get this message, the Domino HTTP server can’t start, because the Apache web server is already running and taking port 80. That’s the first thing I’d check.

If you want to run apache too, there are ways to do it. Put one of the servers on a different port, or run apache on the front and redirect *.nsf traffic to the domino server.