PDA

View Full Version : Apache


Dulcinea
01-10-2005, 03:08 AM
:no: I installed apache and I can display http://localhost/index.htm from my own computer. How can the other computer can access the web page? Is it by typing http://(myipaddress)/index.htm for instance http://10.228.9.3/index.htm? Or I need to edit somthing in httpd.conf file? If I need to edit it, what is the command that should I use? Really need your help guys..!! :yes:

Tim
01-13-2005, 12:23 PM
You need to turn the VPN (virtual private network) on. It's not an Apache setting.

Dulcinea
01-14-2005, 12:04 AM
VPN ? I know nothing about VPN. How can I turn on VPN? :no:

Tim
01-15-2005, 02:57 PM
VPN - is an internet tunnel, allowing users to connect to your server's IP in the global network.

First of all, you need to create a new network connection (like you do for your internet service provider). You must be a server to accept incoming queries. Then you can turn on the VPN there.

Dulcinea
02-14-2005, 08:54 PM
I have solved my problem right now. There is a small matter that I need to consider that is, I need to set my Internet Options --> Connections --> LAN Setting --> Advanced -->Exceptions where I need to add 10.* (my ip address starting with 10.*.*.* )so that everyone in my network can actually view the homepage. That was only the way I need to fix.

Anyway, thnx for your help! Really appreciate it!