Changes

How to forge a local file system server with IGEPv2 Board

53 bytes removed, 12:31, 28 October 2011
no edit summary
Now we are going to change some basic Apache configuration, edit: /etc/apache2/sites-available/default
Search line: '''<blockquote>DocumentRoot /var/www/''' </blockquote>Replace by: <blockquote>DocumentRoot /home/&lt;user&gt;/web/</blockquote>Search line: <blockquote>Directory /var/www/ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Replace by: '''DocumentRoot /home/&lt;user&gt;/web/'''  Search line: '''Directory /var/www/''' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '''Options Indexes FollowSymLinks MultiViews''' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </blockquote>Replace by: '''<blockquote>Directory /home/&lt;user&gt;/web/'''  '''&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options FollowSymLinks'''  Search line: '''AllowOverride None'''  Replace by: '''AllowOverride all'''
Options FollowSymLinks
</blockquote>
Search line:
<blockquote>
AllowOverride None
</blockquote>
Replace by:
<blockquote>
AllowOverride all
</blockquote>
<br>
4,199
edits