Opened 5 years ago
Closed 5 years ago
#2168 closed defect (invalid)
geonode WSGI takes port 80 root
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive13.0 |
Component: | OSGeoLive | Keywords: | apache2 |
Cc: |
Description
see conf
Module Name: **mod_wsgi**.c In file: /etc/apache2/sites-enabled/geonode.conf 1: WSGIDaemonProcess geonode user=www-data threads=10 processes=1 2: <VirtualHost *:80> 10: WSGIProcessGroup geonode 11: WSGIPassAuthorization On 12: WSGIScriptAlias / /usr/lib/python2.7/dist-packages/geonode/wsgi.py : </VirtualHost>
it is possible that this conflicts with other uses of Apache2 on the disk; most every project takes a unique port or has a string identifier after the host document root e.g. /istsos
Note:
See TracTickets
for help on using tickets.
GeoNode cannot be put under /geonode so we configured it to listen to a virtualhost http://geonode