openbsd-ports/www/phpmyadmin/pkg
2013-01-18 15:17:43 +00:00
..
DESCR
PLIST Major update to 3.5.5 release, many new improvements and many bug fixes. 2013-01-18 15:17:43 +00:00
README Major update to 3.5.5 release, many new improvements and many bug fixes. 2013-01-18 15:17:43 +00:00

$OpenBSD: README,v 1.2 2013/01/18 15:17:43 giovanni Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

phpMyAdmin has been installed into ${INSTDIR}.

If using Apache, you can make this accessible to clients by enabling
the configuration file:

    # ln -s ../modules.sample/phpMyAdmin-httpd.conf /var/www/conf/modules/
    # /etc/rc.d/httpd restart

By default, this sets an alias for /phpMyAdmin and restricts access
to connections coming from localhost.
It also restricts access from search engine bots.

If you need to allow wider access, after considering security
implications, edit /var/www/conf/modules.sample/phpMyAdmin-httpd.conf
and restart Apache.

You can check that you have a working installation by accessing:
http://localhost/phpMyAdmin/index.php

SECURITY WARNING
================
Be aware that phpMyAdmin is a frequently attacked target due to a
history of security problems.  You are advised to restrict access to
trusted workstations or access it on localhost via an SSH tunnel.