Estaba tratando de habilitar php, mysql, apache en mi macbook pro corriendo yosemite. He seguido este guía pero no funciona. ¿Qué ocurre al configurar un servidor web local en OS X? Por favor, ayuda..... Me sale un error que dice http://localhost/ no está disponible
Abhimanyus-MacBook-Pro:~ abhimanyuaryan$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
#::1 localhost
Abhimanyus-MacBook-Pro:~ abhimanyuaryan$ ls -lad /Library/WebServer/Documents /Library/WebServer/Documents/index*
drwxr-xr-x 8 root wheel 272 Feb 18 13:29 /Library/WebServer/Documents
-rw-r--r-- 1 root wheel 49 Feb 18 13:29 /Library/WebServer/Documents/index.html
-rw-r--r-- 1 root wheel 67 Jan 6 14:08 /Library/WebServer/Documents/index.html.en
Abhimanyus-MacBook-Pro:~ abhimanyuaryan$ ps aux| grep http
abhimanyuaryan 26010 0.0 0.0 2432772 664 s000 S+ 10:21PM 0:00.00 grep http