Skip to content
Snippets Groups Projects
Commit 6c9bc3ea authored by Till Brehm's avatar Till Brehm
Browse files

Enable mod_logio in apache on opensuse.

parent 7c18547d
No related branches found
No related tags found
No related merge requests found
......@@ -656,6 +656,9 @@ class installer_dist extends installer_base {
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment