Linux serverlinux web serverNETWORK ADMINISTRATIONS

Install LAMP Stack in Linux Mint 17 Using Tasksel

Install LAMP Stack in Linux Mint 17 Using Tasksel

๐—›๐—ผ๐˜€๐˜ ๐˜†๐—ผ๐˜‚๐—ฟ ๐˜„๐—ฒ๐—ฏ๐˜€๐—ถ๐˜๐—ฒ ๐—ผ๐—ป ๐——๐—ถ๐—ด๐—ถ๐˜๐—ฎ๐—น๐—ข๐—ฐ๐—ฒ๐—ฎ๐—ป ๐—–๐—น๐—ผ๐˜‚๐—ฑ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ฒ๐—ฟ. ๐—š๐—ฒ๐˜ $๐Ÿญ๐Ÿฌ๐Ÿฌ ๐—ฐ๐—ฟ๐—ฒ๐—ฑ๐—ถ๐˜ ๐—ณ๐—ผ๐—ฟ ๐Ÿฒ๐Ÿฌ ๐—ฑ๐—ฎ๐˜†๐˜€.
๐—ฃ๐—ฟ๐—ผ๐—บ๐—ผ๐—น๐—ถ๐—ป๐—ธ : https://m.do.co/c/cd37d259c74e

Follow these steps to install LAMP server/stack in Linux Mint :
1. Install Tasksel via terminal:
sudo apt-get install tasksel

2. Run the Taskel to install LAMP server :
sudo tasksel

3. In internet browser, go to the ip address to check A pache is working:
http://localhost/

4. To test PHP file, create a test.php file on the server:
sudo gedit /var/www/html/test.php

5. Write the test code in test.php file and save it ( Type syntax carefully)

6. Edit the apache2.conf file:
sudo gedit /etc/apache2/apache2.conf

7. Add the following line in apache2.conf file :
# include /etc/php5/apache.conf

8. Now restart the Apache Server again :
sudo service apache2 restart

9. Go to URL : http://localhost/test.php

10. Done

๐—›๐—ผ๐˜€๐˜ ๐˜†๐—ผ๐˜‚๐—ฟ ๐˜„๐—ฒ๐—ฏ๐˜€๐—ถ๐˜๐—ฒ ๐—ผ๐—ป ๐——๐—ถ๐—ด๐—ถ๐˜๐—ฎ๐—น๐—ข๐—ฐ๐—ฒ๐—ฎ๐—ป ๐—–๐—น๐—ผ๐˜‚๐—ฑ ๐—ฆ๐—ฒ๐—ฟ๐˜ƒ๐—ฒ๐—ฟ. ๐—š๐—ฒ๐˜ $๐Ÿญ๐Ÿฌ๐Ÿฌ ๐—ฐ๐—ฟ๐—ฒ๐—ฑ๐—ถ๐˜ ๐—ณ๐—ผ๐—ฟ ๐Ÿฒ๐Ÿฌ ๐—ฑ๐—ฎ๐˜†๐˜€.
๐—ฃ๐—ฟ๐—ผ๐—บ๐—ผ๐—น๐—ถ๐—ป๐—ธ : https://m.do.co/c/cd37d259c74e

โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค

# Visit my blog for more updates โ€“ http://linuxforever.info/

โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค โค

source

by linuxforever

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *