This file is indexed.

/usr/share/perl5/Perlbal/Manual/Roles.pod is in libperlbal-perl 1.80-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=head1 NAME

Perlbal::Manual::Roles - Roles supported by Perlbal


=head2 VERSION

Perlbal 1.78.


=head2 DESCRIPTION

Brief description of Perlbal's roles.


=head2 Available Roles


=head3 management

Used to set a management service (a port you can telnet to and issue configuration/debugging commands to).

See L<Perlbal::Manual::Management> for more information.


=head3 reverse_proxy

Used for reverse proxy and load balancing.

See L<Perlbal::Manual::LoadBalancer> and L<Perlbal::Manual::ReverseProxy> for more information.


=head3 selector

A virtual service that maps onto other services.

See L<Perlbal::Manual::Selector> for more information.


=head3 web_server

Used to set Perlbal as a web server.

See L<Perlbal::Manual::WebServer> for more information.


=head2 SEE ALSO

L<Perlbal::Manual::LoadBalancer>,
L<Perlbal::Manual::Management>,
L<Perlbal::Manual::ReverseProxy>,
L<Perlbal::Manual::Selector>,
L<Perlbal::Manual::WebServer>.