[rt-users] Basic setup...

Kristian Davies kristian.davies at gmail.com
Fri Aug 1 10:56:33 EDT 2008


On Fri, Aug 1, 2008 at 3:39 PM, Ruslan Zakirov <ruz at bestpractical.com> wrote:
> http://wiki.bestpractical.com/view/ManualApacheConfig

After kicking it to death it was actually:

#Set($WebExternalAuth , 1);
#Set($WebFallbackToInternalAuth , 'true');
#Set($WebExternalGecos , undef);
#Set($WebExternalAuto , 1);

Leaving apache.conf as:

    PerlModule Apache::DBI
    PerlRequire /disk1/web/vhost/rnd-test.mpc.local/rt/bin/webmux.pl
    AddDefaultCharset UTF-8

    DocumentRoot /disk1/web/vhost/rnd-test.mpc.local/rt/share/html

        ErrorLog /disk1/web/vhost/rnd-test.mpc.local/log/error.log
        CustomLog /disk1/web/vhost/rnd-test.mpc.local/log/access.log combined

    PerlLoadModule Apache2::MultiAuth
    PerlSetVar MSADDomain MYAD.mpc.local
    PerlSetVar MSADServer smoo1.mpc.local
    PerlSetVar MSPort     639
    PerlSetVar MSADTLS    yes
    AuthModule Apache2::AuthenMSAD

    PerlAuthenHandler Apache2::MultiAuth

    <Directory /disk1/web/vhost/rnd-test.mpc.local/rt/share/html>
        AllowOverride all
        SetHandler perl-script
        PerlHandler RT::Mason
        Require valid-user
       AuthType Basic
       AuthName "UNIX or Windows Login"
    </Directory>

Cheers,
Kristian



More information about the rt-users mailing list