#! /bin/sh #--------------------------------------------------------------------------- # /etc/apache2/mods-plugins/apache2_php8 - apache2 check script # # Creation : 2014-04-04 hbfl # Last update: $Id: apache2_php8 48594 2018-01-03 23:35:31Z schlotze $ # # Copyright (c) 2014-2014 Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- # set package name package_name="apache2_php8" /var/install/config.d/${package_name}.sh --quiet check_httpd # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------