b9d2377211
APC GUI is an add on for APC to provide a comprehensive, easy to use and, of course, good-looking web-based GUI. APC GUI not only gives access to statistical parameters of APC, it also makes it easier to administer web-servers running APC by providing comfortable features for restarting the cache and deleting scripts from the cache.
14 lines
348 B
Text
14 lines
348 B
Text
# $NetBSD: apc_gui.conf.dist,v 1.1.1.1 2001/10/29 19:35:05 jlam Exp $
|
|
#
|
|
# APC-GUI configuration file fragment for Apache
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /apc_gui/ "@PREFIX@/@APC_GUI_DIR@/"
|
|
</IfModule>
|
|
|
|
<Directory "@PREFIX@/@APC_GUI_DIR@">
|
|
Options Indexes MultiViews
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|