[rt-users] RT 3.8.6 web page wont display after configuration on FreeBSD 8.0

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon May 10 06:58:20 EDT 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/05/2010 10:56:01, Pamela Pomary wrote:

> 
>    <Directory /usr/local/share/rt38/html/>
>        AllowOverride None
>        order allow,deny
>        Allow from all

        ^^^^^^^^^^^^^
This should work.  However, alternatively you could just use:

       Order Deny,Allow

(no 'Allow from ...' necessary, but it doesn't hurt if it is there) That
defaults to allowing anything, unless explicitly denied.  Make sure that
Apache has read access to /usr/local/share/rt38/html -- it should be
world readable in a standard installation from ports.  (Not writable
though -- everything under that location should be writable only by root.)

>      </Directory>
> Alias /rt/ /usr/local/share/rt38/html/

Also, this is not sufficient configuration on its own to give you a
working RT setup.  You need to add something like the following:

    PerlRequire /usr/local/bin/webmux.pl

    <Location /rt/NoAuth/images>
        SetHandler default
    </Location>
    <Location /rt>
       SetHandler perl-script
       PerlHandler RT::Mason
    </Location>

	Cheers,

	Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkvn5swACgkQ8Mjk52CukIwpdACfSBPpwXCad2xrvBw0GTaXScnN
ppkAnAk5jLBt8GHuu3cmQ+QmmApxdGe7
=Ck9J
-----END PGP SIGNATURE-----



More information about the rt-users mailing list