Changeset ee7408 in indico for etc/indico.conf.sample


Ignore:
Timestamp:
08/19/09 15:54:33 (4 years ago)
Author:
Juan Alonso <juan.alonso.hernandez@…>
Branches:
master, burotel, exp-instant-messaging, hello-world-walkthrough, ipv6, new-improved-taskdaemon, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
fd0c10, 2126fc, 7b1227
Parents:
239ca1
git-author:
Juan Alonso <juan.alonso.hernandez@…> (08/19/09 15:54:32)
git-committer:
Juan Alonso <juan.alonso.hernandez@…> (08/19/09 15:54:33)
Message:

More fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • etc/indico.conf.sample

    r239ca1 ree7408  
    108108# APACHE 
    109109#------------------------------------------------------------------------------ 
    110 # ApacheUser is the user that Apache runs as (Look for User inside httpd.conf) 
     110# If you change either ApacheUser or ApacheGroup after installation and you 
     111# are on Linux you need to chown -R the directories pointed at by  
     112#   - LogDir 
     113#   - UploadedFilesTempDir 
     114 
     115# ApacheUser is the user that Apache runs as (Look for "User" inside httpd.conf) 
    111116 
    112117ApacheUser = "nobody" 
    113118 
    114 # ApacheGroup is the group that Apache runs as (Look for User inside httpd.conf) 
     119# ApacheGroup is the group that Apache runs as (Look for "Group" inside httpd.conf) 
    115120 
    116121ApacheGroup = "nogroup" 
Note: See TracChangeset for help on using the changeset viewer.