↧
JIRA Over SSL using Apache
I recently wanted to serve JIRA over SSL using Apache to face the Internet instead of Tomcat. Here’s how I did it. Basic JIRA setup was easy, even for someone who never touched the thing before –...
View ArticleUsing PHP To Generate The Dates Between Two Dates
I recently had to populate a database table with all the possible dates between two given dates, which is a reasonably common thing to do. I did it in command-line php and thought the code might be...
View Article