I have installed the Ubuntu 5.10 "Breezy Badger", without problem and then, I installed the trio, apache2, php5 and mysql and it was, also, without problem.
I have done:
Code: Select all
#sudo /etc/init.d/apache2/ startand then:
Code: Select all
#lynx http://localhostalso, I obtain the phpinfo page by doing:
Code: Select all
#lynx http://localhost/test.php//test.php
<?php
phpinfo
?>
I swiched off my computer, and.............when I have swiched on the computer(here begun the problem):
I do(starting apache2):
Code: Select all
#sudo /etc/init.d/apache2 startBut, when I do:(in the window of mozilla)
http://localhost
I get the following message(but not the apache2 home page as normal):
the message is:(after waiting for a long time)
My question is :The operation time out when attempting to contact localhost
what is the "things" that don't allow the apache2 home page to start?
and, then, what must I do to have this page?
Thanks in advence for the help.