Lines Matching refs:run

126 my %run;          # running server
501 if($run{$server}) {
503 $pidlist .= " $run{$server}";
504 $run{$server} = 0;
2386 if($run{$what} &&
2392 if(!$run{$what}) {
2398 $run{$what}="$pid $pid2";
2402 if($run{'ftp-ipv6'} &&
2408 if(!$run{'ftp-ipv6'}) {
2415 $run{'ftp-ipv6'}="$pid $pid2";
2419 if($run{'gopher'} &&
2426 if(!$run{'gopher'}) {
2434 $run{'gopher'}="$pid $pid2";
2438 if($run{'gopher-ipv6'} &&
2445 if(!$run{'gopher-ipv6'}) {
2453 $run{'gopher-ipv6'}="$pid $pid2";
2457 if($run{'http'} &&
2464 if(!$run{'http'}) {
2472 $run{'http'}="$pid $pid2";
2476 if($run{'http-proxy'} &&
2483 if(!$run{'http-proxy'}) {
2491 $run{'http-proxy'}="$pid $pid2";
2495 if($run{'http-ipv6'} &&
2502 if(!$run{'http-ipv6'}) {
2510 $run{'http-ipv6'}="$pid $pid2";
2514 if($run{'rtsp'} &&
2520 if(!$run{'rtsp'}) {
2526 $run{'rtsp'}="$pid $pid2";
2530 if($run{'rtsp-ipv6'} &&
2536 if(!$run{'rtsp-ipv6'}) {
2543 $run{'rtsp-ipv6'}="$pid $pid2";
2558 if($run{$cproto} &&
2564 if(!$run{$cproto}) {
2570 $run{$cproto}="$pid $pid2";
2572 if(!$run{$what}) {
2581 $run{$what}="$pid $pid2";
2598 if($run{'http'} && stopserver('http')) {
2602 if($run{'https'} &&
2609 if($run{'http'} && stopserver('http')) {
2614 if($run{'http'} && !$run{'https'} &&
2621 if(!$run{'http'}) {
2628 $run{'http'}="$pid $pid2";
2630 if(!$run{'https'}) {
2638 $run{'https'}="$pid $pid2";
2643 if($run{'http/2'} &&
2650 if($run{'http'} && stopserver('http')) {
2655 if($run{'http'} && !$run{'http/2'} &&
2662 if(!$run{'http'}) {
2669 $run{'http'}="$pid $pid2";
2671 if(!$run{'http/2'}) {
2679 $run{'http/2'}="$pid $pid2";
2684 if($run{'http/3'} &&
2691 if($run{'http'} && stopserver('http')) {
2696 if($run{'http'} && !$run{'http/3'} &&
2703 if(!$run{'http'}) {
2710 $run{'http'}="$pid $pid2";
2712 if(!$run{'http/3'}) {
2719 $run{'http/3'}="$pid $pid2";
2733 if($run{'gopher'} &&
2740 if(!$run{'gopher'}) {
2750 $run{'gopher'}="$pid $pid2";
2752 if(!$run{'gophers'}) {
2763 $run{'gophers'}="$pid $pid2";
2786 if(!$run{'https-proxy'}) {
2794 $run{'https-proxy'}="$pid $pid2";
2802 if($run{'httptls'} &&
2808 if(!$run{'httptls'}) {
2816 $run{'httptls'}="$pid $pid2";
2824 if($run{'httptls-ipv6'} &&
2830 if(!$run{'httptls-ipv6'}) {
2838 $run{'httptls-ipv6'}="$pid $pid2";
2842 if($run{'tftp'} &&
2848 if(!$run{'tftp'}) {
2855 $run{'tftp'}="$pid $pid2";
2859 if($run{'tftp-ipv6'} &&
2865 if(!$run{'tftp-ipv6'}) {
2872 $run{'tftp-ipv6'}="$pid $pid2";
2876 if(!$run{'ssh'}) {
2882 $run{'ssh'}="$pid $pid2";
2886 if(!$run{'socks'}) {
2892 $run{'socks'}="$pid $pid2";
2896 if(!$run{'socks5unix'}) {
2902 $run{'socks5unix'}="$pid $pid2";
2906 if($run{'mqtt'} &&
2912 if(!$run{'mqtt'}) {
2918 $run{'mqtt'}="$pid $pid2";
2922 if($run{'http-unix'} &&
2928 if(!$run{'http-unix'}) {
2937 $run{'http-unix'}="$pid $pid2";
2941 if(!$run{'dict'}) {
2948 $run{'dict'}="$pid $pid2";
2952 if(!$run{'smb'}) {
2959 $run{'smb'}="$pid $pid2";
2963 if(!$run{'telnet'}) {
2971 $run{'telnet'}="$pid $pid2";
2998 foreach my $server (keys %run) {
2999 if($run{$server}) {
3002 my $pids = $run{$server};
3011 $pidlist .= "$run{$server} ";
3012 $run{$server} = 0;