diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/apc-gui/MESSAGE | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/apc-gui/MESSAGE')
-rw-r--r-- | www/apc-gui/MESSAGE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/apc-gui/MESSAGE b/www/apc-gui/MESSAGE new file mode 100644 index 00000000000..d2733922c2f --- /dev/null +++ b/www/apc-gui/MESSAGE @@ -0,0 +1,20 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:15 zuntum Exp $ + +You will need to make APC GUI accessible through your HTTP server. +If you are running Apache and ap-php, then you may either symlink + + ${APC_GUI_DIR} + +into DocumentRoot, or add the following line to httpd.conf: + + Include ${APACHE_SYSCONFDIR}/apc_gui.conf + +to make the APC web interface accessible through: + + http://www.domain.com/apc_gui/ + +You will need to protect your APC GUI directory with an authentication +method, such as .htaccess, to prevent general control access to the PHP +cache. +========================================================================== |