I can only speak about my experience with apache 1.3.6, but perhaps
it holds true here.
> i am just now getting into apache and unix.
> i've got a linux 5.1 box with apache 1.3, and i've been working on
> getting it configured to be a web server. my problem right now is that
> when i pull up a browser and type in my ip number, i get a message
> saying "Connection Refused"
8080. To test, try entering your IP number followed by colon and 8080
as below:
http://aaa.bb.ccc.dd:8080
You can look in the file httpd.conf for the Port declaration. By
default,
when apache is compiled and installed by root, the Port is set to 80,
when installed by a "normal" user, the default Port is 8080.
Henry Miller