Home server

This thread is the branching out of an older thread at

http://forum.java.sun.com/thread.jspa?messageID=2983290&#2983290

Now another strange thing has happened.

I can access the Apache docs by typing

http://www.gis-systems.com on my machine in addition to typing the IP address.

Can you too do this? I own that domain name.

I had specified this domain name at the time of Apache installation. And then I specified on the control panel at my domain host to forward this domain to http://218.141.2.91/

And now it seems to be forwarding.

On my machine, when I access http://www.gis-systems.com, it displays the correct index page, but the URL seen on the address bar is the IP number, not the domain name.

I guess, that's all I can do short of paying for a DNS server host.

But, for the present, it's enough for me.

Another question, now it seems that all other servers on this machine are also accessible from outside, besides Apache. For example, when I type http://218.141.2.91:8080/ , Tomcat's splash page is accessed. I think it is same from there too, isn't it? Is there a way I can expose only Apache (port 80) to outside world?

[1220 byte] By [nep100a] at [2007-10-1 1:39:28]
# 1
Hi,Yes, I can access http://www.gis-systems.com, and yes I can connect to port 8080. You need to install and configure som kind of firewall software (or install a hardware router/switch/firewall that can block ports)./Kaj
kajbja at 2007-7-8 7:56:39 > top of Java-index,Security,Event Handling...
# 2
I've installed the firewall that comes bundled with XP. Can it do the job? I will have to investigate how to configure it.
nep100a at 2007-7-8 7:56:39 > top of Java-index,Security,Event Handling...
# 3
Hi,Yes that's enough. I guess you haven't activated it? Usually the default configuration blocks external requests on all ports. You have to activate/enable the firewall, and open port 80./Kaj
kajbja at 2007-7-8 7:56:39 > top of Java-index,Security,Event Handling...
# 4
I think now I've disabled all ports except 80.Can you still access my Tomcat port at http://218.141.2.91:8080/ ?I hope only http://218.141.2.91/ should be accessible.
nep100a at 2007-7-8 7:56:39 > top of Java-index,Security,Event Handling...
# 5
Hi,Looks ok. I can connect to port 80, but not 8080./Kaj
kajbja at 2007-7-8 7:56:39 > top of Java-index,Security,Event Handling...
# 6
Thank you, now I think I've set up the rudimentary home server.
nep100a at 2007-7-8 7:56:39 > top of Java-index,Security,Event Handling...