[rt-users] Installation Woes
RT
RT at InterCept.Net
Tue Sep 2 11:26:39 EDT 2003
David,
I noticed you were missing a few options, so here is my virtual
setting:
<VirtualHost 172.16.3.221>
ServerName rt.intercept.net
DocumentRoot /opt/rt3/share/html
RedirectMatch permanent (.*)/$ http://rt.intercept.net$1/index.html
AddDefaultCharset UTF-8
# this line applies to Apache2+mod_perl2
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
Michael
-----Original Message-----
From: david at gitman.net [mailto:david at gitman.net]
Posted At: Tuesday, September 02, 2003 9:40 AM
Posted To: RT
Conversation: [rt-users] Installation Woes
Subject: RE: [rt-users] Installation Woes
Below is my current VitualHost. Thanks.
<VirtualHost 66.78.30.242>
ServerName rt.ionts.net
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
<IfModule mod_fastcgi.c>
AddHandler fastcgi-script fcgi
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 3600
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
</IfModule>
</VirtualHost>
[-d]
-----Original Message-----
From: rt-users-admin at lists.fsck.com
[mailto:rt-users-admin at lists.fsck.com]
On Behalf Of Phil Homewood
Sent: Tuesday, September 02, 2003 1:51 AM
To: rt-users at lists.fsck.com
Subject: Re: [rt-users] Installation Woes
david at gitman.net wrote:
> I've been trying to get RT up for days. I've been through the mailing
list
> archives, logs over and over again with no avail. Hitting RT
> (http://rt.ionts.net) I get
>
> %# BEGIN LICENSE BLOCK %# %# Copyright (c) 1996-2003 Jesse Vincent %#
%#
<snip>
Your apache is not configured correctly. Perhaps you could post
your VirtualHost config to the list for diagnosis.....
--
Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances
_______________________________________________
rt-users mailing list
rt-users at lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users
Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
_______________________________________________
rt-users mailing list
rt-users at lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users
Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
More information about the rt-users
mailing list