Hello everyone. I am trying to install GForge onto my server but I am running into problems. From my computer I have to run ./gforge-install.sh the domain apache user apahce group and the ip. I was wondering how can I find out what my apache group and name is?
Help with GForge install
| DarkCore wrote: |
| Hello everyone. I am trying to install GForge onto my server but I am running into problems. From my computer I have to run ./gforge-install.sh the domain apache user apahce group and the ip. I was wondering how can I find out what my apache group and name is? |
It is usually httpd or www-data. You can check by doing a cat /etc/passwd|grep httpd (if you are on RedHat or similar distros) or cat /etc/passwd|grep www-data if you're on debian derivatives including Ubuntu). The user and group usually have the same name, but to double check, replace /etc/passwd with /etc/group in the above command.
HTH
