Malcolm J Harwood wrote:
> On Wednesday 15 June 2005 02:52 pm, Eric wrote:
>
>
>>For 1.29 where can I find this module? Is it out of date, replaced by
>>something else?
>
>
> Strange. It's documented all over the place, but I can't find the source
> anywhere. You could use Apache::Scoreboard
On Wednesday 15 June 2005 02:52 pm, Eric wrote:
> For 1.29 where can I find this module? Is it out of date, replaced by
> something else?
Strange. It's documented all over the place, but I can't find the source
anywhere. You could use Apache::Scoreboard (but make sure you get the version
for 1.
Hi,
For 1.29 where can I find this module? Is it out of date, replaced by
something else?
Thanks,
Eric
On Wed, 15 Jun 2005, Foo Ji-Haw wrote:
> Hello Randy,
>
> Though I've not gotten it up yet, thanks for coming up with Apache2::SOAP!
>
> The link you gave
> (http://sourceforge.net/mailarchive/forum.php?forum=soaplite-dev) seems
> to be either mispelled or outdated. Sorry. Got a new one?
Sorry ab
Hello Randy,
Though I've not gotten it up yet, thanks for coming up with Apache2::SOAP!
The link you gave
(http://sourceforge.net/mailarchive/forum.php?forum=soaplite-dev) seems
to be either mispelled or outdated. Sorry. Got a new one?
I thought it would make sense to have Apache2::SOAP on i
Hello Arshavir,
> I am trying to use the stacked handlers functionality but cannot seem
> to get it working. What I have is the following 2 modules:
>
> package Test;
[...]
> $r->push_handlers(PerlResponseHandler => 'Test1::handler');
>
> package Test1;
[...]
> sub handler {
[...]
>
>
>
Thanks Torsten,
Yes, I know I should be expected 2 calls. I followed the script in the
link you gave me, and the result is quite interesting. When I start the
Apache service, I get:
1
2
1
2
I know I should be expecting just
1
2
But the fact is I've got all 4 of them. See what happens when I g
I am trying to get mod_perl to work /w apache w/o success. Is there
any one who can tell me what I am doing wrong?
- Apache/1.3.33 (Unix) mod_perl/1.29 on Red Hat Linux release 7.3 (Valhalla)
- mod_perl is compiled w/o DSO since the web application (Request
Tracker) recommends so.
- mod_perl