Optimizing nginx performance

Found these links that have valuable tips for achieving nginx performance: I’ll try to benchmark before and after with ab and post the results here.

Installing nginx on Mac with pcre library

To build nginx on Mac OS X Snow Leopard, I use the following options to configure ./configure –with-ld-opt=”-L/usr/local/lib” –with-cc-opt=”-I/usr/local/include” If the ld and cc options are not given, it results in an error reported in a ticket on the nginx…

How to manage PATH in Mac OS X

I use two ways to manage paths in Mac OS X: ~/.profile I use the first option when trying things out, and the second for managing the path more permanently. Example And example of the using to include…

Free map tiles

Map Tile Sources Here is a list of free sources for map tiles. I’ll expand this list as I find more free tiles. Notice that some websites require an attribution. I’ll perhaps update this post with the attribution line for…