Teddy Mills wrote:
I tried to install mod_perl2 on this to get the Apache::Mp3 to work, but
apparently mod_perl2 is not ready for prime time yet.
As I understand it, the issue is that Apache::MP3 does not have support
for mod_perl 2 yet.
There was no bloody way I was going to change my entire web
Let me see if I have this straight.
With your patch, if I have:
PerlPostConfigHandler A
PerlPostConfigHandler B
PerlPostConfigHandler C
then A gets run once, B gets run once, and C gets run once.
But if I have:
PerlPostConfigHandler A
PerlPostConfigHandler C
then A gets run twice (once
I had to setup an entire new computer and setup just to get mod_perl to
work.
My previous server is httpd 2.048 /PHP4.34/MySQL4.01
I tried to install mod_perl2 on this to get the Apache::Mp3 to work, but
apparently mod_perl2 is not ready for prime time yet.
There was no bloody way I was going to c
Stas Bekman wrote:
Paul G. Weiss wrote:
Rats! PerlPostConfigHandler appears to have absolutely no effect when
placed inside a scope. It does indeed run when placed
outside. I know this because I have something like:
open(H, ">", "/tmp/output");
print H "something\n"
in my handler and the fi
>>> # file t/conf/extra.conf.in
> Carletto is talking about the live testing of a module that won't work
> without running mod_perl and he is not aware of Apache-Test, required
> for this kind of tests.
I was assuming from the above that he already had Apache-Test working.
--Geoff
--
Reporti
Geoffrey Young wrote:
Carletto wrote:
Hi!
Anyone has experience in testing an Apache module (mod_perl 2.0, of course)
with
custom configuration directives ?
I'm talking about a module "packaged" (h2xs -AX -n Foo::Bar) and then tested
(perl Makefile.PL; make; make test), when as custom configuratio
Carletto wrote:
> Hi!
> Anyone has experience in testing an Apache module (mod_perl 2.0, of course)
> with
> custom configuration directives ?
> I'm talking about a module "packaged" (h2xs -AX -n Foo::Bar) and then tested
> (perl Makefile.PL; make; make test), when as custom configuration is like
Hi!
Anyone has experience in testing an Apache module (mod_perl 2.0, of course)
with
custom configuration directives ?
I'm talking about a module "packaged" (h2xs -AX -n Foo::Bar) and then tested
(perl Makefile.PL; make; make test), when as custom configuration is like
that:
# file t/conf/extra.co
Thanks for the help.
I painstakingly built new RPMs and got Apache to 2.0.48-1 and fixed all
dependencies and updated mod perl to 1.99_11, and SO FAR everything with the
directive seems to be fine. I might have made a bit of a mess of my RPM
dependencies and I can only pray no problems happen in
Hi,
Am Samstag, 20. Dezember 2003 22:52 schrieb Paul G. Weiss:
> Great suggestion. I'll certainly try that.
>
> As to why I expected PerlSetVar to be available during startup, it is
> because that is how it was with mod_perl1, and I wasn't considering the
> fact that configuration in mod_perl2 i
Hi Stas,
On Sun, 21 Dec 2003, Stas Bekman wrote:
> > Is anyone else having problems just now?
>
> It's down. Due to a fire in SF.
Oh. Careless.
> If the user has even tried to read the online docs, there is at
> least 3 places in the installation...
:)
73,
Ged.
--
Reporting bugs: htt
Ged Haywood wrote:
HI all,
On Sat, 20 Dec 2003, Stas Bekman wrote:
See: http://perl.apache.org/bugs/
PING perl.apache.org (209.237.227.195) from 212.22.195.7 : 56(84) bytes of data.
--- perl.apache.org ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss
Is anyone el
Hi there,
On Sat, 20 Dec 2003, Daniel Wilson wrote:
> Moved my site to a new server.
>
> Old Server
> PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
> 30056 apache 9 0 10964 10M 10288 S 0.0 0.7 0:00 0 httpd
> New Server
> 2733 apache16 0 12716 1
HI all,
On Sat, 20 Dec 2003, Stas Bekman wrote:
> See: http://perl.apache.org/bugs/
PING perl.apache.org (209.237.227.195) from 212.22.195.7 : 56(84) bytes of data.
--- perl.apache.org ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss
Is anyone else having problems
Paul G. Weiss wrote:
Rats! PerlPostConfigHandler appears to have absolutely no effect when
placed inside a scope. It does indeed run when placed
outside. I know this because I have something like:
open(H, ">", "/tmp/output");
print H "something\n"
in my handler and the file written to only w
Daniel Wilson wrote:
Its not sharing the modules at start up and none of
the config or compile options have changed.
You diff'ed httpd.conf and startup.pl and found no differences at all?
The only thing different is the fact the old server has a custom
SMP kernel and the new has redhat's stock ke
16 matches
Mail list logo