Archive for the ‘apache’ Category
Subversion, Apache, nginx and “Entity Too Large”
tl;dr: add client_max_body_size 10m; to your nginx vhost.
This one took me a while to track down. My brother uses my subversion repository, and he was trying to commit a 1MB flash file. The TortoiseSVN error he got back was:
This was a bit perplexing. I figured it was some sort of mod_dav setting I had [...]
May 4, 2010
Posted in: apache, nginx, subversion
No Comments
Conditional gzipping with Apache
I’ve never really experimented with some of the more low-level website optimizations (server side stuff, like gzipping, caching and the like), mostly because I’ve never really had to. I’m not a server admin, and my sites don’t generate enough traffic for me to really care about such minor issues. But then I released two little [...]
August 30, 2009
Posted in: apache, web development
No Comments
