Hi,
thanks for your reply.
Blocking all requests in Apache seems to be the best way. Can you give an 
example how to do that?
As / is mapped to the wsgi app ( 
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/modwsgi/ )
and a new files section does not the trick:

                <Files ~ "^.*\.([Pp][Hh][Pp])$"> #PHP protection

                        order allow,deny

                        deny from all

                        satisfy all

                </Files>


Am Dienstag, 20. Januar 2015 12:55:40 UTC+1 schrieb hinnack:
>
> Hi,
>
> I get a lot of intrusion checks on my website - especially for PHP 
> (wordpress, joomla, …).
> Today they all raise a 404 errors in python-django - so if you have emails 
> enabled for 404 errors…
>
> What is the best way to block those requests in a standard apache 
> deployment?
> ( https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/modwsgi/ )
>
> regards
>
> Hinnack
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/aa96b4c6-63cc-4eff-9fa0-95c7bf71dfd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to