- Dev machine LAMP stop start restart
- Turn off "spatial finder" in debian?
- The easier way to install your ssh key on remote servers
- how to semi permanently liberate your olpc
- OLPC bad hash for eblock problem when upgrading
- How to write zeros to all sectors of a drive under linux
- Yeeeaaarrrrgghh!
- W00t!
- Great Big Gettin Up Morning
- Bytecc BT-PESAPA eSATA fix
Installing knowledgetree getting 500 error
If you are installing knowledgetree document management software and get a 500 server misconfiguration error you likely don't have mod_expires loaded into apache.
to fix (on debian)
a2enmod expires
You can confirm that this is your problem by checking your server's error log for where it complains about ExpiresActive directive in your .htaccess file. If you find that, the above command will fix it.
