Actually, I got rid of that error. But it seems that it's still not
working.
Don't know what could be wrong. There is no input in the apache error
log either.
Does anyone have a solution for this? I might have to recode my
program with amfphp instead.
M.
-----------------------------------------------------------
Marcus Bergstrom [marcus at quickform.net]
-----------------------------------------------------------
On Feb 27, 2007, at 7:24 PM, Marcus Bergstrom wrote:
Hi Nicolas,
I commented the neko/libs/mod_neko/mod_neko.c file like this.
static int neko_2_0_handler( request_rec *r ) {
/*
if( strcmp(r->handler,"neko-handler") != 0)
return DECLINED;
r->content_type = "text/html";
ap_send_http_header(r);
ap_rprintf(r,"You have Apache 2.0.x installed. Mod_neko2
can only run on Apache 2.2.x because of a BoehmGC issue with Apache
2.0, please upgrade to Apache 2.2.x");
*/
return OK;
}
Although, the httpd.conf clears the configtest, it doesn't seem to
actuallly work.
I go to a website, and it asks me to download index.php for
example. That's not so good.
Is this the same issues that you ran into?
M.
-----------------------------------------------------------
Marcus Bergstrom [marcus at quickform.net]
-----------------------------------------------------------
On Feb 27, 2007, at 6:49 PM, Nicolas Cannasse wrote:
Thanks Nicolas,
I should have thought about that.
Another question. Is it not possible to get neko running on
Apache 2.0.x?
Neko is currently complaining saying it needs 2.2.x because of
BoehmGC.
My server is running Plesk, and Plesk doesn't support version 2.2.x.
It actually does not seem to depends on the Apache version, since
we had
the same problem recently on a Apache 2.2.x , and some Apache 2.0 is
working well... I then removed the test from neko/libs/mod_neko.c,
try
to update and recompile.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)
--
Neko : One VM to run them all
(http://nekovm.org)
--
Neko : One VM to run them all
(http://nekovm.org)