@@ -441,30 +441,29 @@ <h2><a name="Configuration_OptionsTopic"></a> Configuration Options-Listed by T
441441 < tbody >
442442 < tr >
443443 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_port " > webcontrol_port</ a > </ td >
444- < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_port2 " > webcontrol_port2</ a > </ td >
445444 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_ipv6 " > webcontrol_ipv6</ a > </ td >
446445 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_localhost " > webcontrol_localhost</ a > </ td >
446+ < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_parms " > webcontrol_parms</ a > </ td >
447447 </ tr >
448448 < tr >
449- < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_parms " > webcontrol_parms</ a > </ td >
450449 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_interface " > webcontrol_interface</ a > </ td >
451450 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_auth_method " > webcontrol_auth_method</ a > </ td >
452451 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_authentication " > webcontrol_authentication</ a > </ td >
452+ < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_tls " > webcontrol_tls</ a > </ td >
453453 </ tr >
454454 < tr >
455- < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_tls " > webcontrol_tls</ a > </ td >
456455 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_cert " > webcontrol_cert</ a > </ td >
457456 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_key " > webcontrol_key</ a > </ td >
458457 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_headers " > webcontrol_headers</ a > </ td >
458+ < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_actions " > webcontrol_actions</ a > </ td >
459459 </ tr >
460460 < tr >
461- < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_actions " > webcontrol_actions</ a > </ td >
462461 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_html " > webcontrol_html</ a > </ td >
463462 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_base_path " > webcontrol_base_path</ a > </ td >
464463 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_lock_attempts " > webcontrol_lock_attempts</ a > </ td >
464+ < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_lock_minutes " > webcontrol_lock_minutes</ a > </ td >
465465 </ tr >
466466 < tr >
467- < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_lock_minutes " > webcontrol_lock_minutes</ a > </ td >
468467 < td bgcolor ="#edf4f9 " > < a href ="#webcontrol_lock_script " > webcontrol_lock_script</ a > </ td >
469468 </ tr >
470469 </ tbody >
@@ -2353,7 +2352,15 @@ <h3><a name="video_pipe_motion"></a> video_pipe_motion </h3>
23532352
23542353 < h3 > < a name ="OptDetail_Webcontrol "> </ a > Web Control</ a > </ h3 >
23552354 < p > </ p >
2356- These options must be placed in the Motion.conf file and not in a camera config files.
2355+ These options may be placed in the motion.conf or camera.conf files.
2356+ When the same port is specified in multiple camera.conf files, then
2357+ all the cameras specified will be available. Note that if other
2358+ webcontrol parameters differ between camera files, Motion will only
2359+ select one of those sets to use for that port. For example, if
2360+ camera1.conf and camera2.conf both specify webcontrol_port 8081 but
2361+ camera1.conf and camera2.conf have different webcontrol_authentication
2362+ parameters, then Motion will only use EITHER the one in camera1.conf
2363+ OR the one in camera2.conf. Which one it uses is random.
23572364 < ul >
23582365 < h3 > < a name ="webcontrol_port "> </ a > webcontrol_port </ h3 >
23592366 < ul >
@@ -2362,15 +2369,6 @@ <h3><a name="webcontrol_port"></a> webcontrol_port </h3>
23622369 </ ul >
23632370 < p > </ p >
23642371
2365- < h3 > < a name ="webcontrol_port2 "> </ a > webcontrol_port2 </ h3 >
2366- < ul >
2367- < li > Values: 0 to 65535 | Default: 0 (disabled)</ li >
2368- Second port for the web interface that does not use TLS. This allows for specifying one port that
2369- provides a TLS connection (to be used externally) while this port serves the local lan without getting
2370- certificate domain warnings.
2371- </ ul >
2372- < p > </ p >
2373-
23742372 < h3 > < a name ="webcontrol_ipv6 "> </ a > webcontrol_ipv6 </ h3 >
23752373 < ul >
23762374 < li > Values: on, off | Default: off</ li >
0 commit comments