Guys...
With the modification for virtual host to put in the httpd.conf:
<VirtualHost your.ip.address>
ServerName your.rt.server.hostname
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
What do I change to have a login page URL of http://localhost/rt3 ?
The reason is I have an index page on / that has multiple link, and when
I put this in httpd.conf, the url http://localhost <http://localhost/>
goes directly to RT and I don't see my default index.html file....
Thanks
Nelson Pereira
Senior Network Administrator
Protus IP Solutions Inc.
[EMAIL PROTECTED]
phone: 613.733.0000 ext.528
MyFax: 613.822.5083
www.myfax.com
Refer your friends and colleagues to MyFax!
Click here for more information.
<http://www.myfax.com/referral_program.asp>
<http://www.myfax.com>
<<image001.gif>>
_______________________________________________ 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
