Hello Kristian
Thanks very much for responding. I built RT
following the instructions to the letter. It's a
fastcgi setup and I don't know that the changes
you suggested will work the way RT is
configured. I'm happy to go ahead and try if you
say it will work though.. below is my current
httpd.conf which works perfectly except that RT
runs on the root URL and not http://localhost/rt
Thanks very much in advance!
# RT Stuff
Alias /rt/ "/opt/rt3/share/html/"
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot /opt/rt3/share/html/
AddDefaultCharset UTF-8
AddHandler fastcgi-script .fcgi
</VirtualHost>
<Directory "/opt/rt3/share/html">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
At 02:49 AM 9/21/2006, Kristian Rønningen wrote:
On Mon, 18 Sep 2006 06:07:00 -0700, you wrote:
>Apparently, there has been a change since RT 3.4 that makes it more
>difficult to move RT from http://host.com/ to
something like http://host.com/rt
>I presume someone has already solved this problem. I would be
>grateful if someone could point me to the detailed information on
>what I need to do to make this change.
Hi,
I'm running 3.6.1 on debian from a subdirectory /rt3/ on my domain,
and from what I can tell from my config-files, this is all the
path-related settings there is:
RT_SiteConfig.pm:
Set($WebPath , "/rt3");
Set($WebURL , $WebBaseURL . $WebPath . "/");
httpd.conf:
<VirtualHost 1.2.3.4>
.
.
.
Alias /rt3 /usr/local/rt3/share/html
<Location /rt3>
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
SetHandler perl-script
PerlHandler RT::Mason
Options +ExecCGI
</Location>
.
.
</VirtualHost>
Make sure you stop and start apache each time you change something,
just in case something isn't reloading.
- Kristian
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com