I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-02-23 14:24:00-08 by marv
Proxy starts only on loopback-interface
Hello everybody, using the example from the HTTP::Proxy POD it's quite easy to get the Proxy up and running, but I wonder if it is possible to open the port on all local network interfaces, and not just on loopback. I tested the module with cygwin and AIX 5.1. I'm looking forward for any hints if and how this can be configured.
Direct Responses: 1838 | Write a response
Posted on 2006-02-23 14:38:16-08 by marv in response to 1836
Re: Proxy starts only on loopback-interface
I'm sorry for any inconveniences, but I found the solution after having a CLOSER look into the documentation. Provide
$proxy->host( undef )
to open the port on all available interfaces.
Direct Responses: Write a response