↧
How to exclude directory from password protected directory in Apache
I had a problem lately with password protected directory using Apache2 mod_auth. I had to serve one directory inside of password protected directory without any restrictions. This is how to set it up...
View ArticleApache2 + WSGI auto restart
The one thing I loved about Passenger and Ruby (from a time when I was working on it) was how easy it was to reload your code. I still had to touch a file to do it but that gave me an idea how to solve...
View Article