Comment 1 for bug 2022980

Revision history for this message
Edward Hope-Morley (hopem) wrote :

same issue with octavia on zed/stable:

# egrep "ProxyPass|Listen" /etc/apache2/sites-enabled/openstack_https_frontend.conf
Listen 9866
    ProxyPass / http://localhost:9866/
    ProxyPassReverse / http://localhost:9866/

i.e. it is proxying to itself. Changing those to 9865 fixes it.