[users@httpd] mod_cache backport from 2.3 to 2.2 branch

2011-09-24 Thread Alexandr Normuradov
Hello List, have anyone done that before? considering the changes in the recent 2.3 branch is it even possible to backport mod_cache with mod_disk_cache? Sincerely, Alexandr Normuradov - The official User-To-User support forum o

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Mark Montague
On September 24, 2011 23:04 , Suneet Shah wrote: I tried to add another parameter to the query string and now the different parameters are getting merged together I am not sure if my error is in the RewriteCond or in the ReWriteRule. Any ideas? URL -> http://localhost/test_rpc/header.jsp?tkn=

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Suneet Shah
Sorry, please disregard my question. I found my error. On Sat, Sep 24, 2011 at 11:04 PM, Suneet Shah wrote: > I tried to add another parameter to the query string and now the different > parameters are getting merged together > I am not sure if my error is in the RewriteCond or in the ReWriteRu

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Suneet Shah
I tried to add another parameter to the query string and now the different parameters are getting merged together I am not sure if my error is in the RewriteCond or in the ReWriteRule. Any ideas? URL -> http://localhost/test_rpc/header.jsp?tkn=xyz&userid=mylogin HEADERS PASSED: tkn: xyz;var2:mylog

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Suneet Shah
Mark, Many thanks for your help. This now works Suneet On Sat, Sep 24, 2011 at 10:33 PM, Mark Montague wrote: > On September 24, 2011 22:23 , Suneet Shah > wrote: > >> I made the change that you described below. Now the tkn header is coming >> in as null. Have I made an error in assigning

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Mark Montague
On September 24, 2011 22:23 , Suneet Shah wrote: I made the change that you described below. Now the tkn header is coming in as null. Have I made an error in assigning the tkn to var1? URL -> http://localhost/test_rpc/header.jsp?tkn=abc Header value -> tkn: (null) RewriteCond %{QUERY_STRING

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Suneet Shah
Hi, thanks very much for your help with this. I am a bit unclear in how information is assigned to variables and how they can be passed from one directive to another. I made the change that you described below. Now the tkn header is coming in as null. Have I made an error in assigning the tkn t

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Mark Montague
On September 24, 2011 16:06 , Suneet Shah wrote: I have the following url: http://localhost/test_rpc/header.jsp?tkn=abc In my httpd.conf I added the following: RewriteEngine on Options +FollowSymLinks RewriteCond %{QUERY_STRING} tkn=(.*) RewriteRule ^/test_rpc/$ [E=var1:%1] RequestHeader appe

Re: [users@httpd] Mod-ReWrite

2011-09-24 Thread Suneet Shah
Hi, i am still having some problem with getting this to work. I am not getting the value that is in the query string to appear in the header. Any ideas on what I am doing wrong? I have the following url: http://localhost/test_rpc/header.jsp?tkn=abc In my httpd.conf I added the following: Rewri