Till Brehm
2014-09-01 6c9bc3ea7766bbabd0c7826d2cb87090bc89edb0
Enable mod_logio in apache on opensuse.
1 files modified
3 ■■■■■ changed files
install/dist/lib/opensuse.lib.php 3 ●●●●● patch | view | raw | blame | history
install/dist/lib/opensuse.lib.php
@@ -656,6 +656,9 @@
        if($conf['apache']['installed'] == false) return;
        //* Create the logging directory for the vhost logfiles
        exec('mkdir -p /var/log/ispconfig/httpd');
        //* enable apache logio module
        exec('a2enmod logio');
        //if(is_file('/etc/suphp.conf')) {
        replaceLine('/etc/suphp.conf', 'php=php', 'x-httpd-suphp="php:/srv/www/cgi-bin/php5"', 0, 0);