Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2006 15:29:58 +0000
From:      Sevan / Venture37 <venture37@hotmail.com>
To:        "Ion-Mihai \"IOnut\" Tetcu" <itetcu@FreeBSD.org>,  ports@freebsd.org
Subject:   Re: Asset Tracker
Message-ID:  <455F26F6.2060301@hotmail.com>
In-Reply-To: <20061117215554.62926fe9@it.buh.tecnik93.com>
References:  <200611171038.03542.paul@pathiakis.com>	<20061117211500.096aac6e@it.buh.tecnik93.com> <20061117215554.62926fe9@it.buh.tecnik93.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ion-Mihai IOnut Tetcu wrote:
> Thanks Todd and Matthew for the URL.
> 
> OK, it looks like something we could use, so I'm interested in it.
> However, I never used RT and I'm low on free time, so if someone else
> wants to step in please drop me an email. Matthew ?
> 
> Paul, if you don't here for me about this till the middle of next week,
> please ping me.
> 
What would you like to know about RT? I can probably help.
v3.6.1 is already available in ports. Install it

add or adapt the follwing to httpd.conf
<VirtualHost *:80>
ServerName testbsd.office.blabla.ya.da
DocumentRoot /usr/local/rt3/share/html
CustomLog /var/log/testbsd.rt-access_log combined
ErrorLog /var/log/testbsd.rt-error_log
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl

<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>

then point your browser to your webserver.


Sevan
-- 
"The truth, the half-truth, and nothing like the truth." - Mark Brandon Read




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?455F26F6.2060301>