Lines Matching refs:run

127 my %run;          # running server
504 if($run{$server}) {
506 $pidlist .= " $run{$server}";
507 $run{$server} = 0;
2389 if($run{$what} &&
2395 if(!$run{$what}) {
2401 $run{$what}="$pid $pid2";
2405 if($run{'ftp-ipv6'} &&
2411 if(!$run{'ftp-ipv6'}) {
2418 $run{'ftp-ipv6'}="$pid $pid2";
2422 if($run{'gopher'} &&
2429 if(!$run{'gopher'}) {
2437 $run{'gopher'}="$pid $pid2";
2441 if($run{'gopher-ipv6'} &&
2448 if(!$run{'gopher-ipv6'}) {
2456 $run{'gopher-ipv6'}="$pid $pid2";
2460 if($run{'http'} &&
2467 if(!$run{'http'}) {
2475 $run{'http'}="$pid $pid2";
2479 if($run{'http-proxy'} &&
2486 if(!$run{'http-proxy'}) {
2494 $run{'http-proxy'}="$pid $pid2";
2498 if($run{'http-ipv6'} &&
2505 if(!$run{'http-ipv6'}) {
2513 $run{'http-ipv6'}="$pid $pid2";
2517 if($run{'rtsp'} &&
2523 if(!$run{'rtsp'}) {
2529 $run{'rtsp'}="$pid $pid2";
2533 if($run{'rtsp-ipv6'} &&
2539 if(!$run{'rtsp-ipv6'}) {
2546 $run{'rtsp-ipv6'}="$pid $pid2";
2561 if($run{$cproto} &&
2567 if(!$run{$cproto}) {
2573 $run{$cproto}="$pid $pid2";
2575 if(!$run{$what}) {
2584 $run{$what}="$pid $pid2";
2601 if($run{'http'} && stopserver('http')) {
2605 if($run{'https'} &&
2612 if($run{'http'} && stopserver('http')) {
2617 if($run{'http'} && !$run{'https'} &&
2624 if(!$run{'http'}) {
2631 $run{'http'}="$pid $pid2";
2633 if(!$run{'https'}) {
2641 $run{'https'}="$pid $pid2";
2646 if($run{'http/2'} &&
2653 if($run{'http'} && stopserver('http')) {
2658 if($run{'http'} && !$run{'http/2'} &&
2665 if(!$run{'http'}) {
2672 $run{'http'}="$pid $pid2";
2674 if(!$run{'http/2'}) {
2682 $run{'http/2'}="$pid $pid2";
2687 if($run{'http/3'} &&
2694 if($run{'http'} && stopserver('http')) {
2699 if($run{'http'} && !$run{'http/3'} &&
2706 if(!$run{'http'}) {
2713 $run{'http'}="$pid $pid2";
2715 if(!$run{'http/3'}) {
2722 $run{'http/3'}="$pid $pid2";
2736 if($run{'gopher'} &&
2743 if(!$run{'gopher'}) {
2753 $run{'gopher'}="$pid $pid2";
2755 if(!$run{'gophers'}) {
2766 $run{'gophers'}="$pid $pid2";
2789 if(!$run{'https-proxy'}) {
2797 $run{'https-proxy'}="$pid $pid2";
2805 if($run{'httptls'} &&
2811 if(!$run{'httptls'}) {
2819 $run{'httptls'}="$pid $pid2";
2827 if($run{'httptls-ipv6'} &&
2833 if(!$run{'httptls-ipv6'}) {
2841 $run{'httptls-ipv6'}="$pid $pid2";
2845 if($run{'tftp'} &&
2851 if(!$run{'tftp'}) {
2858 $run{'tftp'}="$pid $pid2";
2862 if($run{'tftp-ipv6'} &&
2868 if(!$run{'tftp-ipv6'}) {
2875 $run{'tftp-ipv6'}="$pid $pid2";
2879 if(!$run{'ssh'}) {
2885 $run{'ssh'}="$pid $pid2";
2889 if(!$run{'socks'}) {
2895 $run{'socks'}="$pid $pid2";
2899 if(!$run{'socks5unix'}) {
2905 $run{'socks5unix'}="$pid $pid2";
2909 if($run{'mqtt'} &&
2915 if(!$run{'mqtt'}) {
2921 $run{'mqtt'}="$pid $pid2";
2925 if($run{'http-unix'} &&
2931 if(!$run{'http-unix'}) {
2940 $run{'http-unix'}="$pid $pid2";
2944 if(!$run{'dict'}) {
2951 $run{'dict'}="$pid $pid2";
2955 if(!$run{'smb'}) {
2962 $run{'smb'}="$pid $pid2";
2966 if(!$run{'telnet'}) {
2974 $run{'telnet'}="$pid $pid2";
3001 foreach my $server (keys %run) {
3002 if($run{$server}) {
3005 my $pids = $run{$server};
3014 $pidlist .= "$run{$server} ";
3015 $run{$server} = 0;