views:

37

answers:

2

Is there any way to launch Apache server on my laptop with static IP address? I need a remote access through web-interface to a local Oracle database from the internet.

Right now I have Zend Core installed which allowes me to connect to the database but I don't know how to make it from the internet.

Thank you in advance.

+1  A: 

You can use a dynamic DNS server (no-ip, dyndns) to get a dynamic IP address mapped to a constant domain name (and updated automatically).

Omry
A: 

Apache doesn't assign IP addresses, your ISP does.

Azeem.Butt
I know. I just said that I have a static IP to describe my situation somehow :)
unb
Basic router configuration has nothing to do with programming and would be better posted elsewhere.
Azeem.Butt