summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-09 23:48:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-09 23:48:26 +0000
commit4362e48a459c2bb77ee0ab9ce7995ba262e03412 (patch)
tree812ca7ffcbf7f5d3a2ec327355f9aad520ad0045 /usr
parent61f1e2ec7303ac6f7f3af3a6a37501e60e31b6cd (diff)
downloadpfsense-4362e48a459c2bb77ee0ab9ce7995ba262e03412.zip
pfsense-4362e48a459c2bb77ee0ab9ce7995ba262e03412.tar.gz
Add back maxprocperid since we can now control this.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 1158320..b953c74 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -283,6 +283,18 @@ function enable_change(enable_change) {
<span class="vexpl">Choose which interface to run the captive portal on.</span></td>
</tr>
<tr>
+ <td valign="top" class="vncell">Maximum concurrent connections</td>
+ <td class="vtable">
+ <table cellpadding="0" cellspacing="0">
+ <tr>
+ <td><input name="maxprocperip" type="text" class="formfld" id="maxprocperip" size="5" value="<?=htmlspecialchars($pconfig['maxprocperip']);?>"> per client IP address (0 = no limit)</td>
+ </tr>
+ </table>
+This setting limits the number of concurrent connections to the captive portal HTTP(S) server. This does not set how many users can be logged in
+to the captive portal, but rather how many users can load the portal page or authenticate at the same time!
+Default is 4 connections per client IP address, with a total maximum of 16 connections.</td>
+ </tr>
+ <tr>
<td valign="top" class="vncell">Idle timeout</td>
<td class="vtable">
<input name="idletimeout" type="text" class="formfld" id="idletimeout" size="6" value="<?=htmlspecialchars($pconfig['idletimeout']);?>">
OpenPOWER on IntegriCloud