{"id":23370422,"url":"https://github.com/prajithp/mod_reverseproxy","last_synced_at":"2025-04-10T16:21:01.140Z","repository":{"id":11902921,"uuid":"14466692","full_name":"Prajithp/mod_reverseproxy","owner":"Prajithp","description":"mod_reverseproxy - Yet Another reverse proxy module for Apache","archived":false,"fork":false,"pushed_at":"2017-06-15T06:07:07.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T14:09:18.034Z","etag":null,"topics":["apache","linux","nginx","nginx-proxy","reverse-proxy","varnish"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prajithp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-17T12:51:58.000Z","updated_at":"2017-08-10T15:58:13.000Z","dependencies_parsed_at":"2022-09-07T05:31:02.139Z","dependency_job_id":null,"html_url":"https://github.com/Prajithp/mod_reverseproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajithp%2Fmod_reverseproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajithp%2Fmod_reverseproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajithp%2Fmod_reverseproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajithp%2Fmod_reverseproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prajithp","download_url":"https://codeload.github.com/Prajithp/mod_reverseproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252663,"owners_count":21072699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","linux","nginx","nginx-proxy","reverse-proxy","varnish"],"created_at":"2024-12-21T15:38:44.231Z","updated_at":"2025-04-10T16:21:01.119Z","avatar_url":"https://github.com/Prajithp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"mod_reverseproxy\n================\n\nmod_reverseproxy - reverse proxy module for Apache\n\nBased on mod_remoteip.c and mod_cloudflare.c , this Apache module  will replace the  remote_ip  variable in user's logs with the correct remote IP sent from frontend web server like nginx and varnish.\n\nTo install, follow the instructions on:\n   ```bash\n   wget https://raw.github.com/Prajithp/mod_reverseproxy/master/mod_reverseproxy.c\n   apxs -i -c -n mod_reverseproxy.so mod_reverseproxy.c  \n   ```\n## Configuration Directives ##\n```bash\nReverseProxyEnable           (On|Off)          - Enable reverse proxy\n\nReverseProxyRemoteIPHeader   X-Real-IP         - The header to use for the real IP\n                                                 address.\nReverseProxyRemoteIPTrusted  127.0.0.1         -  What IPs to adjust requests for\n```\n\n## Example Configuration ##\n```bash\n\nLoadModule reverseproxy_module modules/mod_reverseproxy.so\n\n\u003cIfModule reverseproxy_module\u003e\n  ReverseProxyEnable  On\n  ReverseProxyRemoteIPHeader X-Real-IP\n  ReverseProxyRemoteIPTrusted 127.0.0.1\n  ReverseProxyRemoteIPTrusted 46.105.160.192\n\u003c/IfModule\u003e\n\n```\n\n\nNOTES:\n\n- If mod\\_cloudflare or mod\\_remoteip are already loaded on the same web server, the web server will crash because both modules try to set the remote IP to a different value.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajithp%2Fmod_reverseproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprajithp%2Fmod_reverseproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajithp%2Fmod_reverseproxy/lists"}