Help for this page

Select Code to Download


  1. or download this
    sub sockInit{
    
    ...
       });
    
      }
    
  2. or download this
    #AnyEvent::Socket::tcp_connect $uri->host, $uri->port, sub {
        AnyEvent::Socket::tcp_connect $uri->as_string, 80, sub {
    ...
          $done->croak("unable to connect to ".$uri->as_string." $!");
          return;
        }
    
  3. or download this
     unable to connect to ws://mydomain.com/ws/test No such device or addr
    +ess at /usr/share/squeezeboxserver/Plugins/Alexa/HabProxy.pm line 201
    +.
    
  4. or download this
    ProxyPass /ws ws://127.0.0.1:1880/ws
    ProxyPassReverse  /ws ws://127.0.0.1:1880/ws