Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
to me Cheers, Dirk On 03.04.2011, at 19:37, Greg Allen wrote: I am trying to use mod_rewrite to rewrite URLs coming into my server and have the resulting value from mod_rewrite processed by mod_jk. Here's the relevant section of my httpd.conf file: DocumentRoot /home/webadmin/localhos

[users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
I am trying to use mod_rewrite to rewrite URLs coming into my server and have the resulting value from mod_rewrite processed by mod_jk. Here's the relevant section of my httpd.conf file: DocumentRoot /home/webadmin/localhost/html SuexecUserGroup webadmin webadmin ServerAdmin "webadmin@locahos

Re: [users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
Thanks! That was it. I knew it was something simple -- Greg On 4/2/2011 5:01 PM, Eric Covener wrote: You have to capture something to use $1 as your key On Apr 2, 2011 4:19 PM, "Greg Allen" wrote: Hello, I am having problems getting mod_rewrite to work for me. I have a simp

[users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
Hello, I am having problems getting mod_rewrite to work for me. I have a simple rewrite program written in perl. I have configured rewrite in the httpd.conf file and turned on logging. It looks as though my map program is being called, but no value is being returned from the program (as you