PDA

View Full Version : apache connection refused



u4711
09-27-2003, 01:04 PM
Hi,
I did an HD-install of 3.2 and edited hosts.allow /.deny, but I still get a "connection refused" when trying to connect to apache locally.
(Yes, I did start apache and it is listening to 192.168.x.x)
Any aid?

eadz
09-27-2003, 01:33 PM
to see where apache is listening, do a :
lsof | grep IPv4

Then make sure you are typing http://192.168.1.x/ not http://localhost/

Have you changed the apache configuration? You don't need to edit /etc/host.* to get apache to work

u4711
09-29-2003, 03:18 PM
Okay, got it, apache was listening on port 192 so I misunderstood the LISTEN line in httpd.conf, thanks