On 11/18/2010 06:15 PM, Brian wrote:
One is to iterate over the filenames with subrequests (if this is even
possible/supported), so that each can be passed internally to a single
request as in the simple (single-file) handler described in the
example above. If the output of the subrequests can
On 11/19/10 11:58 AM, Ryan Gies wrote:
One is to iterate over the filenames with subrequests (if this is even
possible/supported), so that each can be passed internally to a single request
Although you could get them to work, I don't think sub-requests are your answer.
They run through all of th
On Fri, Nov 19, 2010 at 9:59 AM, Mohit Anchlia wrote:
> On Thu, Nov 18, 2010 at 6:26 PM, Mark J. Reed wrote:
>> On Thu, Nov 18, 2010 at 8:47 PM, Mohit Anchlia
>> wrote:
>>> I have a requirement to look at content length and if it is greatar
>>> than desired size then return error message. So ps
I am trying to look at how handlers work so I created a very simple
perl handler that just return "OK". And I added an entry "PerlModule"
and the "PerlHandler". I also was able to build mod_perl2.so. When I
do a GET request with handler ON I see that Handler gets called but
then the call is not goi