Skip to content

Commit 6c9bc3e

Browse files
author
Till Brehm
committed
Enable mod_logio in apache on opensuse.
1 parent 7c18547 commit 6c9bc3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/dist/lib/opensuse.lib.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,9 @@ public function configure_apache()
656656
if($conf['apache']['installed'] == false) return;
657657
//* Create the logging directory for the vhost logfiles
658658
exec('mkdir -p /var/log/ispconfig/httpd');
659+
660+
//* enable apache logio module
661+
exec('a2enmod logio');
659662

660663
//if(is_file('/etc/suphp.conf')) {
661664
replaceLine('/etc/suphp.conf', 'php=php', 'x-httpd-suphp="php:/srv/www/cgi-bin/php5"', 0, 0);

0 commit comments

Comments
 (0)