write access to wwwrun/www-data in users DocumentRoot

Discussion in 'Installation/Configuration' started by st2xo, Feb 6, 2006.

  1. st2xo

    st2xo New Member

    I changed the ISPConfig code in

    /root/ispconfig/scripts/lib/config.lib.php​

    beginning at line 1774 as follows
    Code:
      if(isset($apache_user) && $mod->system->is_user($apache_user)){
        return $apache_user;
      } else {
        return "[B][COLOR="Red"]wwwrun[/COLOR][/B]";
      }
    
    and so it works now as needed. It´s quick and dirty, I know ....
    I think that somewhere something very special happend on my system that only happens to me :eek:
    Falko, thank you very very much for your support. It helped me much!

    or do you want further pursue the problem? Of course I then I´ll support you - on my strange system :)
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I don't think it's necessary as you seem to be the only one with this problem.
     

Share This Page