The easiest method is to use a single command from
the command-line terminal, which installs the entire LAMP stack in an
integrated package:
sudo tasksel install lamp-server
If your system doesn't provide the tasksel command, then install it:
sudo apt-get install tasksel
I
also (optionally) recommend enabling the rewrite functions of Apache2,
which helps with many modules in Drupal and with the correct redirection
of web-pages on your Apache server:
Edit the file "/etc/apache2/sites-available/default" and replace every occurrence of "AllowOverride none" with "AllowOverride All", then run:
sudo a2enmod rewrite sudo service apache2 restart
Comments
Post a Comment
https://gengwg.blogspot.com/