MX on Linux: Difference between revisions

102 bytes added ,  17:17, 5 September 2020
m
Line 386: Line 386:
== Install Apache 2 (or another web server) ==
== Install Apache 2 (or another web server) ==


'''Apache''' is not the only web server software (so choose a different one if you like), but it is probably the most comprehensive, so if you have enough space on your Pi, install it using <tt>sudo apt install apache2 -y</tt>.
'''Apache''' is not the only web server software (so choose a different one if you like), but it is probably the most comprehensive, so if you have enough space on your Pi, install it using <tt>sudo apt install apache2 -y</tt>.  You might want to use Fast CGI and therefore add <tt>sudo apt-get install libapache2-mod-fcgid</tt>.


If you choose '''nginx''', install that web server with <tt>sudo apt-get install nginx -y</tt>.
If you choose '''nginx''', install that web server with <tt>sudo apt-get install nginx -y</tt>.
5,838

edits