Skip to content

Instantly share code, notes, and snippets.

@dseg
Last active August 29, 2015 14:27
Show Gist options
  • Save dseg/30bf9c324ac104a4b302 to your computer and use it in GitHub Desktop.
Save dseg/30bf9c324ac104a4b302 to your computer and use it in GitHub Desktop.
# /etc/apache2/mods-available/diary.conf
# A sample config file of apache mod_diary on Ubuntu 14.04 (trusty)
# mod_diary
# http://github.com/hamano/apache-mod-diary/
<IfModule mod_diary.c>
<Location /blog>
SetHandler diary
DiaryTitle "...The Ballad of Dead Pixels..."
DiaryURI //shield.jp/blog/
DiaryPath /var/www/blog
</Location>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment