WordPress 3.5 may look cool, but it has found a dozen new and clever ways in which to break itself. Last week, I figured out how to fix the “Add Media” button. This week, I discovered that I could no longer select any drop-downs in the admin screens, add tags, or click most buttons. I [...]
Puppet Quick Tip: Enabling an Apache module
Recently, I was asked to enable mod_rewrite for Apache on our webservers, which are controlled by the sexy puppet master server. I did a quick google to see if anyone had any recipes published. On the puppet wiki there is a recipe for Apache on Etch, but their module portion installs Apache modules. In the [...]
WebDAV Client – Windows 7
Since I’ve already got Linux & OSX talking to my LDAP/WebDAV enabled Apache, I needed to finish my trifecta… Windows. Specifically, Windows 7. I had heard that it is possible to map WebDAV shares as network drives, just like you would with Samba. Of course, what you hear, what you hope for, and what Windows [...]
Apache + WebDav + LDAP = Pure Bliss
As I discussed previously, I got fed up with Samba file sharing (when trying to use LDAP) and went to the joy that was WebDAV. As it turned out, it is extremely easy to get LDAP authentication on Apache and combine that with WebDAV; today I’ll show you how.
Samba and LDAP DO NOT MIX
Recently I was tasked with helping a company implement a centralized authentication system, and they wanted to go all open source. This isn’t unreasonable in my book, though it is a little unusual. Of course the words “Open Source Authentication” directly translates to LDAP, the only question is which LDAP software you’re going to use. [...]
WordPress: Enabling SSH/SFTP Updates
The first time I dealt with WordPress was when I first started doing IT administration for FanHistory. At that point in time I knew nothing about it and it was breaking horribly. Luckily I managed to fix the issues (which turned out to be Varnish proxy related) and get it standing mostly on its own [...]
Serendipity to WordPress – Rewriting URLs
So the second most important thing to for a S9Y to WordPress migration, after you import the posts, is to make sure as many of the old links work as possible. It doesn’t actually require all that much work to get 90% of the old links working. With Apache & mod_rewrite you can be up [...]
