mod_relocate 1.0 review

Download
by rbytes.net on

mod_relocate is an Apache module which allows you to create virtual documents that, when selected, transfer you offsite and log the t

License: BSD License
File size: 5K
Developer: Brian Aker
0 stars award from rbytes.net

mod_relocate is an Apache module which allows you to create virtual documents that, when selected, transfer you offsite and log the transaction to your access log.

All GET arguments are passed along to the remote URL. Triggers can be set to run whenever a virtual document is selected.

So what is the purpose of all of this?
Ever seen a clickthrough.cgi? How about someone
redirecting you to a site right before they
send you to the final site? This is the
same thing only built into Apache. It
makes it nice and easy to log people leaving
your site.
This works as a virtual document.
Just add:
AddHandler relocate .relo
and you are set. From this point on you can
create virtual documents anywhere within
your site.

Requirements:
Apache 1.3

mod_relocate 1.0 keywords