openbsd-ports/www/chive/files/chive.conf
sthen a4d3775fa4 import ports/www/chive, an alternative to phpMyAdmin (pointed
out by @jedisct1). ok jasper@

Chive is a next generation MySQL database management tool. The
web-based user interface supports most of the common operations
needed by software developers and database admins (databases,
tables, indices, keys, triggers, views, routines, privilege
management, import/export).
2011-07-12 08:18:38 +00:00

14 lines
311 B
Plaintext

# $OpenBSD: chive.conf,v 1.1.1.1 2011/07/12 08:18:38 sthen Exp $
Alias /chive ${INSTDIR}
<IfModule !mod_rewrite.c>
LoadModule rewrite_module /usr/lib/apache/modules/mod_rewrite.so
</IfModule>
<Directory ${INSTDIR}>
Options -Indexes
DirectoryIndex index.php
AllowOverride All
</Directory>