├── Jenkinsfile ├── LICENSE ├── Makefile ├── README.md ├── a2bchk.sh ├── ansible └── apache2buddy.yml ├── apache2buddy.pl ├── changelog ├── landing_page.pl ├── man └── apache2buddy_manpage.txt ├── md5sums.txt └── sha256sums.txt /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/README.md -------------------------------------------------------------------------------- /a2bchk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/a2bchk.sh -------------------------------------------------------------------------------- /ansible/apache2buddy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/ansible/apache2buddy.yml -------------------------------------------------------------------------------- /apache2buddy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/apache2buddy.pl -------------------------------------------------------------------------------- /changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/changelog -------------------------------------------------------------------------------- /landing_page.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/landing_page.pl -------------------------------------------------------------------------------- /man/apache2buddy_manpage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/man/apache2buddy_manpage.txt -------------------------------------------------------------------------------- /md5sums.txt: -------------------------------------------------------------------------------- 1 | 1e5bdd25991b213e5999c2adc00514bd apache2buddy.pl 2 | -------------------------------------------------------------------------------- /sha256sums.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/richardforth/apache2buddy/HEAD/sha256sums.txt --------------------------------------------------------------------------------