Closed faustus25 closed 5 years ago
Also in the README section the listening port is set to 8000 rather than 8001 in the VirtualHosts directive:
<VirtualHost *:8000>
ServerAdmin admin@misp.local
ServerName misp.local
The current MISP install README has the correct port in its VirtualHosts directive:
echo "<VirtualHost *:8001>
ServerAdmin admin@misp.local
ServerName misp.local
DocumentRoot /var/www/misp-dashboard
https://misp.github.io/MISP/INSTALL.ubuntu1804/#misp-dashboard
Could you put some more details on setting the WSGI up?
Thanks, I updated the README with the up to date information. However, I don't see something wrong on your configuration. Maybe @SteveClement will be able to help?
Reverted back to the non WSGI setup for the time being. Can reopen if tested or solution found.
Hi @faustus25,
i had the same problem: you need to change from
user=misp group=misp
to
user=USERNAME group=www-data
where USERNAME is the one you used for install misp
Reinstall the dashboard according to the new MISP install guide:
https://misp.github.io/MISP/INSTALL.ubuntu1804/#misp-dashboard
Reloading the apache service fails:
Output of misp-dashboard.conf for Apache2:
Permissisons as follows:
What is the appropriate user if "misp" or "www-data" don't work?
Originally posted by @faustus25 in https://github.com/MISP/misp-dashboard/issues/71#issuecomment-435436712