Open
Description
Describe the Bug
When using apache::mod::remote_ip the vhost doesn't get edited and the keywords aren't added. Therefore the remoteip isn't working, because the X-Forwarded-For header isn't set if apache get's used by a loadbalancer
Expected Behavior
I expect the RemoteIPHeader X-Forwarded-For
to be set in the vhost if the module is used
Steps to Reproduce
Steps to reproduce the behavior:
- create an apache managed with puppet and served by a loadbalancer which also uses the X-Forwarded-For Header
- Use the apache::mod::remote_ip
- See, that it's not working because a flag is missing in the vhost
Environment
- Version [e.g. 1.27.0]
- Platform [e.g. Ubuntu 18.04]
Additional Context
Add any other context about the problem here.