Zainstalowałem Apache + MySQL + PHP5 według tego opisu.
Niestety najwyraźniej coś poszło nie tak bo po wpisaniu w przeglądarce http://localhost/ wyświetla się błąd: Strona internetowa jest niedostępna.
Kod
ps -aux | grep apache
Kod
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 17805 0.0 0.2 34632 7752 ? Ss 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17813 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17814 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17815 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17816 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17817 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
root 21709 0.0 0.0 3132 784 pts/0 S+ 12:06 0:00 grep apache
root 17805 0.0 0.2 34632 7752 ? Ss 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17813 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17814 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17815 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17816 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
www-data 17817 0.0 0.1 34632 4092 ? S 12:00 0:00 /usr/sbin/apache2 -k start
root 21709 0.0 0.0 3132 784 pts/0 S+ 12:06 0:00 grep apache
Kod
ifconfig lo
Kod
lo Link encap:Local Loopback
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
LOOPBACK MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
W czym leży problem?