Y
Hacker News
new
|
ask
|
show
|
jobs
by
blakesterz
4043 days ago
This is neat. What's the best way to do rate limiting in from of Apache for wordpress/drupal sites these days? everytime I go looking for something new I'm dissapointed.
2 comments
giaour
4043 days ago
You could use the OP's project and point everything that makes it through the limiter at Apache with a reverse proxy
http://golang.org/pkg/net/http/httputil/#ReverseProxy
link
meritt
4043 days ago
Use mod_security as most Apache installs already have it enabled and it achieves the same thing.
link