Error should have been fixed in #24 but the following error still
occured if $this->settings['phpfpm']['configdir'] is not available:
```
PHP Warning: readdir() expects parameter 1 to be resource, boolean
given in /var/www/froxlor/scripts/jobs/cron_tasks.inc.http.10.apache.php
on line 1315
```
Structure of the fix is the same as in
f5bc81faca but copied to the other
section.