aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-ApacheFormat
Commit message (Collapse)AuthorAgeFilesLines
* This module is designed to parse a configuration file in the same syntaxRoman Bogorodskiy2006-07-264-0/+51
used by the Apache web server (see http://httpd.apache.org for details). This allows you to build applications which can be easily managed by experienced Apache admins. Also, by using this module, you'll benefit from the support for nested blocks with built-in parameter inheritance. This can greatly reduce the amount or repeated information in your configuration files. A good reference to the Apache configuration file format can be found here: http://httpd.apache.org/docs-2.0/configuring.html WWW: http://search.cpan.org/~samtregar/Config-ApacheFormat-1.2/ PR: ports/100885 Submitted by: Martin Tournoij <carpetsmoker at gmail.com> Notes: svn path=/head/; revision=168834