[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

AW: webowner webgroup



> 
> 
> I'm writing a script and I need to find out the webowner and webgroup of
> the apache server when I'm log-in as root.
> 
> How do I do it?
> 
> --
> Joseph
> 
> 
> -- 

Hi  Joseph,

should be in your httpd.conf, it's in mine

cat /etc/apache/httpd.conf

# User/Group: The name (or #number) of the user/group to run apache as.
#  . On SCO (ODT 3) use "User nouser" and "Group nogroup".
#  . On HPUX you may not be able to use shared memory as nobody, and the
#    suggested workaround is to create a user www and use that user.
#  NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
#  when the value of (unsigned)Group is above 60000;
#  don't use Group nobody on these systems!
#
User www-data
Group www-data


Greets,
Simmel



Reply to: