calling perl script in apache conf

M

manoj.agarwal.in

Hi

I want to do some hash on the HTTP_COOKIE string which gives me a value
between 1 to 1000. For this I have written a perl script. Now I want to
call this perl script in my rewrite.conf (rewrite rule file) file in
apache. I am using RewriteMap for this but haven't succeeded. May be I
haven't understood using rewritemap well.
So my question is:

a. Can I reset my HTTP_COOKIE value in the rewrite.conf file?
b. Would calling a perl script be a good idea for this or is there any
other way around?
c. Can I write the logic of hashing within my conf file?


My conf file looks like:

RewriteMap cookie1 prg:/home/y/share/htdocs/cookie1.pl
RewriteRule ^/(index.html)?$ ${bcookie:$1} [L,PT]

Am I doing something wrong in this?

rgds
Manoj
 
A

Anno Siegel

Hi

I want to do some hash on the HTTP_COOKIE string which gives me a value
between 1 to 1000. For this I have written a perl script. Now I want to
call this perl script in my rewrite.conf (rewrite rule file) file in
apache. I am using RewriteMap for this but haven't succeeded. May be I
haven't understood using rewritemap well.
So my question is:

a. Can I reset my HTTP_COOKIE value in the rewrite.conf file?
b. Would calling a perl script be a good idea for this or is there any
other way around?
c. Can I write the logic of hashing within my conf file?


My conf file looks like:

RewriteMap cookie1 prg:/home/y/share/htdocs/cookie1.pl
RewriteRule ^/(index.html)?$ ${bcookie:$1} [L,PT]

Am I doing something wrong in this?

Yes, but it has nothing to do with Perl (s/prg/Prg/).

Read the apache documentation of RewriteMap again. If you have
questions, please ask them in an appropriate newsgroup.

Anno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top