Skip to content

myfixip working for https but not working for http(port80) #10

Description

@aidinkhosrowshahi

I have apache with myfixip enable, I enabled proxy for ports 443 and 80 on ELB, when I open https website thorough ELB, it is working but not able to reach http(port80 website) and then if I remove ip RewriteIPAllow 10.0.0.0/8 form myfix.config works oposite ( https not working and http is working)

here is my config:

myfixip.conf:

RewriteIPResetHeader off
RewriteIPAllow 10.0.0.0/8 (LoadBalancer IP range)

and my website config:

Listen 80
<VirtualHost *:80>

RewriteIPResetHeader on


Listen 443
<VirtualHost *:443>

RewriteIPResetHeader on

I am trying to open ELB http healthcheck for server-status but myfixip module does not working

here is my goal:

ELB listener 443 for https
http ELB health check /server-status.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions