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

403 - Forbidden: allow Dataverse to talk to DCM #10

Open
pdurbin opened this issue Nov 7, 2016 · 3 comments
Open

403 - Forbidden: allow Dataverse to talk to DCM #10

pdurbin opened this issue Nov 7, 2016 · 3 comments

Comments

@pdurbin
Copy link
Collaborator

pdurbin commented Nov 7, 2016

vagrant up got my DCM up and running but post-installation I wanted to open it up so that I could communicate with it from Dataverse without "403 - Forbidden" errors.

I did something like this (Dataverse was on 10.0.2.2 for whatever reason):

[root@uiswhlpt2614019 ~]# cd /etc/lighttpd
[root@uiswhlpt2614019 lighttpd]# cp -a lighttpd.conf lighttpd.conf.orig
[root@uiswhlpt2614019 lighttpd]# vi lighttpd.conf
[root@uiswhlpt2614019 lighttpd]# diff lighttpd.conf.orig lighttpd.conf
10c10
< $HTTP["remoteip"] !~ "10.0.10.173|127.0.0.1" {

---
> $HTTP["remoteip"] !~ "10.0.2.2|10.0.10.173|127.0.0.1" {
[root@uiswhlpt2614019 lighttpd]# 
[root@uiswhlpt2614019 lighttpd]# /etc/init.d/lighttpd restart

See also FRONTEND_IP in this repo:

@pameyer
Copy link
Member

pameyer commented Nov 16, 2016

This is a symptom of insufficient documentation for how to use the ansible role (and potentially with how I'm handling ansible template variables within vagrant).

@pameyer
Copy link
Member

pameyer commented Mar 15, 2017

Installation docs should cover this now.

@pameyer pameyer closed this as completed Mar 15, 2017
@pdurbin
Copy link
Collaborator Author

pdurbin commented May 18, 2017

Where is this mentioned in the docs?

@pdurbin pdurbin reopened this May 18, 2017
@pdurbin pdurbin mentioned this issue May 18, 2017
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

2 participants