There is currently no way to make rt3 use FastCGI via the port. Fix: (requires ports/51653 and ports/51656 to be applied first)
Adding to the audit trail ... : Message-Id: <20030501162551.GB70413@not.autrijus.org> : Date: Fri, 2 May 2003 00:25:51 +0800 : From: Autrijus Tang <autrijus@autrijus.org> : : On Thu, May 01, 2003 at 03:20:23PM +0200, Anton Berezin wrote: : > @@ -119,6 +127,7 @@ : > @${ECHO} " DB_PORT=port The database port" : > @${ECHO} " DB_DBA_USER=password Name of database administrator (root)" : > @${ECHO} " DB_DBA_PASSWORD=password Password of database administrator" : > + @${ECHO} " WITH_FASTCGI Use FastCGI instead of mod_perl" : > @${ECHO} " WITH_APACHE2 Use Apache2 as the web server" : > @${ECHO} " UPGRADE Upgrade only, don't initialize DB" : > @${ECHO} "" : : Looks good, let's apply it. : : I hope that some day one can say -DWITH_APACHE2 -DWITH_FASTCGI to : use apache2+fastcgi, too, but currently www/mod_fastcgi does not : support apache2 anyway, so that point is moot. : : Thanks, : /Autrijus/
State Changed From-To: open->closed Committed.