R Rmpl macrumors member Original poster Mar 14, 2007 68 0 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 Nov 17, 2005 434 1 Halifax, Canada Mar 19, 2010 #2 Use: ps aux | grep apache ps aux | grep http To find the Apache user.