Lines Matching refs:unix
250 my $serv = servername_id("$proto$ssl", "unix", 1);
252 "unix", 1);
255 "unix", 1);
462 if($server =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) {
466 elsif($server =~ /^(ftp|http|imap|pop3|smtp)((\d*)(-ipv6|-unix|))$/) {
541 my $port = ($ipvnum eq "unix") ? 80 : $port_or_path;
561 $flags .= "--unix-socket '$port_or_path' " if $ipvnum eq "unix";
1128 elsif($alt eq "unix") {
1130 $ipvnum = "unix";
1163 if($ipvnum eq "unix") {
1164 $flags .= "--unix-socket '$port_or_path' ";
1982 " --unix-socket $SOCKSUNIXPATH".
2217 elsif($alt eq "unix") {
2219 $ipvnum = "unix";
2333 if($what =~ /^(ftp|gopher|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) {
2777 ($serr, $pid, $pid2) = runsocksserver("2", $verbose, "", "unix");
2795 elsif($what eq "http-unix") {
2796 if($torture && $run{'http-unix'} &&
2797 !responsive_http_server("http", $verbose, "unix", $HTTPUNIXPATH)) {
2798 if(stopserver('http-unix')) {
2799 return ("failed stopping unresponsive HTTP-unix server", 3);
2802 if(!$run{'http-unix'}) {
2805 runhttpserver("http", $verbose, "unix", $HTTPUNIXPATH);
2807 return ("failed starting HTTP-unix server", $serr);
2809 logmsg sprintf("* pid http-unix => %d %d\n", $pid, $pid2)
2811 $run{'http-unix'}="$pid $pid2";