[Rt-devel] standalone_httpd still supported in 3.2.1?
Alex Vandiver
alexmv at bestpractical.com
Thu Jul 15 17:24:12 EDT 2004
On Thu, 2004-07-15 at 17:04, Ted Serreyn wrote:
> Is the standalone httpd still supported?
Oops. The following patch (now committed to svn) fixes.
- Alex
Index: bin/standalone_httpd.in
===================================================================
--- bin/standalone_httpd.in (revision 1244)
+++ bin/standalone_httpd.in (working copy)
@@ -12,7 +12,7 @@
my $port = shift || '8080';
if ( @RT::MasonParameters) {} # Shut up the warnings;
-my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters);
+my $h = &RT::Interface::Web::Handler::NewCGIHandler(@RT::MasonParameters);
main_loop($port);
--
Networking -- one letter away from not working
More information about the Rt-devel
mailing list