This file is indexed.

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

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
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
=head1 NAME

Perlbal::Manual - Guide and reference manual for Perlbal


=head2 VERSION

Perlbal 1.78.


=head2 DESCRIPTION

This is the comprehensive guide and reference manual for Perlbal.


=over 4

=item L<Perlbal::Manual::Configuration>

How to configure Perlbal: pools, services, syntax and more.


=item L<Perlbal::Manual::Contributing>

How to contribute to Perlbal.


=item L<Perlbal::Manual::Credits>

Author and contributor credits for Perlbal.


=item L<Perlbal::Manual::Debugging>

How Perlbal's Debugging system works.


=item L<Perlbal::Manual::FailOver>

How Perlbal's Fail Over mechanism works.


=item L<Perlbal::Manual::HighPriority>

Perlbal's high/low priority queueing system and how to use it.


=item L<Perlbal::Manual::Hooks>

Existing hooks and how they work.


=item L<Perlbal::Manual::Install>

Installation procedures for Perlbal.


=item L<Perlbal::Manual::Internals>

Perlbal's architecture at a glance. Useful for developers.


=item L<Perlbal::Manual::LoadBalancer>

Setting up a Perlbal Load Balancing service.


=item L<Perlbal::Manual::Logging>

How Perlbal's Logging system works.


=item L<Perlbal::Manual::Management>

Setting up a C<management> service, connecting to that service and managing Perlbal on-the-fly.


=item L<Perlbal::Manual::Plugins>

Known plugins and how to create new ones.


=item L<Perlbal::Manual::ReverseProxy>

Setting up a Perlbal C<reverse_proxy> service.


=item L<Perlbal::Manual::Roles>

Brief description of existing roles.


=item L<Perlbal::Manual::Selector>

Setting up a Perlbal C<selector> service.


=item L<Perlbal::Manual::WebServer>

Setting up a Perlbal C<web_server> service.


=back

=head1 AUTHORS

Bruno Martins and José Castro.


=head2 SEE ALSO

L<Perlbal::FAQ>.

There are sample configuration files under F<conf/>, including samples for using and configuring existing plugins.