Tulan W. Hu wrote:
1) Don't worry about the t/TEST -verbose t/apr/util.t anymore.
The problem went away after I removed all RC4 and rebuilt it.
don't really know what had happened.
Cool.
2) After you mentioned AAA, I thought about our private modules again.
By default, they use cookie to au
1) Don't worry about the t/TEST -verbose t/apr/util.t anymore.
The problem went away after I removed all RC4 and rebuilt it.
don't really know what had happened.
2) After you mentioned AAA, I thought about our private modules again.
By default, they use cookie to authenticate instead of us
Tulan W. Hu wrote:
I'm not sure what went wrong, but there is nothing in the log. And there
must be something since you had 'Access Denied'
Does it need to access on internet? I need to have a proxy setting to go
out.
No, no, none of the tests require that.
Please do:
t/TEST -clean
t/TEST -verbose
> I'm not sure what went wrong, but there is nothing in the log. And there
> must be something since you had 'Access Denied'
Does it need to access on internet? I need to have a proxy setting to go
out.
>
> Please do:
>
> t/TEST -clean
> t/TEST -verbose t/protocol/pseudo_http.t t/apr/util.t
>
> a
* the patch works ok. (tried both perl 5.8.5 and perl 5.8.6)
thanks, committed.
Attached error_log is from
$ t/TEST -clean
$ t/TEST -verbose protocol/pseudo_http.t
and Registryerrlog.txt is from the ModPerl-Registry dir
no need to send the ModPerl-Registry dir, it's a different test suite.
$ t
>From: "Stas Bekman"
> Tulan W. Hu wrote:
> >>From: "Stas Bekman"
> >>Tulan W. Hu wrote:
> >>
> >>>-- Original Message -
> >>>From: "Stas Bekman"
> >>>
> >>>
> Please take a look at Apache-Test/lib/Apache/TestConfig.pm
>
> sub open_cmd {
> >>>
> it calls untaint_path($ENV{
Tulan W. Hu wrote:
From: "Stas Bekman"
Tulan W. Hu wrote:
-- Original Message -
From: "Stas Bekman"
Please take a look at Apache-Test/lib/Apache/TestConfig.pm
sub open_cmd {
it calls untaint_path($ENV{PATH}) in the same file. Please take a look
at
that function and see if you can fix i
> From: "Stas Bekman"
> Tulan W. Hu wrote:
> > -- Original Message -
> > From: "Stas Bekman"
> >
> >>Please take a look at Apache-Test/lib/Apache/TestConfig.pm
> >>
> >>sub open_cmd {
> >
> >
> >
> >>it calls untaint_path($ENV{PATH}) in the same file. Please take a look
at
> >>that functi
Tulan W. Hu wrote:
-- Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
Please take a look at Apache-Test/lib/Apache/TestConfig.pm
sub open_cmd {
it calls untaint_path($ENV{PATH}) in the same file. Please take a look at
that function and see if you can fix it.
If you don't figur
-- Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
> Please take a look at Apache-Test/lib/Apache/TestConfig.pm
>
> sub open_cmd {
> it calls untaint_path($ENV{PATH}) in the same file. Please take a look at
> that function and see if you can fix it.
>
> If you don't figure out,
Tulan, in the future please refrain from posting 1MB emails to the public
mailing list. The best way to accomplish that is to upload the file
somewhere and post a link here.
Besides there is no need to post a truss output to debug a perl error.
(usually).
Tulan W. Hu wrote:
I found a line in o
only can post partial output from truss
because i got mail failure notify from apache site.I found a line in our private module
AP_INIT_TAKE12("require",
set_subscribe_slot,(void*)APR_XtOffsetOf(LN_auth_config_rec,
auth_LNgrpfile),OR_AUTHCFG, "" ), ...
I changed it to
AP_INIT_RAW_ARGS("require",...
We have two private add on modules that have been converted
from v1.x to v2. I'll check them again.
Tulan
- Original Message -
From: "Tulan W. Hu" <[EMAIL PROTECTED]>
To: "Stas Bekman" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, January 26, 2005 7:5
Original Message -
From: "Stas Bekman" <[EMAIL PROTECTED]>
> Tulan W. Hu wrote:
>
> >>I think I need to fix the syntax error in the httpd.conf first.
> >>however, I cannot just modify the httpd.conf file under t/conf
> >>since it will be overwrite when I run make test.
>
> Run t/TEST inst
Tulan W. Hu wrote:
[...]
$ strace ../httpd -d t -f t/conf/httpd.conf -DAPACHE2 -DONE_PROCESS
-DNO_DETATCH
strace output:
ERROR: unable to open /dev/log
maybe i need to install some patches?
as i remember, we installed a patch to have /dev/random available.
You are on Solaris, so you are
Tulan W. Hu wrote:
I think I need to fix the syntax error in the httpd.conf first.
however, I cannot just modify the httpd.conf file under t/conf
since it will be overwrite when I run make test.
Run t/TEST instead of 'make test', in which case t/conf/httpd.conf is
*not* overwritten. You can do t/T
- Original Message -
From: "Tulan W. Hu"
>
> - Original Message -
> >From: "Stas Bekman" <[EMAIL PROTECTED]>
> > Sent: Monday, January 24, 2005 8:38 PM
> > Tulan W. Hu wrote:
> > >>From: "Stas Bekman" <[EMAIL PROTECTED]>
> > >>
> > >>>Tulan Hu wrote:
> > >>>-8<---
Tulan W. Hu wrote:
From: "Stas Bekman" <[EMAIL PROTECTED]>
[EMAIL PROTECTED] wrote:
-8<-- Start Bug Report 8<--
1. Problem Description:
I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and
the make test ran ok. However, the httpd-2.0.52 with
>From: "Stas Bekman" <[EMAIL PROTECTED]>
>> [EMAIL PROTECTED] wrote:
> > -8<-- Start Bug Report 8<--
> > 1. Problem Description:
> >
> > I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and
> > the make test ran ok. However, the httpd-2.0.5
[EMAIL PROTECTED] wrote:
-8<-- Start Bug Report 8<--
1. Problem Description:
I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and
the make test ran ok. However, the httpd-2.0.52 with the current
mod_perl RC3 cannot start when I did "make
-8<-- Start Bug Report 8<--
1. Problem Description:
I have tried the httpd-2.0.49 with mod_perl 1.9913 dev version and
the make test ran ok. However, the httpd-2.0.52 with the current
mod_perl RC3 cannot start when I did "make test".
This problem
21 matches
Mail list logo