Revision 9c6d5f1d
Added by Scott Ullrich almost 20 years ago
etc/inc/captiveportal.inc | ||
---|---|---|
192 | 192 |
/* generate lighttpd configuration */ |
193 | 193 |
system_generate_lighty_config("{$g['varetc_path']}/lighty-CaptivePortal.conf", |
194 | 194 |
$key, $cert, "lighty-CaptivePortal.pid", "8000", "/usr/local/captiveportal/", |
195 |
"cert-portal.pem", $procs); |
|
195 |
"cert-portal.pem", "5", $procs);
|
|
196 | 196 |
|
197 | 197 |
/* attempt to start lighttpd */ |
198 | 198 |
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal.conf"); |
Also available in: Unified diff
Pass correct parms