How to Install Apache with PHP5 & MySQL on Hardy?

Asked by Mohammad Alhobayyeb

I want to install Apache, PHP5 & MySQL, is there any good tutorial or post that guides me to the end!

I am using Ubuntu 8.04 Hardy

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Rogelio Castillo A.
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Best Rogelio Castillo A. (rogelio2k) said :
#1

System-->Administration-->Synaptic Package Manager-->Edit-->Mark Packages by Task-->LAMP server -->Apply

source: http://ubuntuguide.org/wiki/Ubuntu:Hardy

have fun!

Revision history for this message
Mohammad Alhobayyeb (mih1406) said :
#2

Thank you!

Revision history for this message
Mohammad Alhobayyeb (mih1406) said :
#3

I have installed it but where is the 'htdocs' folder?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

To find a file or directory into all your filesystem please open a terminal and type:

cd /
sudo find . | grep -i htdocs

give your user password when requested, you don't see nothing when you type it, then press enter.

hope this helps

Revision history for this message
Mohammad Alhobayyeb (mih1406) said :
#5

I found it, it was named www in linux.
It is here: /var/www

Revision history for this message
Mohammad Alhobayyeb (mih1406) said :
#6

Thanks Rogelio Castillo A., that solved my question.