pkgsrc/www/geeklog/files/geeklog.conf
taca b9bb4a6bfb Importing www/geeklog-1.4.0.3 (geeklog-1.4.0sr3).
Geeklog is a PHP/MySQL based application for managing dynamic web content.

"Out of the box", it is a blog engine, or a CMS with support for comments,
trackbacks, multiple syndication formats, spam protection, and all the
other vital features of such a system.
2006-06-15 13:26:42 +00:00

12 lines
289 B
Text

# $NetBSD: geeklog.conf,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
#
Alias /geeklog "@GEEKLOG_PUBDIR@"
<Directory "@GEEKLOG_PUBDIR@">
DirectoryIndex index.php index.html
Options Indexes
AllowOverride None
Order allow,deny
Allow from localhost
</Directory>