the best way to install LAMP server in GNU/Linux

Abderraouf
  11 years ago
  6

in the terminal:
sudo apt-get install lamp-server^

and you will asked for mysql server root password.

after installing LAMP the folder /var/www/
ins the server root folder ^^

and you need the root auth to add files in /var/www/

and you can change the server root folder from apache2 config :)

 

and like please :D

Comments
oxman 10 years ago

Thank you.


Abderraouf 11 years ago

good for all!
go to google and look for apache2 config
to change the apache root folder ^_^


viked2000 11 years ago

good for a linux newbee like me