Nicolas Cannasse <[EMAIL PROTECTED]> (on Mon, 05 Jun 2006
19:08:22 +0200):
> Could you compile again from neko sources and check that it's
working
> (at least) for you ?
yes- works fine here :/
i'm using apache 2.0.55; i dont think it makes any difference, but
here's my neko-related config:
<IfDefine NEKO>
<IfModule !mod_neko.c>
LoadModule neko_module modules/mod_neko.ndll
</IfModule>
<IfModule mod_neko.c>
AddHandler neko-handler .n
DirectoryIndex index.n
</IfModule>
</IfDefine>
i'm starting it with the gentoo initscript, but also a plain
# apache2 -D NEKO
works fine for me. (the -D NEKO obviously relates to the IfDefine of the
config).
maybe strace can give you some hints?
-dan
--
http://0xDF.com/
http://iterative.org/
--
Neko : One VM to run them all
(http://nekovm.org)