Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Want to limit traffic only to my network |
|
Author |
|
newyawkah
Joined: 01 Sep 2010 Posts: 4
|
Posted: Fri 03 Sep '10 0:46 Post subject: Want to limit traffic only to my network |
|
|
After spending 2 days trying to get a WAMP setup to run wordpress, the very first thing I see in my wordpress dashboard are dozens of hacking attempts. I want to restrict apache to run as a web server only on my immediate network.
Is it as simple as just blocking port 80 on my router? Would this mess up my regular web browsing? Is there a better way to do it? Basically the only ip addresses apache should serve to is localhost and 192.168.1.x
But i'm concerned that if I create a rule like deny all except for x,y,z then the outside world still knows i am running a web server and can try to hack it. I want it to work silently within my network only.
Thanks in advance |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 03 Sep '10 3:21 Post subject: |
|
|
Close the port in the router, will not affect browsing. You had it closed at one point (I know of no router with any ports forwarded out of the box), were you able to browse? |
|
Back to top |
|
newyawkah
Joined: 01 Sep 2010 Posts: 4
|
Posted: Fri 03 Sep '10 11:08 Post subject: |
|
|
Hmm I'm confused. I started my Apache server then went to http://canyouseeme.org/ to see if port 80 was open and it says it isnt.
I dont know if you use wordpress but my dashboard has a section called "incoming links" that within a few minutes of creating my local site was filled with stuff like this:
Dra3Q linked here saying, "$rss = str_replace("http://localhost","",$rss); $i ..."
杜宏雷 linked here saying, "4 new XElement("link","http://localhost"), // 页面链接 ..."
How are these people reaching my wordpress site otherwise? |
|
Back to top |
|
|
|
|
|
|