Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

163 bytes added, 12:42, 28 October 2011
no edit summary
We are going to install Apache HTTP Server:
<pre>sudo apt-get install apache2 apache2-mpm-prefork </pre>
After installation, we are going to make some configurations:
<pre lang="php">mkdir /home/&lt;user&gt;/web</pre>
We create that folder called web to store all the web files.
Replace by:
<pre>AllowOverride all</pre>
<br> &lt;/blockquote&gt; /etc/initSave and exit.d/apache2 restart
Add the following lines to the bottom of&nbsp;<br/span> /etc/apache2/apache2.conf <pre>ServerSignature OffServerTokens Prod<br/pre> Restart Apache: <pre>etc/init.d/apache2 restart</pre> Now we have a basic apache with basic improved configuration.<br> Under construction
=== PHP ===
4,199
edits