From: <el...@us...> - 2005-11-13 00:49:02
|
Hi! I've just set up two virtual hosts running PageKit. (mydomain.net & mon.mydomain.net) The pagekit files for the first (default) one are in www/pagekit, and for the second one in www/mon/pagekit www/pagekit/ +---------+ Config/ +---------- - | Content/ +---------- - | Model/ +---------+ MyPageKit/ | +---------- | : Common.pm | : ModelDef.pm | View/ +---------- - | contrib/ +---------- - www/mon/ +---------+ pagekit/ +---------+ Config/ +---------- - | Content/ +---------- - | Model/ +---------+ MyPageKit2/ | +---------- | : Common.pm | : ModelMon.pm | View/ +---------- - | contrib/ +---------- - I added some debug info and it seems as if both ModelDef and ModelMon, and the two "Common" modules are initialized with correct root-directories: pkit_root: .../www/pagekit pkit_root: .../www/mon/pagekit The default server works fine, but when I try the second one (mon) I get a 500 - Internal Server Error: [Sun Nov 13 01:22:46 2005] [error] [client 192.168.0.2] Expected token not present [Sun Nov 13 01:22:47 2005] [error] [client 192.168.0.2] Expected token not present ...and PageKit dies in sub _fatal_error Is this setup supposed to work? Can the uri_prefix setting be involved? Any ideas where I can find out more about the token message? (I am using Apache2) /Carl |