Hello, My name is Cameron Smith, and I have a query about Apache HTTP Server.
Is it possible to use Apache to create and send an HTTP Response to
a specified uri, without necessarily responding to a particular HTTP
Request?
I am running Perl 5.8.8 scripts on an Apache HTTP web
server which is
I was running an Apache Server version 2.2 on Windows. I was using
ActiveState Perl as my perl installation. I had some other code which
was going to make a request of my IP address (http://127.0.0.1/), and
thus be requesting '/', I needed to redirect this request to a handler
script.
Thus I added