Apache logs showing the word 'combined' rather than the combined logs

Posted by & filed under Developer Blog.

I was reviewing some logs today and noticed that the word ‘combined’ was showing up as every line of the log file, rather than the actual combined log data. It turns out I had accidentally commented out the line that defines what combined means: #LogFormat “%h %l %u %t “%r” %>s %b “%{Referer}i” “%{User-Agent}i”” combined

Mephisto comments breaking in Apache

Posted by & filed under Developer Blog.

For a minute, I thought my comments were not working or were being blocked on this site. I could post one comment, but anything after that didn’t work. I spent most of the morning trying to figure out why it was happening and thinking I’d broken something while tweaking my theme or something. I also… Read more »

Apache (HTTPD) and Tomcat connector with mod_jk

Posted by & filed under Developer Blog.

I’ve spent the last few days trying to figure out how to get the mod_jk connector working so that I can use tomcat and httpd together. The problem, like most linux operations, is that it’s very poorly documented. Not only that, but the decent documentation you find is either outdated or is very specific to… Read more »