> Patch applied clean, and all tests pass!
ok, cool. I don't think this needs to go into the release, but the RM can
decide. so, things will be fixed officially in the next or next next
version of A-T.
thanks
--Geoff
Geoffrey Young wrote:
>> plan tests => 2, need [qw(CGI CGI::Cookie)],
>>- need_cgi, need_lwp;
>>+ need_cgi, need_lwp, need_something_else;
>
>
> oops, that's not part of the patch, of course :)
>
>
> -
Geoffrey Young wrote:
>> plan tests => 2, need [qw(CGI CGI::Cookie)],
>>- need_cgi, need_lwp;
>>+ need_cgi, need_lwp, need_something_else;
>
>
> oops, that's not part of the patch, of course :)
>
>
> -
> plan tests => 2, need [qw(CGI CGI::Cookie)],
> - need_cgi, need_lwp;
> + need_cgi, need_lwp, need_something_else;
oops, that's not part of the patch, of course :)
Index: lib/Apache/TestConfig.pm
=
>>[Mon Oct 10 18:14:21 2005] [error] cgid daemon process died, restarting
>>[Mon Oct 10 18:14:21 2005] [error] (13)Permission denied: Couldn't bind unix
>>domain socket /var/run/cgisock
ok, let's make sure it opens a socket in our local test directory and not
elsewhere where it might conflict wi
Geoffrey Young wrote:
>>> - is your setup somehow nonstandard? my 2.0.54 worker install defaulted
>>>to mod_cgid and I have no problems with any tests?
>>
>>
>>If it is, it's whatever Ubuntu 5.04 installs.
>>I'll tinker more with it tonight and see where cgid leads me.
>>
>>I seem to recall it was
Geoffrey Young wrote:
>>> - is your setup somehow nonstandard? my 2.0.54 worker install defaulted
>>>to mod_cgid and I have no problems with any tests?
>>
>>
>>If it is, it's whatever Ubuntu 5.04 installs.
>>I'll tinker more with it tonight and see where cgid leads me.
>>
>>I seem to recall it was
>> - is your setup somehow nonstandard? my 2.0.54 worker install defaulted
>>to mod_cgid and I have no problems with any tests?
>
>
> If it is, it's whatever Ubuntu 5.04 installs.
> I'll tinker more with it tonight and see where cgid leads me.
>
> I seem to recall it was a pure error about pe
Geoffrey Young wrote:
>>As it turned out, the Ubuntu Apache2 install comes with both mod_cgi AND
>>mod_cgid installed and mod_cgid enabled. A-T apparently detects cgid and
>>tries using that in the config. The dies a horrible death because my
>>user (or nobody when runnung A-T as root) can't fire u
> As it turned out, the Ubuntu Apache2 install comes with both mod_cgi AND
> mod_cgid installed and mod_cgid enabled. A-T apparently detects cgid and
> tries using that in the config. The dies a horrible death because my
> user (or nobody when runnung A-T as root) can't fire up and bind a new
> cg
In a fit of boredom, I wiped my FreeBSD install on my laptop and
installed Ubuntu. To continue that fit, I decided to install Apache2 and
give the Apache-Test 1.27 RC a testing.
At first shot, the cookies.t tests failed:
> [EMAIL PROTECTED]:~/Apache-Test-1.27-dev$ perl t/TEST t/cookies.t -verbose
11 matches
Mail list logo