Changes

Apache
<pre>sudo apt-get install apache2 apache2-mpm-prefork</pre>
After installation, we are going to make some configurations:
<pre>mkdir /home/&lt;user&gt;/web/</pre>
We create that folder called web to store all the web files.
4,199
edits