<div dir="ltr"><div>Dear GeoNode users and developers,</div><div><br></div><div>Recently, I posted about two issues regarding thumbnails and e-mails account. I am running GeoNode@2.8.0 Devmode (GD) and Production (GP). <br></div><div><br></div><div>In respect to GeoNode Production, I fixed these issues by adding SITEURL and ACCOUNT and EMAIL confing to settings.py and find GP geonode.conf bellow<br></div><div><br></div><div>WSGIDaemonProcess geonode python-path=/home/geonode/my_<wbr>geonode:/home/geo/Envs/<wbr>geonode/lib/python2.7/site-<wbr>packages user=www-data threads=15 processes=2<br><br><VirtualHost *:80><br>    ServerName 172.21.14.45<br>    ServerAlias localhost<br>    ServerAdmin webmaster@localhost<br>    DocumentRoot /home/geonode/my_geonode/my_<wbr>geonode<br><br>    LimitRequestFieldSize 32760<br>    LimitRequestLine 32760<br><br>    ErrorLog /var/log/apache2/error.log<br>    LogLevel warn<br>    CustomLog /var/log/apache2/access.log combined<br><br>    WSGIProcessGroup geonode<br>    WSGIPassAuthorization On<br>    WSGIScriptAlias / /home/geonode/my_geonode/my_<wbr>geonode/wsgi.py<br><br>    Alias /static/ /home/geonode/my_geonode/my_<wbr>geonode/static_root/<br>    Alias /uploaded/ /home/geonode/my_geonode/my_<wbr>geonode/uploaded/<br><br>    <Directory "/home/geonode/my_geonode/my_<wbr>geonode/"><br>         <Files wsgi.py><br>             Order deny,allow<br>             Allow from all<br>             Require all granted<br>         </Files><br><br>        Order allow,deny<br>        Options Indexes FollowSymLinks<br>        Allow from all<br>        IndexOptions FancyIndexing<br>    </Directory><br><br>    <Directory "/home/geonode/my_geonode/my_<wbr>geonode/static_root/"><br></div><div><br></div><div>Regarding GeoNode DevMode, I am trying to find the correct configuration, but there is always something missing. For instance, if I set the CONFIGURATION-1 bellow, the thumbnail is not displayed and I am unable to send emails. In the other hand, If I set CONFIGURATION-2 bellow, some page styles are lost, the Thumbnails are displayed and I am unable to send e-mails. <br></div><div><br></div><div><br></div><div><br></div><div>CONFIGURATION-1</div><div><br></div><div>WSGIDaemonProcess geonode python-path=/home/my_geonode/<wbr>my_geonode:/home/geo/Envs/<wbr>geonode/lib/python2.7/site-<wbr>packages user=www-data threads=15 processes=2<br><br><VirtualHost *:80><br>    ServerName 172.21.14.45<br>    ServerAlias localhost<br>    ServerAdmin webmaster@localhost<br>    DocumentRoot /home/my_geonode/my_geonode/<wbr>my_geonode<br><br>    LimitRequestFieldSize 32760<br>    LimitRequestLine 32760<br><br>    ErrorLog /var/log/apache2/error.log<br>    LogLevel warn<br>    CustomLog /var/log/apache2/access.log combined<br><br>    WSGIProcessGroup geonode<br>    WSGIPassAuthorization On<br>    WSGIScriptAlias / /home/my_geonode/my_geonode/<wbr>my_geonode/wsgi.py<br><br>    Alias /static/ /home/my_geonode/my_geonode/<wbr>my_geonode/static_root/<br>    Alias /uploaded/ /home/my_geonode/my_geonode/<wbr>my_geonode/uploaded/<br><br>    <Directory "/home/my_geonode/my_geonode/<wbr>my_geonode/"><br></div><div><br></div><div>CONFIGURATION-2<br></div><div><br></div><div>WSGIDaemonProcess geonode python-path=/home/my_geonode/<wbr>my_geonode:/home/geo/Envs/<wbr>geonode/lib/python2.7/site-<wbr>packages user=www-data threads=15 processes=2<br><br><VirtualHost *:80><br>    ServerName 172.21.14.45<br>    ServerAlias localhost<br>    ServerAdmin webmaster@localhost<br>    DocumentRoot /home/geonode/my_geonode/my_<wbr>geonode<br><br>    LimitRequestFieldSize 32760<br>    LimitRequestLine 32760<br><br>    ErrorLog /var/log/apache2/error.log<br>    LogLevel warn<br>    CustomLog /var/log/apache2/access.log combined<br><br>    WSGIProcessGroup geonode<br>    WSGIPassAuthorization On<br>    WSGIScriptAlias / /home/geonode/my_geonode/my_<wbr>geonode/wsgi.py<br><br>    Alias /static/ /home/geonode/my_geonode/my_<wbr>geonode/static_root/<br>    Alias /uploaded/ /home/geonode/my_geonode/my_<wbr>geonode/uploaded/<br><br>    <Directory "/home/geonode/my_geonode/my_<wbr>geonode/"><br>         <Files wsgi.py><br>             Order deny,allow<br>             Allow from all<br>             Require all granted<br>         </Files><br><br>        Order allow,deny<br>        Options Indexes FollowSymLinks<br>        Allow from all<br>        IndexOptions FancyIndexing<br>    </Directory><br><br>    <Directory "/home/geonode/my_geonode/my_<wbr>geonode/static_root/"></div><div><br></div><div>I looked at documentation in <a href=" http://media.readthedocs.org/pdf/geonode/master/geonode.pdf">here</a>, but I could not find information that could guide me on how to set geonode.conf in order to join GeoNode DevMode and GeoNode Production. Could anyone give me a hint in what I am missing for geonode.conf settings or what I am mixing in the geonode.conf configuration?</div><div><br></div><div>Thank you for your time in advance.</div><div><br></div><div>I appreciated it.</div><div><br></div><div>Kind regards</div><div><br></div><div>Julierme<br></div><div><br></div></div>