Re: using axkit with mod_perl

2007-01-10 Thread Tom Schindl
Hi, Perrin is right with AxKit you have the following possibilities: - Apache1+mod_perl1+AxKit1 - Apache2+mod_perl2 <=> AxKit2 (maybe a proxy in between) But there is also Apache2::TomKit (http://search.cpan.org/~tomson/Apache2-TomKit-0.01_6/lib/Apache2/TomKit.pm): - Apache2+mod_perl2+Apache2::To

Re: using axkit with mod_perl

2007-01-10 Thread Perrin Harkins
Boysenberry Payne wrote: It seems like they're mutually exclusive technologies. Can they both be installed in one Apache server to good effect? AxKit requires mod_perl. Maybe you mean AxKit2? It has its own HTTP server and doesn't interact with Apache or mod_perl. There's no reason you ca