Apache Userid

Before proceeding, if your system doesn't already have an Apache userid and group, you should define them in the following manner (options for RedHat shown):

     /usr/sbin/groupadd -g 48 -r apache
     /usr/sbin/useradd -c Apache -d /var/www -g apache -M -n -r -s /sbin/nologin
                       -u 48 apache