mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Clarify the sample configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
||||
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
|
||||
<!--
|
||||
Copyright 2002-2004 The Apache Software Foundation
|
||||
@@ -96,6 +96,8 @@
|
||||
<IfModule mod_cache.c><br />
|
||||
<indent>
|
||||
#LoadModule disk_cache_module modules/mod_disk_cache.so<br />
|
||||
# If you want to use mod_disk_cache instead of mod_mem_cache,
|
||||
# uncomment the line above and comment out the LoadModule line below.
|
||||
<IfModule mod_disk_cache.c><br />
|
||||
<indent>
|
||||
CacheRoot c:/cacheroot<br />
|
||||
|
||||
Reference in New Issue
Block a user