403 forbidden after installation

Asked by Chris

I'm using a dedicated ubuntu 16.04.1 LTS server running in a KVM machine (NAT network with IP 192.168.122.31).

I've installed launchpad following https://dev.launchpad.net/Running and https://dev.launchpad.net/Running/RemoteAccess.

I've patched:

1. the installer in order not to install the no more available apache2-mpm module;
2. pyOpenSSH to be compatible with the latest release of OpenSSL

The server starts up but when I try to access from a remote machine the https://launchpad.dev the server respondes with 403 forbidden.

I've checked the apache error logs and I found only:

[Fri Dec 09 10:55:19.886973 2016] [authz_core:error] [pid 6543:tid 139842759407360] [client 192.168.122.1:39176] AH01630: client denied by server configuration: proxy:http://localhost:8086/
[Fri Dec 09 10:55:20.032467 2016] [authz_core:error] [pid 6543:tid 139842759407360] [client 192.168.122.1:39176] AH01630: client denied by server configuration: proxy:http://localhost:8086/favicon.ico, referer: https://launchpad.dev/

I've checked the /etc/apache2/sites-available/local-launchpad.conf and "opened" everything to everyone from every ip.

What does I'm missing?

Thanks in advance
Christian F.

Question information

Language:
English Edit question
Status:
Expired
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Chris (christian-fontana) said :
#1

I managed to solve: I forgot to modify one of the lines with "Require" directive.
So probably there is a need to update to the page https://dev.launchpad.net/Running/RemoteAccess: the procedure described in my case doesn't solve the problem.

Now I've to reset the requires directive in order to find the best match for my configuration. After that I'll post my apache.conf and will close the problem.

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Open' state without activity for the last 15 days.