Deprecated: Non-canonical cast (double) is deprecated, use the (float) cast instead in /Users/webmon/Documents/WebSites/mysyte/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php on line 216

Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead in /Users/webmon/Documents/WebSites/mysyte/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php on line 235
Giving Apache Permission on OS X Server – Layne Shipley
Computers,  OS X Server

Giving Apache Permission on OS X Server

Apache runs as the user www-data:www-data, we just installed files as your local user. So we need to make sure Apache can access the files

Open up Terminal.app

run the following command. *Note: If you have changed the apache username and group, please use that instead of _www:_www*

chown -R _www:_www /Library/Server/Web/Data/Sites/.com

Leave a Reply

Your email address will not be published. Required fields are marked *