Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
I know, being logged in as root is bad... however this is a test server... if anything goes bad, insert the cd and reboot and we're back in business in 20 minutes. Thanks for the suggestion, it still is not helping. I'm probably missing some config file or something. I build on a separate serv

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
Nope. Turned off it is the same. I can upgrade to httpd-2.0.50 if that helps... I already have it compiled. Randy Kobes wrote: On Tue, 6 Jul 2004, Matthew Darwin wrote: The behaviour is consistantly wrong at least... [Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix) mod_perl/1.99_14 Perl/v

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Geoffrey Young
Matthew Darwin wrote: > What is the output of that script supposed to look like? Without doing > anything I have issues: > > [EMAIL PROTECTED]:~# tar -xzf perlsetvar-bug-mp2.tar.gz > [EMAIL PROTECTED]:~# cd perlsetvar-bug-mp2 tsk, tsk - logged in as root. good thing I didn't stick some nasty

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Randy Kobes
On Tue, 6 Jul 2004, Matthew Darwin wrote: > The behaviour is consistantly wrong at least... > > [Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix) > mod_perl/1.99_14 Perl/v5.8.3 DAV/2 configured -- resuming normal > operations [ ... ] Does anything change if you disable DAV/2? -- best rega

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
What is the output of that script supposed to look like? Without doing anything I have issues: [EMAIL PROTECTED]:~# tar -xzf perlsetvar-bug-mp2.tar.gz [EMAIL PROTECTED]:~# cd perlsetvar-bug-mp2 [EMAIL PROTECTED]:~/perlsetvar-bug-mp2# perl Makefile.PL Checking if your kit is complete... Looks goo

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Geoffrey Young
Matthew Darwin wrote: > Ok, > > I removed this section of httpd.conf, I start seeing output from your > script: > > ... ok, that's a start :) there are really too many variables at this point for me to figure out what you are trying to do. if you could adjust t/conf/extra.conf.in in small i

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
Ok, I removed this section of httpd.conf, I start seeing output from your script: $Location{"/nm"} = { AuthType => 'Basic', AuthName => '"' . $Kinnetics::Constants::LOGIN_PROMPT . '"', PerlAuthenHandler => 'Apache::Kinnetics::Authenticate', PerlAuthzHandler => 'Apache::Kinnetics::Authori

Re: Strange

2004-07-06 Thread Geoffrey Young
> May be we should use a more generic name for those tarballs? So that you > don't have to explain that it's useful for other things as well? > > e.g., test-suite-skeleton-mp(1).tar.gz? I probably should create a separate package for that, including pointers to A-T documentation and placeholders

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Geoffrey Young
Matthew Darwin wrote: > The behaviour is consistantly wrong at least... > > [Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix) > mod_perl/1.99_14 Perl/v5.8.3 DAV/2 configured -- resuming normal operations > [Tue Jul 6 18:38:42 2004] -e: Authd: Opening connection > [Tue Jul 6 18:38:42 200

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Matthew Darwin
The behaviour is consistantly wrong at least... [Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix) mod_perl/1.99_14 Perl/v5.8.3 DAV/2 configured -- resuming normal operations [Tue Jul 6 18:38:42 2004] -e: Authd: Opening connection [Tue Jul 6 18:38:42 2004] -e: Use of uninitialized value i

Re: mp2: PerlSetVar not working?

2004-07-06 Thread Randy Kobes
On Mon, 5 Jul 2004, Matthew Darwin wrote: > I can't figure out what I'm doing wrong. I'm trying to pass a value > from httpd.conf to the module I know this used to work in mp1, but > I can't seem to get it to work in mp2 > > Ideas? > > Thanks. > > httpd.conf > -- > > PerlModule Ap

Re: Strange

2004-07-06 Thread Stas Bekman
Geoffrey Young wrote: I'd recommend reading Geoffrey's article on perl.com[1] before launching into the perl.apache.org documentation. thanks :) note that the article has links to other sources of documentation at the end as well. Geoffrey has also put together a skeleton for testing which I can

RE: Windows Installation

2004-07-06 Thread Randy Kobes
On Tue, 6 Jul 2004, Goehring, Chuck Mr., RCI - San Diego wrote: > David, > You can get a binary for playing on Windows from: > ftp://theoryx5.uwinnipeg.ca/pub/other/ > See the .readme files fro details of the file contents > I think these do not have ssl capabilities These all-in-one binaries do

RE: Windows Installation

2004-07-06 Thread Goehring, Chuck Mr., RCI - San Diego
David, You can get a binary for playing on Windows from: ftp://theoryx5.uwinnipeg.ca/pub/other/ See the .readme files fro details of the file contents I think these do not have ssl capabilities Chuck -Original Message- From: David Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 0

Windows Installation

2004-07-06 Thread David Arnold
All, I've got Apache and ModPerl running on a linux server at school, but I'd like to give both them a try on a windows machine (XP) at home. I've read a bit of the documentation on the modperl and apache site and have discovered all-in-one packages, etc, but I'd still like to ask advice. I have

Re: Strange

2004-07-06 Thread William McKee
On Tue, Jul 06, 2004 at 01:09:01PM -0400, Geoffrey Young wrote: > > Geoffrey has also put together a > > skeleton for testing which I cannot find a link to at present. > > http://perl.apache.org/~geoff/bug-reporting-skeleton-mp2.tar.gz > > while the name indicates it is for bugs, I use it as the

Re: Strange

2004-07-06 Thread Geoffrey Young
> I'd recommend reading Geoffrey's article on perl.com[1] before launching > into the perl.apache.org documentation. thanks :) note that the article has links to other sources of documentation at the end as well. > Geoffrey has also put together a > skeleton for testing which I cannot find a li