Category Archives: Scripting

Compiling Lua with Visual Studio 2010

It’s not often I have to venture into the Microsoftland development environment, but when I do it always seems to take me a while to get used to their visual projects instead of good ‘ole Makefiles. I’ve been using Lua … Continue reading

Posted in Code, Microsoft, Scripting | 1 Comment

SSL detection by PHP scripts run through FastCGI on nginx

How’s that title for acronym soup? I ran across this issue when playing around with nginx. I was trying to set up phpMyAdmin for SQL administration, but ran into a rather peculiar issue. To explain the problem, let me give … Continue reading

Posted in Linux, Scripting, Security | 3 Comments