Apache2?

Has there been any work done on getting RT to work with Apache2? Last
time I tried it it didn’t work at all.

– Gary O

“GO” == Gary Oberbrunner garyo@genarts.com writes:

GO> Has there been any work done on getting RT to work with Apache2? Last
GO> time I tried it it didn’t work at all.

Some people have success with mod_perl in Apache2, but it is not a
released package yet. Apparently the Apache2 internal interfaces are
still changing, so finalizing mod_perl is difficult.

One would suspect that fastcgi might be the way to go, assuming it has
been ported to apache2.

One would suspect that fastcgi might be the way to go, assuming it has
been ported to apache2.

Hmm, IMHO the best way to go is to use speedy (CGI::SpeedyCGI), which now
also has mod_speedy for even faster operation. The nice thing with Speedy is
that is does not depend on the web server used.

Just my 2 cents.

–Swen