blob: 6aa1c36759b02d2aa5c7f7d5ce3db715f80d312d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
==========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2001/10/29 19:35:05 jlam 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.
==========================================================================
|