[rt-users] rt 3.8.1 home link on interface

andrew fay andrew.fay at hotmail.co.uk
Fri Aug 22 08:51:53 EDT 2008


Hi,

No problem,

Maybe I have default set up wrong in apache ?

I dont mind if its only at 127.0.0.1 and not /rt as long as it works ;)

Any ideas?

this is what I have ::

NameVirtualHost *
<VirtualHost *>
    ServerAdmin webmaster at localhost
    
    DocumentRoot /var/www/
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride None
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

    ErrorLog /var/log/apache2/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog /var/log/apache2/access.log combined
    ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>
    
    ServerName your.rt.server.hostname

    DocumentRoot /opt/rt3/share/html
    AddDefaultCharset UTF-8

    # optional apache logs for RT
    # ErrorLog /opt/rt3/var/log/apache2.error
    # TransferLog /opt/rt3/var/log/apache2.access

    PerlRequire "/opt/rt3/bin/webmux.pl"

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



</VirtualHost>




> Subject: RE: [rt-users] rt 3.8.1 home link on interface
> Date: Fri, 22 Aug 2008 08:50:42 -0400
> From: HelmuthRamirez at compupay.com
> To: ruz at bestpractical.com
> CC: andrew.fay at hotmail.co.uk; rt-users at lists.bestpractical.com
> 
> I retract my statement (sorry Andrew, didn't mean to lead you in the wrong direction).
> 
> -----Original Message-----
> From: ruslan.zakirov at gmail.com [mailto:ruslan.zakirov at gmail.com] On Behalf Of Ruslan Zakirov
> Sent: Friday, August 22, 2008 8:47 AM
> To: Helmuth Ramirez
> Cc: andrew.fay at hotmail.co.uk; rt-users at lists.bestpractical.com
> Subject: Re: [rt-users] rt 3.8.1 home link on interface
> 
> On Fri, Aug 22, 2008 at 4:33 PM, Helmuth Ramirez
> <HelmuthRamirez at compupay.com> wrote:
> > Look at webbaseurl setting.
> 
> Don't play with this variable in 3.8.1 unless you know what you're
> doing. WebDomain, WebPath and WebPort are all you need in most cases.
> 
> 
> >
> > ----- Original Message -----
> > From: rt-users-bounces at lists.bestpractical.com
> > <rt-users-bounces at lists.bestpractical.com>
> > To: Ruslan Zakirov <ruz at bestpractical.com>
> > Cc: rt mailing list <rt-users at lists.bestpractical.com>
> > Sent: Fri Aug 22 07:25:55 2008
> > Subject: Re: [rt-users] rt 3.8.1 home link on interface
> >
> > Hi,
> >
> > I have tried changing:
> >
> > Set( $WebDomain, 'localhost/rt' );
> >
> > No effect?
> >
> > Thanks,
> >
> > Andy
> >
> >
> >
> >
> > ________________________________
> >
> >> Date: Fri, 22 Aug 2008 16:18:57 +0400
> >> From: ruz at bestpractical.com
> >> To: andrew.fay at hotmail.co.uk
> >> Subject: Re: [rt-users] rt 3.8.1 home link on interface
> >> CC: rt-users at lists.bestpractical.com
> >>
> >> Web* options in the RT config.
> >>
> >> On Fri, Aug 22, 2008 at 4:17 PM, andrew fay <andrew.fay at hotmail.co.uk>
> >> wrote:
> >> > Hi,
> >> >
> >> > How do I change the home link on the interface to not point at 127.0.0.1
> >> > ?
> >> >
> >> > my RT install is located at 127.0.0.1/rt
> >> >
> >> > but 127.0.01 just goes to an apache default page that says : it works
> >> >
> >> > thanks in advance,
> >> >
> >> > Andy
> >> >
> >> > ________________________________
> >> > Get fish-slapping on Messenger! Play Now
> >> > _______________________________________________
> >> > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> >> >
> >> > Community help: http://wiki.bestpractical.com
> >> > Commercial support: sales at bestpractical.com
> >> >
> >> >
> >> > Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> >> > Buy a copy at http://rtbook.bestpractical.com
> >> >
> >>
> >>
> >>
> >> --
> >> Best regards, Ruslan.
> >
> >
> > ________________________________
> >
> > Get fish-slapping on Messenger! Play Now
> > <http://clk.atdmt.com/UKM/go/101719805/direct/01/>
> >
> > _______________________________________________
> > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> >
> > Community help: http://wiki.bestpractical.com
> > Commercial support: sales at bestpractical.com
> >
> >
> > Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> > Buy a copy at http://rtbook.bestpractical.com
> >
> 
> 
> 
> -- 
> Best regards, Ruslan.

_________________________________________________________________
Win a voice over part with Kung Fu Panda & Live Search   and   100’s of Kung Fu Panda prizes to win with Live Search
http://clk.atdmt.com/UKM/go/107571439/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20080822/07c2f69a/attachment.htm>


More information about the rt-users mailing list