On Fri, Jun 28, 2002 at 02:03:12PM +0200, Graham Leggett wrote:
> Hi all,
>
> On a new server installation of Redhat Linux v7.2, I have installed the
> Redhat provided apache-1.3.22-6 RPM to fix the chunking hole.
>
> Apache however won't start: It complains that
>
> [Fri Jun 28 06:35:05 2002] [crit] (98)Address already in use: make_sock:
> could not bind to address xx.xx.98.143 port 80
>
> I have checked and triple checked that nothing is bound to port 80:
Had you modified your config file as well as upgrading? That can also
happen if you have conflicting Listen statements, e.g.:
Listen 80
Listen localhost:80
joe
|