This is a discussion on local installation within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I'm new to web server, and I downloaded the wamp5 1.7.0 package to learn and play ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, I'm new to web server, and I downloaded the wamp5 1.7.0 package
to learn and play with php and mysql. I would like to know how to configure apache (and the mysql and php if it needs to) so that I'm the only one to be able to access to it, and and from my pc. Your help would be appreciated. Carl |
|
|||
|
On May 3, 7:28 pm, Gil-Galad <palomi...@videotron.ca> wrote:
> Hi, I'm new to web server, and I downloaded the wamp5 1.7.0 package > to learn and play with php and mysql. > > I would like to know how to configure apache (and the mysql and php if > it needs to) so that I'm the only one to be able to access to it, and > and from my pc. > > Your help would be appreciated. > > Carl get yourself a router, and connect to your broadband with that, or use a firewall and block incoming port 80 and 443 if you use a router and can set your pc to have a static ip address, then do so, and in httpd.conf for the server wide config part, set Order Allow, Deny Allow from STATIC_IP Allow from STATIC_WORK_PUBLIC_IP then do not override this elsewhere, all your websites will now no longer be contactable from anywhere but your work network, and the actual PC itself, if your router was portforwarding ports 80 and 443 to begin with. |