F5F Stay Refreshed Software Operating Systems Server for Raspberry Pi Raspberry Pi web server setup

Server for Raspberry Pi Raspberry Pi web server setup

Server for Raspberry Pi Raspberry Pi web server setup

X
XvKaRloSVx
Junior Member
14
05-19-2020, 12:53 PM
#1
Your Raspberry Pi server isn't booting after the upgrade, so you'll need to re-flash the system. Raspbian remains a solid choice for a basic web server. For handling HTTP requests, I suggest using Apache or Nginx—both are reliable and lightweight options. Lighthttpd is another option but less commonly recommended compared to the others.
X
XvKaRloSVx
05-19-2020, 12:53 PM #1

Your Raspberry Pi server isn't booting after the upgrade, so you'll need to re-flash the system. Raspbian remains a solid choice for a basic web server. For handling HTTP requests, I suggest using Apache or Nginx—both are reliable and lightweight options. Lighthttpd is another option but less commonly recommended compared to the others.

D
dasfuss
Member
156
05-19-2020, 07:03 PM
#2
The setup is straightforward and quick to configure. Raspbian offers a wide range of software, making it convenient for most needs. Apache is a solid choice, though additional tools may be required if you're not just serving static pages.
D
dasfuss
05-19-2020, 07:03 PM #2

The setup is straightforward and quick to configure. Raspbian offers a wide range of software, making it convenient for most needs. Apache is a solid choice, though additional tools may be required if you're not just serving static pages.

Z
zebragirlC
Member
115
05-20-2020, 02:51 AM
#3
Sorry... On Linux there are mainly three options: Apache, nginx, or a mix of both. While Lighttpd exists, it's usually not preferred. Most people stick with Apache, nginx, or a combination. You don't need more than Apache for dynamic sites—it works well. If you're using PHP, you'll also need to install PHP alongside Apache. As of February 2015, Apache held about 40% of web server market share on the internet (50% among the top 1 million sites), followed by IIS at around 28% and nginx at roughly 15%. (Source: Netcraft) Apache is perfectly fine.
Z
zebragirlC
05-20-2020, 02:51 AM #3

Sorry... On Linux there are mainly three options: Apache, nginx, or a mix of both. While Lighttpd exists, it's usually not preferred. Most people stick with Apache, nginx, or a combination. You don't need more than Apache for dynamic sites—it works well. If you're using PHP, you'll also need to install PHP alongside Apache. As of February 2015, Apache held about 40% of web server market share on the internet (50% among the top 1 million sites), followed by IIS at around 28% and nginx at roughly 15%. (Source: Netcraft) Apache is perfectly fine.

R
ReborntoKill
Posting Freak
821
05-24-2020, 05:19 AM
#4
You can start using it right away after installation.
R
ReborntoKill
05-24-2020, 05:19 AM #4

You can start using it right away after installation.

T
tonylaflem
Member
218
05-25-2020, 02:35 PM
#5
We’re discussing a specific Raspberry Pi version, but Apache can’t handle dynamic content by itself. You’ll need additional tools for server-side page creation.
T
tonylaflem
05-25-2020, 02:35 PM #5

We’re discussing a specific Raspberry Pi version, but Apache can’t handle dynamic content by itself. You’ll need additional tools for server-side page creation.