[rt-users] New install rt-mailgate problem
Ian Pellew
ipellew at yahoo.com
Tue Apr 13 11:49:39 EDT 2010
FreeBSD_8 RT 387 at a glance works fine,
BUT
rt-mailgate fails with the likes of:-
[Tue Apr 13 17:29:13 2010] [error] [client 192.168.56.202] File does not exist: /usr/local/www/apache22/data/REST
But my RT is at /usr/local/Rt/rt-3.8.7/share/html
My vhost uses ports 8001:-
<VirtualHost 192.168.56.202:8001>
ServerName rt.f8.com
DocumentRoot /usr/local/Rt/rt-3.8.7/share/html
AddDefaultCharset UTF-8
ErrorLog "/var/log/httpd_rt_err.log"
CustomLog "/var/log/httpd_rt_cus.log" common
PerlRequire "/usr/local/Rt/rt-3.8.7/bin/webmux.pl"
<Directory /NoAuth/images>
SetHandler default
Order Deny,Allow
Allow from all
</Directory>
<Directory />
SetHandler perl-script
PerlResponseHandler RT::Mason
Options +ExecCGI +FollowSymLinks
AllowOverride None
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>
Cannot figure out how to get mailgate, and maybe the other tools, to use DocumentRoot.
Any suggestions pls?
.
More information about the rt-users
mailing list