Tagged Questions
-1
votes
0answers
26 views
Can I block a request based on HTTP-VIA and HTTP_X_FORWARDED_FOR?
I have the problem where a specific anti-virus is following all my tracking URLs in emails. The Logging of these requests based on their IP's result in two extra headers being passed through:
...
0
votes
1answer
64 views
Blocking websites on Windows OS machine: registry vs firewall
When attempting to block a particular website (e.g. www.facebook.com) on a Windows XP 64bit Professional SP3 machine there are a number of methodologies that can be employed. Some methods are clearly ...
0
votes
4answers
49 views
What paths should I be ignoring on an Apache2 webserver? [closed]
I'm deploying my WSGI-based Django application to an Apache2 server. Recently, I've noticed several requests going to /_vti_inf.html, which are apparently requests by Microsoft FrontPage or SharePoint ...
1
vote
2answers
985 views
Are there internet users connecting with HTTP/1.0?
Are there internet users connecting with HTTP/1.0? Such as over a proxy. Because I'm going to block HTTP/1.0 since most of the bots are using HTTP/1.0.