tbrehm
2009-03-10 ce6dcf483febeb655958e0afae0eb320bed05bea
install/dist/lib/opensuse.lib.php
@@ -429,6 +429,11 @@
      //* Create the logging directory for the vhost logfiles
      exec('mkdir -p /var/log/ispconfig/httpd');
      
      if(is_file('/etc/suphp/suphp.conf')) {
         replaceLine('/etc/suphp.conf','php=php:/srv/www/cgi-bin/php5','x-httpd-suphp=php:/srv/www/cgi-bin/php5',0);
         replaceLine('/etc/suphp.conf','docroot=','docroot=/var/clients',0);
      }
      // Sites enabled and avaulable dirs
      exec('mkdir -p '.$conf['apache']['vhost_conf_enabled_dir']);
      exec('mkdir -p '.$conf['apache']['vhost_conf_dir']);