├── .github └── FUNDING.yml ├── http.conf └── readme.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: gregrickaby 4 | -------------------------------------------------------------------------------- /http.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregrickaby/The-Perfect-Apache-Configuration/HEAD/http.conf -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gregrickaby/The-Perfect-Apache-Configuration/HEAD/readme.md --------------------------------------------------------------------------------