Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy several MISP instance in same VM #71

Open
esteban-armas opened this issue Jun 7, 2021 · 0 comments
Open

Deploy several MISP instance in same VM #71

esteban-armas opened this issue Jun 7, 2021 · 0 comments

Comments

@esteban-armas
Copy link

esteban-armas commented Jun 7, 2021

Dear all, I would like to change the default port of MISP instead of 80 or 443 to use another one (e.g. 8081, 8443). This because within the same VM I will deploy several MISP instances and through an Nginx, I will redirect the access. If someone can help me with how to modify it I would appreciate it.
Currently I have applied:

<VirtualHost *:8081>
ServerAdmin admin@localhost
ServerName localhost
DocumentRoot /var/www/MISP/app/webroot
<Directory /var/www/MISP/app/webroot>
Options -Indexes
AllowOverride all

LogLevel warn
ErrorLog /var/log/apache2/misp_error.log
CustomLog /var/log/apache2/misp_access.log combined
ServerSignature Off

But it doesn't work by changing the port there.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant