summaryrefslogtreecommitdiff
path: root/www/apc-gui/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-29 19:35:04 +0000
committerjlam <jlam@pkgsrc.org>2001-10-29 19:35:04 +0000
commitb9d2377211ca0b8446cf698150d70cd60ce3e6dd (patch)
tree881ae308448337ce4b7e5e1ebd620c11b37dfd14 /www/apc-gui/files
parent573f745fb11d3833caade95e6b478180f3e70f34 (diff)
downloadpkgsrc-b9d2377211ca0b8446cf698150d70cd60ce3e6dd.tar.gz
www/apc-gui - web interface for managing APC (php-apc)
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.
Diffstat (limited to 'www/apc-gui/files')
-rw-r--r--www/apc-gui/files/apc_gui.conf.dist14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/apc-gui/files/apc_gui.conf.dist b/www/apc-gui/files/apc_gui.conf.dist
new file mode 100644
index 00000000000..653cbc695e8
--- /dev/null
+++ b/www/apc-gui/files/apc_gui.conf.dist
@@ -0,0 +1,14 @@
+# $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>