summaryrefslogtreecommitdiff
path: root/www/apc-gui/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/apc-gui/MESSAGE')
-rw-r--r--www/apc-gui/MESSAGE20
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.
+==========================================================================