Releases for Reverse Proxy
reverse_proxy 5.1.1-alpha1
Posted May 6th, 2011 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-5.x-1.1-alpha1.tar.gz | 1.34 KB | c963c5b73147cfea3c26cfe8c5f1245f |
Added a check for $_SERVER['HTTP_X_FORWARDED_HOST'] to make sure the request is coming through the proxy. Should provide more protection against misconfigured vhost requests.
reverse_proxy 7.1.0-alpha2
Posted May 6th, 2011 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-7.x-1.0-alpha2.tar.gz | 1.36 KB | d1ee7272841d15fe604a875d7dce8bbd |
Added a check for $_SERVER['HTTP_X_FORWARDED_HOST'] to make sure the request is coming through the proxy. Should provide more protection against misconfigured vhost requests.
reverse_proxy 6.2.1-alpha1
Posted May 6th, 2011 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-6.x-2.1-alpha1.tar.gz | 5.5 KB | d2a712aa295b1cef3b9daa5fa497bcc1 |
Changes to 6.2.1:Added a check for $_SERVER['HTTP_X_FORWARDED_HOST'] to make sure the request is coming through the proxy. Should provide more protection against misconfigured vhost requests.
Please Note
Version 6.x-2.x of this module is intended to be installed and enabled on fresh Drupal installs, ideally using the Collaboration Tools Installer. If you are using an earlier version of the Reverse Proxy Module on an xisting site and it is working, you do not need to upgrade.
reverse_proxy 6.1.1-alpha1
Posted May 6th, 2011 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-6.x-1.1-alpha1.tar.gz | 1.34 KB | fb2e1d979c7ed2f11f3236b47764e151 |
Added a check for $_SERVER['HTTP_X_FORWARDED_HOST'] to make sure the request is coming through the proxy. Should provide more protection against misconfigured vhost requests.
reverse_proxy 7.1.0-alpha-1
Posted February 18th, 2011 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-7.x-1.0-alpha1.tar.gz | 1.11 KB | 8eaf6d07808798e28721d683ce1b980b |
-SUMMARY-
This module provides URL rewrites for integrating Drupal with a Reverse Proxy service. It was
developed by the Stanford University Open Source Lab for integrating with the Virtual Host Proxy
Service provided by Stanford University ITS.
-REQUIREMENTS-
The below instructions assume that you have /afs/ir/group/groupname/cgi-bin/drupal as your Drupal
installation directory.
1) Set up a virtual host proxy (http://yourgroup.stanford.edu) to point to your Drupal directory:
https://www.stanford.edu/group/yourgroup/cgi-bin/drupal
2) Enable the Reverse Proxy module
reverse_proxy 6.2.0
Posted October 22nd, 2010 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-6.x-2.0.tar.gz | 5.75 KB | e77f9b9dc86ecb8fb7ed86c2adc9d03e |
Please Note
Version 6.x-2.0 of this module is intended to be installed and enabled on fresh Drupal installs, ideally using the Collaboration Tools Installer. If you are using an earlier version of the Reverse Proxy Module on an existing site and it is working, you do not need to upgrade.
reverse_proxy 6.2.0-beta2
Posted October 22nd, 2010 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-6.x-2.0-beta2.tar.gz | 5.75 KB | 094917dfafe5e810d9ed553325954130 |
Please Note
Version 6.x-2.0 of this module is intended to be installed and enabled on fresh Drupal installs, ideally using the Collaboration Tools Installer. If you are using an earlier version of the Reverse Proxy Module on an existing site and it is working, you do not need to upgrade.
reverse_proxy 6.1.0
Posted October 22nd, 2010 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-6.x-1.0.tar.gz | 1.14 KB | 1bfca4ef11b983397020e8ab6e38ea8c |
-SUMMARY-
This module provides URL rewrites for integrating Drupal with a Reverse Proxy service. It was
developed by the Stanford University Open Source Lab for integrating with the Virtual Host Proxy
Service provided by Stanford University ITS.
-REQUIREMENTS-
The below instructions assume that you have /afs/ir/group/groupname/cgi-bin/drupal as your Drupal
installation directory.
1) Set up a virtual host proxy (http://yourgroup.stanford.edu) to point to your drupal directory:
https://www.stanford.edu/group/yourgroup/cgi-bin/drupal
2) Enable the SU Proxy module
reverse_proxy 5.1.0
Posted October 22nd, 2010 by John Bickar| Download |
Size |
md5 hash |
|---|---|---|
| reverse_proxy-5.x-1.0.tar.gz | 1.16 KB | c30e59d63ed8c8dc4e89098f842a3e5a |
Previously, configuring Drupal to work in the Leland web environment with a Virtual Host Proxy (aka, "Vanity URL") required making changes to includes/bootstrap.inc. However, this presented several problems:
