I have installed apache 2.2 on SuSe 10 machine...starts with no issues and I am able to see basic html pages that I placed in ~myuser/public_html/ by placing in a web browser
I would like to make this same page available to my external address (62.x.x.x on my router). I am confident that I am allowing the correct ports through (I have ssh open), but I have turned off my firewall to test with the same results.
How do I get my apache web server to listen 80 and/or 8080 on my external address?
when I nmap locally:
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
111/tcp open rpcbind
631/tcp open ipp
3306/tcp open mysql
8080/tcp open http-proxy
when I namp from external address:
PORT STATE SERVICE
1/tcp closed tcpmux
22/tcp open ssh
79/tcp closed finger
411/tcp closed rmt
412/tcp closed synoptics-trap
512/tcp closed exec
540/tcp closed uucp
[...]
67/tcp closed irc
17300/tcp closed kuang2
27374/tcp closed subseven
any help would be greatly appeciated...thx
I would like to make this same page available to my external address (62.x.x.x on my router). I am confident that I am allowing the correct ports through (I have ssh open), but I have turned off my firewall to test with the same results.
How do I get my apache web server to listen 80 and/or 8080 on my external address?
when I nmap locally:
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
111/tcp open rpcbind
631/tcp open ipp
3306/tcp open mysql
8080/tcp open http-proxy
when I namp from external address:
PORT STATE SERVICE
1/tcp closed tcpmux
22/tcp open ssh
79/tcp closed finger
411/tcp closed rmt
412/tcp closed synoptics-trap
512/tcp closed exec
540/tcp closed uucp
[...]
67/tcp closed irc
17300/tcp closed kuang2
27374/tcp closed subseven
any help would be greatly appeciated...thx