summaryrefslogtreecommitdiffstats
path: root/docs/server-status/server-status.lua
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-25 04:41:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-25 04:41:28 +0000
commitb1a1c1d95059e2fefd7b5671eb110ab690409a84 (patch)
tree97ecfcc9425e2d09d2cd669594d626a616f324a3 /docs/server-status/server-status.lua
parentReleasing progress-linux version 2.4.38-3+deb10u10progress5u1. (diff)
downloadapache2-b1a1c1d95059e2fefd7b5671eb110ab690409a84.tar.xz
apache2-b1a1c1d95059e2fefd7b5671eb110ab690409a84.zip
Merging upstream version 2.4.59.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/server-status/server-status.lua')
-rw-r--r--docs/server-status/server-status.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/server-status/server-status.lua b/docs/server-status/server-status.lua
index 31ed616..323a699 100644
--- a/docs/server-status/server-status.lua
+++ b/docs/server-status/server-status.lua
@@ -18,7 +18,7 @@ under the License.
]]
--[[ mod_lua implementation of the server-status page ]]
-local ssversion = "0.11" -- verion of this script
+local ssversion = "0.11" -- version of this script
local redact_ips = true -- whether to replace the last two bits of every IP with 'x.x'
local warning_banner = [[
<div style="float: left; color: #222; margin-bottom: 8px; margin-top: 24px; text-align: center; width: 200px; font-size: 0.7rem; border: 1px dashed #333; background: #F8C940;">
@@ -679,7 +679,7 @@ function refreshThreads(json, state) {
}
phtml += "</table>";
} else {
- phtml += "<p>No thread information avaialable</p>";
+ phtml += "<p>No thread information available</p>";
}
phtml += "</div>";
box.innerHTML += phtml;
@@ -1898,4 +1898,4 @@ status_css = [[
padding-left: 4px;
color: #FFE;
}
-]] \ No newline at end of file
+]]