1Apache::TS(3)         User Contributed Perl Documentation        Apache::TS(3)
2
3
4

NAME:

6       Apache::TS - a collection of Perl interfaces to manage Apache Traffic
7       Server installations.
8

SYNOPSIS

10         #!/usr/bin/perl
11         use Apache::TS::AdminClient;
12
13         my $cli = Apache::TS::AdminClient->new(%input);
14         my $string = $cli->get_stat("proxy.config.product_company");
15         print "$string\n";
16

DESCRIPTION

18       This is the main module for Apache::TS, in includes the following sub-
19       modules
20         Apache::TS::AdminClient
21         Apache::TS::Config
22         Apache::TS::Config::Records
23
24       This module, Apache:TS, only defines a set of constants, which are used
25       by both the sub-modules as well as scripts.
26

LICENSE

28        Licensed to the Apache Software Foundation (ASF) under one or more
29        contributor license agreements.  See the NOTICE file distributed with
30        this work for additional information regarding copyright ownership.
31        The ASF licenses this file to You under the Apache License, Version 2.0
32        (the "License"); you may not use this file except in compliance with
33        the License.  You may obtain a copy of the License at
34
35            http://www.apache.org/licenses/LICENSE-2.0
36
37        Unless required by applicable law or agreed to in writing, software
38        distributed under the License is distributed on an "AS IS" BASIS,
39        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40        See the License for the specific language governing permissions and
41        limitations under the License.
42
43
44
45perl v5.34.1                      2022-06-13                     Apache::TS(3)
Impressum