I'm installing php on my mac and following these instructions : Installing Apache, Php, Mysql on Mac OSX Yosemite.
I'm stopping at this block :
The default DocumentRoot for Mac OS X Yosemite is /Library/WebServer/Documents. You can verify this from your Apache configuration.
grep DocumentRoot httpd.conf
Now create the phpinfo() page in your DocumentRoot:
echo ' /Library/WebServer/Documents/phpinfo.php Verify PHP by accessing http://localhost/phpinfo.php
The message 'grep : httpd.conf : No such file or directory' is blocking me from progressing now.
Are there any php specialists out there who can help me? I'm just following the instructions..