Go to the Stanford University web site
or
Log In
(To add something to the Commons.)

Releases for Reverse Proxy

reverse_proxy 5.1.1-alpha1

in
Download Sizesort icon md5 hash
reverse_proxy-5.x-1.1-alpha1.tar.gz 1.34 KB c963c5b73147cfea3c26cfe8c5f1245f
Last updated: Fri, 05/06/2011 - 14:31

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

in
Download Sizesort icon md5 hash
reverse_proxy-7.x-1.0-alpha2.tar.gz 1.36 KB d1ee7272841d15fe604a875d7dce8bbd
Last updated: Fri, 05/06/2011 - 09:41

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

in
Download Sizesort icon md5 hash
reverse_proxy-6.x-2.1-alpha1.tar.gz 5.5 KB d2a712aa295b1cef3b9daa5fa497bcc1
Last updated: Fri, 05/06/2011 - 09:39

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

in
Download Sizesort icon md5 hash
reverse_proxy-6.x-1.1-alpha1.tar.gz 1.34 KB fb2e1d979c7ed2f11f3236b47764e151
Last updated: Fri, 05/06/2011 - 09:38

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

in
Download Sizesort icon md5 hash
reverse_proxy-7.x-1.0-alpha1.tar.gz 1.11 KB 8eaf6d07808798e28721d683ce1b980b
Last updated: Fri, 02/18/2011 - 11:00

-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

in
Download Sizesort icon md5 hash
reverse_proxy-6.x-2.0.tar.gz 5.75 KB e77f9b9dc86ecb8fb7ed86c2adc9d03e
Last updated: Fri, 10/22/2010 - 13:16

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

in
Download Sizesort icon md5 hash
reverse_proxy-6.x-2.0-beta2.tar.gz 5.75 KB 094917dfafe5e810d9ed553325954130
Last updated: Fri, 10/22/2010 - 12:51

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

in
Download Sizesort icon md5 hash
reverse_proxy-6.x-1.0.tar.gz 1.14 KB 1bfca4ef11b983397020e8ab6e38ea8c
Last updated: Fri, 10/22/2010 - 12:24

-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

in
Download Sizesort icon md5 hash
reverse_proxy-5.x-1.0.tar.gz 1.16 KB c30e59d63ed8c8dc4e89098f842a3e5a
Last updated: Fri, 10/22/2010 - 12:16

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: