Changeset 4382

Show
Ignore:
Timestamp:
Fri Jan 20 22:10:49 2006
Author:
mugur
Message:

reset the apache user/group to apache:apache (last commit was by mistake)

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/install_conf/install_conf.php

    r4380 r4382  
    1 1 <?php  
    2 2  
    3   $Campsite['APACHE_USER'] = 'www-data';  
    4   $Campsite['APACHE_GROUP'] = 'www-data';  
      3 $Campsite['APACHE_USER'] = 'apache';  
      4 $Campsite['APACHE_GROUP'] = 'apache';  
    5 5 $Campsite['CAMPSITE_DIR'] = '/usr/local/campsite';  
    6 6 $Campsite['BIN_DIR'] = '/usr/local/campsite/bin';