RE: mod_perl for bugzilla

2009-03-05 Thread Chen, Peter
hen, Peter wrote: > Sorry, sparc-solaris2.10 > > Perl version 5.8.8 > > Apache 2.2.10 > > > > -Original Message- > From: Perrin Harkins [mailto:phark...@gmail.com] > Sent: Thursday, March 05, 2009 6:37 PM > To: Chen, Peter > Cc: modperl@perl.apach

RE: mod_perl for bugzilla

2009-03-05 Thread Chen, Peter
Sorry, sparc-solaris2.10 Perl version 5.8.8 Apache 2.2.10 -Original Message- From: Perrin Harkins [mailto:phark...@gmail.com] Sent: Thursday, March 05, 2009 6:37 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: mod_perl for bugzilla On Thu, Mar 5, 2009 at 9:23 PM, Chen

RE: mod_perl for bugzilla

2009-03-05 Thread Chen, Peter
Sorry, I forgot to mention I'm running on a sparc-solaris2.10 machine -Original Message- From: Adam Prime [mailto:adam.pr...@utoronto.ca] Sent: Thursday, March 05, 2009 6:31 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: mod_perl for bugzilla Chen, Peter

mod_perl for bugzilla

2009-03-05 Thread Chen, Peter
I'm trying to use mod_perl for bugzilla I inserted these lines (as per their config instructions): PerlSwitches -I/home/Intranet/ssiweb/apache/htdocs/bugzilla -I/home/Intranet/ssiweb/apache/htdocs/lib -w -T PerlConfigRequire /home/Intranet/ssiweb/apache/htdocs/bugzilla/mod_perl.pl Rest

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-11 Thread Chen, Peter
#AuthzGroupFileAuthoritative Off # Thanks! -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 5:13 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On Mon, Nov 10, 2008 at 5:09 PM

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Thanks, Fred. So if I need basic auth, I should go back to Apache2.2.8 or 2.2.9? And if I do not need basic auth, then what should I do? -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 4:47 PM To: Chen, Peter Cc: modperl@perl.apache.org

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
; ); Failed 1/4 subtests Test Summary Report --- t/hooks/authz (Wstat: 0 Tests: 4 Failed: 1) Failed test: 4 Files=1, Tests=4, 4 wallclock secs ( 0.13 usr 0.07 sys + 2.13 cusr 0.60 csys = 2.93 CPU) Result: FAIL Failed 1/1 test programs. 1/4 subtests failed. [warning] serve

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
g down END in modperl_extra.pl, pid=20666 Thanks in advance! -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 3:43 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On M

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Ok, I found modperl_extra.pl. It's located in t/conf/modperl_extra.pl -Original Message- From: Adam Prime [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 2:49 PM To: Chen, Peter; mod_perl list Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
, 2008 2:49 PM To: Chen, Peter; mod_perl list Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) Chen, Peter wrote: > Apache isn't starting up correctly? I already have the apache server > running. Will this affect the configuration? When I type the command "

[mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Hi, I have been trying to install mp2.0.4. In addition to having problems with authen_basic, I am also getting a test fail for t/hooks/authz as well. My perl Makefile command is as follows: perl Makefile.PL MP_APXS=/home/Intranet/ssiweb/apache/bin/apxs Here are the relevant contents f