I guess the question would be, is there a way to do this with just
mod_proxy, mod_rewrite and a Perl script? Or ...do I have to cobble
something from scratch in C and not use apache at all?
On 11/30/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 11/30/06, A. K. <[EMAIL PROTECTED]> wrot
teCond %{REQUEST_URI}!script\.pl
RewriteRule ^/cgi-bin/(.*)$ "http://$1?"; [P]
ProxyRequests On
Order deny,allow
Deny from all
Allow from 10.0.255.0/24
On 11/30/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 11/30/06, A. K. <[EMAIL PROTECTED]> wrote:
&g
The mod_rewrite doc mentions that the *E=**VAR*:*VAL flag *"[can be used] to
strip but remember information from URLs".
What exactly does that mean?
I need to "remember" the values of certain EV's after a rewrite process has
completed. It would be particluarly useful to me know what the original