File: README

package info (click to toggle)
libapache-admin-config-perl 0.94-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 184 kB
  • ctags: 69
  • sloc: perl: 858; makefile: 3
file content (74 lines) | stat: -rw-r--r-- 2,284 bytes parent folder | download | duplicates (2)
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
Apache::Admin::Config 0.94
==========================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


NAME
    Apache::Admin::Config - A module to read/write Apache like configuration
    files

DESCRIPTION
    "Apache::Admin::Config" provides an object oriented interface for
    reading and writing Apache-like configuration files without affecting
    comments, indentation, or truncated lines.

    You can easily extract informations from the apache configuration, or
    manage htaccess files.

    I wrote this class because I work for an IPP, and we often manipulate
    apache configuration files for adding new clients, activate some
    features or un/locking directories using htaccess, etc. It can also be
    useful for writing some one-shoot migrations scripts in few lines.

AUTHOR
    Olivier Poitrey <rs@rhapsodyk.net>

AVAILABILITY
    The official FTP location is:

    ftp://ftp.rhapsodyk.net/pub/devel/perl/Apache-Admin-Config-current.tar.g
    z

    Also available on CPAN.

    anonymous CVS repository:

    CVS_RSH=ssh cvs -d anonymous@cvs.rhapsodyk.net:/devel co
    Apache-Admin-Config

    (supply an empty string as password)

    CVS repository on the web:

    http://www.rhapsodyk.net/cgi-bin/cvsweb/Apache-Admin-Config/

BUGS
    Please send bug-reports to aac@list.rhapsodyk.net. You can subscribe to
    the list by sending an empty mail to aac-subscribe@list.rhapsodyk.net.

LICENCE
    This library is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation; either version 2.1 of the License, or (at
    your option) any later version.

    This library is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
    General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this library; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

COPYRIGHT
    Copyright (C) 2001 - Olivier Poitrey