<div dir="ltr"><div>OK, replying to myself just in case someone wants to do something similar</div><div><br></div><div>In order to open a directory for listing it's file contents, one needs to change</div><div><span style="font-family:courier new,courier,monospace">/etc/apache2/sites-enabled/geonode.conf</span></div><div><span style="font-family:courier new,courier,monospace"><br></span></div><div>You need to set an alias for the directory you want and then add the proper <directory> entry similar to:</div><div><span style="font-family:courier new,courier,monospace"><br></span></div><div><span style="font-family:courier new,courier,monospace"><span style="font-family:courier new,courier,monospace">Alias /dados /var/www/html/dados/</span></span></div><div><span style="font-family:courier new,courier,monospace"><span style="font-family:courier new,courier,monospace"><br></span></span></div><div><span style="font-family:courier new,courier,monospace"><span style="font-family:courier new,courier,monospace">    <span style="font-family:courier new,courier,monospace"><Directory "/var/www/html/dados/SL_publications/"></span><br><span style="font-family:courier new,courier,monospace">        Order allow,deny</span><br><span style="font-family:courier new,courier,monospace">        Options Indexes FollowSymLinks</span><br><span style="font-family:courier new,courier,monospace">        Allow from all</span><br><span style="font-family:courier new,courier,monospace">        Require all granted</span><br><span style="font-family:courier new,courier,monospace">        IndexOptions FancyIndexing</span><br><span style="font-family:courier new,courier,monospace">    </Directory></span></span></span></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 30, 2018 at 9:45 PM Daniel Victoria <<a href="mailto:daniel.victoria@gmail.com">daniel.victoria@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div><div>I have an Ubuntu server running GeoNode 2.8, installed from the PPA. Now I'd like to expose a directory ( /var/www/data) using apache so other users can download some files that I will place there. But I can't figure out where (and how) to set this.</div><div><br></div><div>Should this be done in /etc/apache2/sites-enabled/geonode.conf ?</div><div>What should I place there?</div><div><br></div><div>Thanks</div></div><div dir="ltr"><div>Daniel<br></div></div></blockquote></div>