/lib/Perlbal/Manual/Roles.pod

http://github.com/perlbal/Perlbal · Unknown · 53 lines · 25 code · 28 blank · 0 comment · 0 complexity · dccf0eb9f30ce07b04f602ca0beb448e MD5 · raw file

  1. =head1 NAME
  2. Perlbal::Manual::Roles - Roles supported by Perlbal
  3. =head2 VERSION
  4. Perlbal 1.78.
  5. =head2 DESCRIPTION
  6. Brief description of Perlbal's roles.
  7. =head2 Available Roles
  8. =head3 management
  9. Used to set a management service (a port you can telnet to and issue configuration/debugging commands to).
  10. See L<Perlbal::Manual::Management> for more information.
  11. =head3 reverse_proxy
  12. Used for reverse proxy and load balancing.
  13. See L<Perlbal::Manual::LoadBalancer> and L<Perlbal::Manual::ReverseProxy> for more information.
  14. =head3 selector
  15. A virtual service that maps onto other services.
  16. See L<Perlbal::Manual::Selector> for more information.
  17. =head3 web_server
  18. Used to set Perlbal as a web server.
  19. See L<Perlbal::Manual::WebServer> for more information.
  20. =head2 SEE ALSO
  21. L<Perlbal::Manual::LoadBalancer>,
  22. L<Perlbal::Manual::Management>,
  23. L<Perlbal::Manual::ReverseProxy>,
  24. L<Perlbal::Manual::Selector>,
  25. L<Perlbal::Manual::WebServer>.