Apache and remote calling
The company I work for has recently had their web page stored entirely on a remote server. This hasn't been too bad since the remote server allows to run cgi scripts, etc. Recently though the company have decided to host everything locally to allow for more flexibility and more powerful options (SQL, PHP, etc.)
So I've made a machine, installed Linux 7.1 (last version that works with all our design software) and tried to get Apache to run.
I think I've gotten it up in that when I go to http: //localhost it directes me to the test page (the Apache page that reads: "If you can see this, it means that the installation of the Apache web server was successful...").
Now my problem. How do I get my server accessable from the outside? Our current setup is to have an internal network with assigned IP addresses and have a server act as a gateway for accessing the internet. The computer this is to be installed on is not that server.
Is there any way to route requests to the machine with the Apache server? How would I configure the different machines to get this to work?
Once I can access the Apache server from outside it shouldn't be hard to have the current web-site location forward all requests over. I have no idea how to proceed and I haven't seen any posts where this was covered (although I was limited by not knowing what to search under).
Anyone know?
|