Hi. On Thu, 2003-09-25 at 04:39, Jared Pritchard wrote: > the httpd error log reports similar - and all the same on todays date - > > [Wed Sep 24 10:59:59 2003] [crit] (98)Address already in use: make_sock: > could not bind to port 80 > > x31 > ... so that seems to be the error..! canoot bind to port 80... but why? > :|
Stop apache, then check with ps and make sure there aren't any apace processes left over. It may simply be a hung apache process. If not, then use "netstat -a" to see what process is listening on port 80. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
