Re: getting any version of modperl to run

2003-12-21 Thread Perrin Harkins
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

Re: VirtualHost + PerlSetVar

2003-12-21 Thread Paul G. Weiss
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

getting any version of modperl to run

2003-12-21 Thread Teddy Mills
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

Re: VirtualHost + PerlSetVar

2003-12-21 Thread Stas Bekman
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

Re: Testing custom configuration directives

2003-12-21 Thread Geoffrey Young
>>> # 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

Re: Testing custom configuration directives

2003-12-21 Thread Stas Bekman
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

Re: Testing custom configuration directives

2003-12-21 Thread Geoffrey Young
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

Testing custom configuration directives

2003-12-21 Thread Carletto
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

Re: directive says no perl handler specified

2003-12-21 Thread Brian Bober
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

Re: VirtualHost + PerlSetVar

2003-12-21 Thread Boris Zentner
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

Re: Problems with configuring mod_perl / apache 1.3.29 and mod ssl -2.8.16-1.3.29

2003-12-21 Thread Ged Haywood
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

Re: Problems with configuring mod_perl / apache 1.3.29 and mod ssl -2.8.16-1.3.29

2003-12-21 Thread Stas Bekman
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

Re: Shared memory broke ;.;

2003-12-21 Thread Ged Haywood
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

Re: Problems with configuring mod_perl / apache 1.3.29 and mod ssl -2.8.16-1.3.29

2003-12-21 Thread Ged Haywood
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

Re: VirtualHost + PerlSetVar

2003-12-21 Thread Stas Bekman
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

Re: Shared memory broke ;.;

2003-12-21 Thread Perrin Harkins
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