Till Brehm
2014-09-22 5686edb520c31701b866708a7a64047fb01efd6d
Apache binary is not recognized correctly on CentOS 7 in http restart method.
1 files modified
2 ■■■ changed files
server/mods-available/web_module.inc.php 2 ●●● patch | view | raw | blame | history
server/mods-available/web_module.inc.php
@@ -203,7 +203,7 @@
            $daemon = $web_config['server_type'];
            break;
        default:
            if(is_file($conf['init_scripts'] . '/' . 'httpd')) {
            if(is_file($conf['init_scripts'] . '/' . 'httpd') || is_dir('/etc/httpd')) {
                $daemon = 'httpd';
            } else {
                $daemon = 'apache2';