- Supply example configuration for Apache web server. - Search for configuration file in "${PKG_SYSCONFDIR}/phpmyadmin". - Rearrange directory structure so that the PHP files can be mapped into a web server's document space instead of copying them. - Bump package revision after above changes. These improvements are based on the patches supplied by Adrian Portelli in PR pkg/19708.
26 lines
808 B
Text
26 lines
808 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2003/01/12 14:04:57 tron Exp $
|
|
|
|
Do *not* edit "${PREFIX}/share/phpmyadmin/config.inc.php" to customize
|
|
this package because it is a link which will removed during upgrades.
|
|
The actual configuration file is "${PMCONFFILE}".
|
|
|
|
You will need to make phpMyAdmin accessible through your HTTP server.
|
|
If you are running Apache and ap-php, then you may either symlink
|
|
|
|
${PMDIR}
|
|
|
|
into DocumentRoot, or copy
|
|
|
|
${EXDIR}/phpmyadmin.conf
|
|
|
|
to ${PKG_SYSCONFDIR}/httpd and add the following line to httpd.conf:
|
|
|
|
Include ${PKG_SYSCONFDIR}/httpd/phpmyadmin.conf
|
|
|
|
to make mySQL accessible through:
|
|
|
|
http://www.domain.com/phpmyadmin/
|
|
|
|
|
|
===========================================================================
|