Old RT2 (2.0.15) in pure apache2 and mod_perl2 environment

I’m currently trying to get an old highly customized RT installation to
run in a pure mod_perl2 environment.

Mason is latest version; 1.35, args_method is set to CGI,
mod_perl is latest mod_perl2,
libapreq is latest libapreq2

I’ve modified webmux.pl’s session handling so that it is working correct.

Now here’s the problem:

Auth is external, if logging in with a user that is NOT am rt-user I
correctly get the “You are not an authorized user” page. Jippi!
When logging in as a valid user, I get a “[warn] /rt2/index.html did not
send an HTTP header” in my apache’s error log, and page output is an
empty document.

Maybe this migration is impossible, but am I not getting close?

Anyone have ideas on what to do next? Changes needed in autohandler?

Will provide module versions, logs or Data::Dumper output if needed.

Best regards,

Morten

I’m currently trying to get an old highly customized RT installation to
run in a pure mod_perl2 environment.

RT2 does not support mod_perl2. It’s quite unlikely to work without
significant hacking.

Best,
Jesse

Installed fast-cgi, works perfectly well now :slight_smile:

M.

Jesse Vincent skrev: