Re: [web2py] Re: Preventing hackers from exploiting web2py with wsgi

2016-02-25 Thread Robin Manoli
Don't worry, I didn't disregard the information. The answer is not what I'm looking for however. Even if apache is amusingly complicated for Niphlod, the issue at hand has nothing to do with apache. The issue is to figure out how to find out how to prevent GET requests exploited through web2py.

Re: [web2py] Re: Preventing hackers from exploiting web2py with wsgi

2016-02-25 Thread Marin Pranjić
Wow, some people are soo easily offended. I don't see a single rude word here, it's helpful and informative answer, and it should help you unmix things :) His answer could be the best thing you read today, so I hope you don't just discard it because it's not wrapped up with fake politeness.

[web2py] Re: Preventing hackers from exploiting web2py with wsgi

2016-02-25 Thread Robin Manoli
They recommended not to use wsgi, and so far I've been using mod_wsgi. Sorry if I didn't know everything about wsgi. Thanks for the tips! Maybe I can amuse myself with some rude people on help forums too? You know Niphlod, this is not the first time you're answering to me in a rude way. Are

[web2py] Re: Preventing hackers from exploiting web2py with wsgi

2016-02-25 Thread Niphlod
IMHO you're really confused. or got names wrong. or got things wrong. wsgi IS THE ONLY WAY to run python code for webservers. It's the only standardized spec to do so. Nooow, if you're instead talinkg about mod_wsgi on apache, it's another matter entirely. Securing apache needs to be done by