Technical info.

Wednesday, January 7, 2015

Apache installation on Raspberry pi (Raspbian)

Today, I tried to install Apache server on my Raspberry Pi to use it as a small web server.

After connect to Raspberry Pi through ssh, just enter following command to install Apache Server.

$ sudo apt-get install apache2 -y
After installing Apache server, the Apache server is automatically running and you can check through the web browser such as Chrome.
Before check it, you should know IP address or domain name of your Raspberry pi and put "Http://[IP address]" in web browser.
If you can see the following message, you successfully install your Apache server and it works well.



#Raspbian #Apache #RasberryPi

No comments:

Post a Comment