Re: rewriterule, location, and perlhandler

2009-07-22 Thread Eric Lease Morgan
is made for CGI scripts where $r->filename points to the file containing the script substr($r->uri, length $r->location) is almost always what you need. These two things represent a very elegant solution that I have already implemented. Cool. Thanks! -- Eric Lease Morgan

Re: rewriterule, location, and perlhandler

2009-07-22 Thread Eric Lease Morgan
oss++ * mailing_lists++ -- Eric Lease Morgan

Re: rewriterule, location, and perlhandler

2009-07-21 Thread Eric Lease Morgan
On Jul 21, 2009, at 9:45 PM, Nick Wellnhofer wrote: What am I doing wrong? Does an actual file need to exist in order for mod_perl to find it? No. I didn't think so, but what sort of configuration do I need to do so my mod_perl packages get executed without the existence of a file? --

Re: rewriterule, location, and perlhandler [resolved]

2009-07-21 Thread Eric Lease Morgan
On Jul 21, 2009, at 9:32 PM, Eric Lease Morgan wrote: How do I get Apache's RewriteRule, Location, and PerlHander to work nicely together?... I now want to implement a RewriteRule -- a la a "cool" linked data URL -- to redirect URLs with a specific shape to SemanticWeb.pm,

rewriterule, location, and perlhandler

2009-07-21 Thread Eric Lease Morgan
quests, and 2) execute the result in a mod_perl module? -- Eric Lease Morgan Infomotions, Inc.