R Rmpl macrumors member Original poster Mar 18, 2010 #1 I'm trying to change the owner of config.inc.php so Apache can access it. But I don't know the user and group names of apache. How do I get this information? Thanks.
I'm trying to change the owner of config.inc.php so Apache can access it. But I don't know the user and group names of apache. How do I get this information? Thanks.
N NoNameBrand macrumors 6502 Mar 19, 2010 #2 Use: ps aux | grep apache ps aux | grep http To find the Apache user.