Hi again,
On Thu, 28 Dec 2000, Richard wrote:
> > My idea is to find out if you already have an Apache hanging onto
> > port 8259 - in which case you need to stop it!
>
> [root@localhost mod_perl-1.24_01]# ps axfwwww | grep httpd
> 2888 ? S 0:01 ../apache_1.3.14/src/httpd -f
>/root/mod_perl-1.24_01/t/conf/httpd.conf -X -d /root/mod_perl-1.24_01/t
> 10510 ? S 0:00 /usr/local/apache/bin/httpd
> 10511 ? SW 0:00 \_ [httpd]
> 10512 ? SW 0:00 \_ [httpd]
> 10513 ? SW 0:00 \_ [httpd]
> 10514 ? SW 0:00 \_ [httpd]
> 10515 ? S 0:00 \_ [httpd]
> 10516 ? SW 0:00 \_ [httpd]
This is your currently running Apache. By the look of things it's
listening on port 8259. Stop it!
73,
Ged.