Re: Win32 hooks/hookrun.t failure
[prev]
[thread]
[next]
[Date index for 2004/12/13]
On Mon, 13 Dec 2004, sdfgsd sergserg wrote:
> This is the problem I described yesterday:
>
> When hookrun.t is reached at 1/10
> a window opens with title: Apache.exe - Application Error
> The instruction at "0x6eecdad9" referenced memory ar
> "0x00000000". The memory could not be "read".
[ ... ]
> Hmm now I notice that FastCGI manager is started ([Mon Dec
> 13 12:10:59 2004] [notice] FastCGI: process manager
> initialized)
>
> I have the fastcgi module loaded in my httpd.conf, but I
> thought that for the tests a custom httpd.conf is loaded.
> Anyways, I commented out these lines from my httpd.conf:
>
> #LoadModule fastcgi_module modules/mod_fastcgi-2.4.2-AP20.dll
>
> # Alias /fcgi/ "E:/Sites/cgi-bin/"
> # <Location /fcgi>
> # SetHandler fastcgi-script
> # Options +ExecCGI
> # </Location>
>
> and now when I run nmake test the result is:
>
> All tests successful, 8 tests and 12 subtests skipped.
>
> [warning] server ananiev:8529 shutdown
> cd ModPerl-Registry && nmake test
>
> All tests successful, 1 test and 3 subtests skipped.
Thanks for the detailed report! So it seems that there's
some conflict between using mod_perl and mod_fastcgi, at
least on Win32 (the autogenerated httpd.conf that
Apache::Test generates and uses will enable any modules that
are enabled in the system httpd.conf [except mod_perl],
which, as you've found, is helpful in exposing problems like
this).
Unfortunately, I'm not familiar with fastcgi - perhaps
someone on the list who's used it in combination with
mod_perl can relate their experiences? Even on Unix would
help, as that would help narrow it down if it's a
Win32-specific issue or not.
--
best regards,
randy kobes
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
 |
Re: Win32 hooks/hookrun.t failure
Randy Kobes 16:47 on 13 Dec 2004
|