how do I find the name of the apache user and group?

Discussion in 'Apache' started by BraveRobot, Mar 18, 2010.

  1. #1
    I'm trying to setup phpMyAdmin and I need to change the owner of the configuration file so Apache can access it. But I don't know the name of the apache user name and group. How do I find this information? For the time being, I'm just setting up a server on my local machine, which is running OS X.
    Thanks.
     
    BraveRobot, Mar 18, 2010 IP
  2. D3xter

    D3xter Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    From a terminal, try a directory listing, with long listing format:
    ls -l
    Code (markup):
     
    D3xter, Mar 19, 2010 IP