![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Basically what it is that if you type in any site with the format: http://www.sitename.com.1bu.com you will get redirected to another site (actually a proxy server in China) that looks exactly like your site, but none of your pages that use scripting will work. |
#2
| |||
| |||
|
|
In RISKS Digest 23.78[1], "Tim Chmielewski" said: Basically what it is that if you type in any site with the format: http://www.sitename.com.1bu.com you will get redirected to another site (actually a proxy server in China) that looks exactly like your site, but none of your pages that use scripting will work. Does anyone know of a way in an Apache server to prevent this unauthorized and unwanted mirroring? |
#3
| |||
| |||
|
|
Stan Brown wrote: In RISKS Digest 23.78[1], "Tim Chmielewski" said: Basically what it is that if you type in any site with the format: http://www.sitename.com.1bu.com you will get redirected to another site (actually a proxy server in China) that looks exactly like your site, but none of your pages that use scripting will work. Does anyone know of a way in an Apache server to prevent this unauthorized and unwanted mirroring? You need to find the IP address[es] making the requests, then block them. I'm seeing requests from: 219.129.21.137 202.96.140.21 A quick Deny From directive, and they're shut down: |
#4
| |||
| |||
|
|
"Mark Tranchant" wrote: 219.129.21.137 202.96.140.21 If it's not OT, could you explain how you found those IP addresses? |
#5
| |||
| |||
|
|
Stan Brown wrote: "Mark Tranchant" wrote: 219.129.21.137 202.96.140.21 If it's not OT, could you explain how you found those IP addresses? I run my own server - my sites are hosted over my DSL line. As such, I can view my server logs in real time as the requests come in. All I did was look up the 1bu.com "mirror" of one of my sites, and see which IP addresses hit my server as I did it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |