On 8/13/05, David Wills <mishy.cth@xxxxxxxxx> wrote: > I have been trying to move from prefork to worker MPM on apache 2. > > I have a problem however. The compilation runs perfectly, the server > starts fine. > > When I restart the daemon it doesn't finish killing all of apaches > processes before starting the service again. Because of this it fails > the restart with: > > Starting httpd: (98)Address already in use: make_sock: could not bind > to address xxx.xxx.xxx.xxx:80 > no listening sockets available, shutting down > Unable to open logs > I have a very basic setup - with PHP4.4.0 Do you understand all the thread-safety issues with php? Have you verified that all your php libraries are thread-safe? If not, you should go back to prefork. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx