summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor shell style fixesLars Wendler2021-04-291-1/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* 2.4/scripts/apache2-logrotate: handle systemdPacho Ramos2021-02-121-2/+6
| | | | | | Bug: https://bugs.gentoo.org/646032 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* apache2ctl: Minor improvementsLars Wendler2019-04-281-3/+2
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Several fixes to previous apache2ctl systemd enhancementLars Wendler2019-04-021-101/+97
| | | | | | | | | | | | | | - Attempt to keep the script POSIX sh compliant - Don't use "function" prefix - Use curly braces for variables - Fixed indentation - Put code for systemd into an "else" part - Renamed "ERROR" variable to "retval" - Made some variables local - Put the systemd apache2 service file reference into a variable Bug: https://bugs.gentoo.org/673530 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* apache2ctl: Add suport for systemdJarod2019-04-021-17/+165
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* apache2ctl: Don't show grep usage message with leading "-" options.Lars Wendler2019-02-261-1/+1
| | | | | Thanks-to: Freenode IRC-user "omelius" Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* apache2ctl: don't fail with mutli-line APACHE2_OPTS in conf.d file.Lars Wendler2019-02-261-3/+6
| | | | | Bug: https://bugs.gentoo.org/676990 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* 2.4/scripts/apache2ctl: POSIX shells don't know =~ test operator.Lars Wendler2018-03-231-1/+1
| | | | | | Fixed by using "echo ... | grep -q ..." combination. Gentoo-Bug: https://bugs.gentoo.org/650678
* 2.4/scripts/apache2ctl: Pass commands to the apache daemon.Lars Wendler2018-03-151-1/+24
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/634414 Thanks-to: Joona Hoikkala <joona@kuori.org> Thanks-to: Andrey Falko <Ma3oxuct@gmail.com>
* Added files for apache-2.4Lars Wendler2013-11-093-0/+255