Skip to content

Commit f7f4db0

Browse files
committed
mod_limits.html: Updated urls in the documentation
1 parent 3d31621 commit f7f4db0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

mod_limits.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
33
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
44
<title>mod_limits - Apache HTTP Server</title>
5-
<link href="mod_rangelimit_files/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet">
6-
<link href="mod_rangelimit_files/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size">
7-
<link href="mod_rangelimit_files/manual-print.css" rel="stylesheet" media="print" type="text/css">
8-
<link href="http://localhost/manual/images/favicon.ico" rel="shortcut icon"></head>
5+
<link href="css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet">
6+
<link href="css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size">
7+
<link href="css/manual-print.css" rel="stylesheet" media="print" type="text/css">
8+
<link href="images/favicon.ico" rel="shortcut icon"></head>
99
<body>
1010
<div id="page-header">
11-
<p class="menu"><a href="http://localhost/manual/en/mod/index.html"><br>
12-
</a><a href="http://localhost/manual/en/sitemap.html"></a></p>
11+
<p class="menu"><a href="/manual/en/mod/index.html"><br>
12+
</a><a href="/manual/en/sitemap.html"></a></p>
1313
<p class="apache">A Module for Apache Version 1.3.x and later</p>
1414
</div>
1515
<div id="path">
@@ -20,13 +20,13 @@
2020
<div class="toplang">
2121
<p><span>Available Languages: </span><a href="#" title="English">&nbsp;en&nbsp;</a></p>
2222
</div>
23-
<table class="module"><tbody><tr><th><a href="http://localhost/manual/en/mod/module-dict.html#Description">Description:</a></th>
23+
<table class="module"><tbody><tr><th><a href="/manual/en/mod/module-dict.html#Description">Description:</a></th>
2424
<td>Apache module to protect against DoS using the Range header attack
2525
<br></td></tr>
26-
<tr><th><a href="http://localhost/manual/en/mod/module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
27-
<tr><th><a href="http://localhost/manual/en/mod/module-dict.html#ModuleIdentifier">Module&nbsp;Identifier:</a></th><td>limits_module</td></tr>
28-
<tr><th><a href="http://localhost/manual/en/mod/module-dict.html#SourceFile">Source&nbsp;File:</a></th><td>mod_limits.c</td></tr>
29-
<tr><th><a href="http://localhost/manual/en/mod/module-dict.html#Compatibility">Compatibility:</a></th><td>Version 1.3.x and later</td></tr></tbody></table>
26+
<tr><th><a href="/manual/en/mod/module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
27+
<tr><th><a href="/manual/en/mod/module-dict.html#ModuleIdentifier">Module&nbsp;Identifier:</a></th><td>limits_module</td></tr>
28+
<tr><th><a href="/manual/en/mod/module-dict.html#SourceFile">Source&nbsp;File:</a></th><td>mod_limits.c</td></tr>
29+
<tr><th><a href="/manual/en/mod/module-dict.html#Compatibility">Compatibility:</a></th><td>Version 1.3.x and later</td></tr></tbody></table>
3030
<h3>Summary</h3>
3131
<p><code class="module"><span style="text-decoration: underline;">mod_limits</span></code>
3232
is aimed at protecting the web server during attacks.<br />
@@ -42,7 +42,7 @@ <h3>Summary</h3>
4242
<br>
4343

4444

45-
<div class="top"><a href="#page-header"><img alt="top" src="mod_rangelimit_files/up.gif" /></a></div>
45+
<div class="top"><a href="#page-header"><img alt="top" src="images/up.gif" /></a></div>
4646
<div class="directive-section"><h2><a name="maxconnsperip" id="maxconnsperip">MaxConnsPerIP Directive</a></h2>
4747
<table class="directive">
4848
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines the maximum number of connections from a single IP.</td></tr>
@@ -69,7 +69,7 @@ <h3>Summary</h3>
6969

7070
</div>
7171

72-
<div class="top"><a href="#page-header"><img alt="top" src="mod_rangelimit_files/up.gif" /></a></div>
72+
<div class="top"><a href="#page-header"><img alt="top" src="images/up.gif" /></a></div>
7373
<div class="directive-section"><h2><a name="maxloadavg" id="maxloadavg">MaxLoadAVG Directive</a></h2>
7474
<table class="directive">
7575
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Defines the maximum number of connections from a single IP.</td></tr>
@@ -96,7 +96,7 @@ <h3>Summary</h3>
9696

9797
</div>
9898

99-
<div class="top"><a href="#page-header"><img alt="top" src="mod_rangelimit_files/up.gif"></a></div>
99+
<div class="top"><a href="#page-header"><img alt="top" src="images/up.gif"></a></div>
100100

101101
<div class="bottomlang"><p><span>Available Languages: </span><a href="#" title="English">&nbsp;en&nbsp;</a></p>
102102
</div>

0 commit comments

Comments
 (0)