summaryrefslogtreecommitdiff
path: root/htroot/ProxyIndexingMonitor_p.html
diff options
context:
space:
mode:
authorborg-0300 <borg-0300@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-08-30 12:50:30 +0000
committerborg-0300 <borg-0300@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-08-30 12:50:30 +0000
commitbf14e6def535bbead49a5482d35badb2b1394b49 (patch)
treeb1a61d214ea6f0c05122684cf1f45996fa7736b5 /htroot/ProxyIndexingMonitor_p.html
parent3dfda1c9da064431846cb322abc96450f804c5ca (diff)
*) proxyCache, proxyCacheSize can be changed under 'Proxy Indexing'
- path now are absolute *) move path check from plasmaHTCache to plasmaSwitchboard - only one path check when starting *) small other git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@606 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ProxyIndexingMonitor_p.html')
-rw-r--r--htroot/ProxyIndexingMonitor_p.html53
1 files changed, 40 insertions, 13 deletions
diff --git a/htroot/ProxyIndexingMonitor_p.html b/htroot/ProxyIndexingMonitor_p.html
index 3b3140b48..ae495660c 100644
--- a/htroot/ProxyIndexingMonitor_p.html
+++ b/htroot/ProxyIndexingMonitor_p.html
@@ -18,12 +18,16 @@ and automatically excluded from indexing.
</p>
<p><form action="ProxyIndexingMonitor_p.html" method="post" enctype="multipart/form-data">
-<div class=small><b>Proxy pre-fetch setting:</b>
-this is an automated html page loading procedure that takes actual proxy-requested
-URLs as crawling start points for crawling.</div>
+
<table border="0" cellpadding="5" cellspacing="0" width="100%">
+ <tr class="TableCellLight">
+ <td colspan="3"><div class=small><b>Proxy pre-fetch setting:</b>
+this is an automated html page loading procedure that takes actual proxy-requested
+URLs as crawling start points for crawling.</div></td>
+ </tr>
+
<tr valign="top" class="TableCellDark">
- <td class=small>Prefetch Depth:</td>
+ <td class=small>Prefetch Depth</td>
<td class=small><input name="proxyPrefetchDepth" type="text" size="2" maxlength="2" value="#[proxyPrefetchDepth]#"></td>
<td class=small>
A prefetch of 0 means no prefetch; a prefetch of 1 means to prefetch all
@@ -31,29 +35,52 @@ URLs as crawling start points for crawling.</div>
this means that only embedded href-anchors are prefetched additionally.</td>
</tr>
<tr valign="top" class="TableCellDark">
- <td class=small>Store to Cache:</td>
+ <td class=small>Store to Cache</td>
<td class=small><input type="checkbox" name="proxyStoreHTCache" align="top" #(proxyStoreHTCacheChecked)#::checked#(/proxyStoreHTCacheChecked)#></td>
<td class=small>It is almost always recommended to set this on. The only exception is that you have another caching proxy running as secondary proxy and YaCy is configured to used that proxy in proxy-proxy - mode.</td>
</tr>
+
+ <tr class="TableCellLight">
+ <td colspan="3"><div class=small><b>Proxy generally</b></div></td>
+ </tr>
+
+ <tr valign="top" class="TableCellDark">
+ <td class=small>Path</td>
+ <td class=small><input name="proxyCache" type="text" size="20" maxlength="80" value="#[proxyCache]#"></td>
+ <td class=small>The path where the pages are stored (max. length 80)</td>
+ </tr>
+ <tr valign="top" class="TableCellDark">
+ <td class=small>Size</td>
+ <td class=small><input name="proxyCacheSize" type="text" size="8" maxlength="24" value="#[proxyCacheSize]#"></td>
+ <td class=small>The size in MB of the cache.</td>
+ </tr>
+
<tr valign="top" class="TableCellLight">
- <td class=small></td>
- <td class=small></td>
- <td class=small><input type="submit" name="proxyprofileset" value="set proxy profile"></td>
+ <td class=small colspan="1">&nbsp;</td>
+ <td class=small colspan="2"><input type="submit" name="proxyprofileset" value="set proxy profile"></td>
</tr>
</table>
</form></p>
+<p>
#(info)#
+<!-- info 0 -->
::
-<br><b>The file DATA/PLASMADB/crawlProfiles0.db is missing or corrupted.
+<!-- info 1 -->
+<b>The file DATA/PLASMADB/crawlProfiles0.db is missing or corrupted.
Please delete that file and restart.</b><br>
::
-<br>
-<b>Proxy pre-fetch is now set to depth-#[message]#.</b><br>
-<b>Proxy caching is now set #(caching)#off::on#(/caching)#.</b><br>
+<!-- info 2 -->
+<b>Pre-fetch is now set to depth-#[message]#.</b><br>
+<b>Caching is now #(caching)#off::on#(/caching)#.</b><br>
+#(path)#::<b>Cachepath is now set to '#[return]#'.</b> Please move the old data in the new directory.<br>#(/path)#
+#(size)#::<b>Cachesize is now set to #[return]#MB.</b><br>#(/size)#
+#(restart)#::<br><font color="red"><b>Changes will take effect after restart only.</b></font><br>#(/restart)#
::
-<br><b>An error has occurred: #[error]#.</b><br>
+<!-- info 3 -->
+<b>An error has occurred: #[error]#.</b><br>
#(/info)#
+</p>
<p>You can see a snapshot of recently indexed pages
on the <a href="/IndexMonitor.html?process=4">Proxy Index Monitor</a> Page.