apacheconfig icon indicating copy to clipboard operation
apacheconfig copied to clipboard

Apache / Config::General configuration file parser

Results 24 apacheconfig issues
Sort by recently updated
recently updated
newest added

Apache 2.2, which is the version of Apache on CentOS 6, *sometimes* allows syntax like: ``` ``` Where the final closing brackets are on the same line. @etingof, what do...

enhancement

Turn literals in the code into a "constant" variables to make the code easier to manage and allow code analyzers to catch possible issues. Suggested [here](https://github.com/etingof/apacheconfig/pull/66#discussion_r330680097)!

enhancement

From https://github.com/etingof/apacheconfig/pull/72#issuecomment-548969019 -- we could make a distinct "flavor" that lists all the default options in one place.

enhancement