1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<!--
Available WWWOFFLE Variables (all with a '$' prefix).
localurl = The root URL of the server running wwwoffled (='$localurl').
version = The version of the WWWOFFLE server (='$version').
url = The URL that was asked for (='$url').
$decurl=%decode[url]
-->
<HEAD>
<TITLE>WWWOFFLE - File Locked</TITLE>
<LINK href="$localurl/wwwoffle.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY class="wwwoffle-message">
<!-- Standard WWWOFFLE Message Page Header Start -->
<div class="wwwoffle-header" align="center">
<b>WWWOFFLE</b> <b>-</b> <b>W</b>orld <b>W</b>ide <b>W</b>eb <b>Offl</b>ine <b>E</b>xplorer <b>-</b> <b>v$version</b>
</div>
<hr class="wwwoffle-header">
<!-- Standard WWWOFFLE Message Page Header End -->
<H1 align="center">WWWOFFLE File Locked</H1>
<div class="wwwoffle-message" align="center">
Your request for URL
<p class="wwwoffle-url">
<b><tt>$decurl</tt></b>
</p>
is already being modified by another WWWOFFLE server.
</div>
<!-- Standard WWWOFFLE Message Page Inline Help Start -->
<h2 class="wwwoffle-inline-help">Help</h2>
<div class="wwwoffle-inline-help">
The page that you have requested is being modified by another server and you
cannot currently access it. Reloading this page will wait for the other server
to finish making modifications.
<p>
To ensure that only one WWWOFFLE server modifies each cached file at a time a
lock file is used. While one server is modifying the cached file the lock file
exists so that other servers know about this. Until the first server has
finished the cached file is not valid and cannot be accessed by another server.
<p>
If you see this error message all of the time even when offline then it is
possible that the lock file exists but there is no server modifying the page.
This can only happen when the WWWOFFLE server that was modifying the page does
not exit properly. It is important that you make sure that you allow the
WWWOFFLE servers to finish and that you do not kill them or shut down the
machine while they are still modifying a page. To remove the lock file it is
necessary to purge the WWWOFFLE cache since this will clean up any bad lock
files.
</div>
<!-- Standard WWWOFFLE Message Page Inline Help End -->
<!-- Standard WWWOFFLE Message Page Footer Start -->
<hr class="wwwoffle-footer">
<div class="wwwoffle-footer" align="center">
WWWOFFLE - [ \
<a href="$localurl/Welcome.html" title="An introduction to WWWOFFLE">Welcome Page</a>| \
<a href="$localurl/FAQ.html" title="Frequently Asked Questions about WWWOFFLE">FAQ</a> \
] - WWWOFFLE
</div>
<!-- Standard WWWOFFLE Message Page Footer End -->
</BODY>
</HTML>
|