<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
>From the RPM for RHEL5 from rpm.bone.com:<br>
Alias /rt3 "/usr/share/rt3/html"<br>
<br>
PerlRequire /usr/sbin/webmux.pl<br>
<br>
<Directory "/usr/share/rt3/html"><br>
AllowOverride All<br>
Options ExecCGI FollowSymLinks<br>
<br>
RewriteEngine On<br>
RedirectMatch permanent (.*)/$ $1/index.html<br>
AddDefaultCharset UTF-8<br>
SetHandler perl-script<br>
PerlHandler RT::Mason<br>
</Directory><br>
<br>
The mysql database is initally populated with <br>
<br>
/usr/sbin/rt-setup-database init --action init --dba root
--dba-password <password><br>
<br>
It werkz!<br>
<br>
<br>
Dale J. Chatham wrote:
<blockquote cite="mid4811DE82.5030803@chatham.org" type="cite">
<pre wrap="">I am guessing that the file /etc/rt/initialdata is not being read.
However, when I grep every file I can find, I cannot find a reference to
initialdata. How does it get included?
CentOS 5 install from RPM.
Thanks,
Dale
Dale J. Chatham wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I don't want to use virtual hosts. With passwords flying, I'm using
https for RT.
The rt.conf in /etc/httpd/conf.d is below.
The initial root password appears to be defined in /etc/rt/initialdata
It isn't being picked up.
1 # Now you just have to add this line to httpd.conf
2 # Include /path/to/this/file
3 Alias /rt "/var/rt/html"
4 Alias /NoAuth "/var/rt/html/NoAuth"
5 Alias /Admin "/var/rt/html/Admin"
6 Alias /Approvals "/var/rt/html/Approvals"
7 Alias /autohandler "/var/rt/html/autohandler"
8 Alias /Download "/var/rt/html/Download"
9 Alias /Elements "/var/rt/html/Elements"
10 Alias /REST "/var/rt/html/REST"
11 Alias /Search "/var/rt/html/Search"
12 Alias /SelfService "/var/rt/html/SelfService"
13 Alias /Ticket "/var/rt/html/Ticket"
14 Alias /Tools "/var/rt/html/Tools"
15 Alias /User "/var/rt/html/User"
16
17 PerlRequire /usr/bin/webmux.pl
18 <Location /rt>
19 Options None
20 SetHandler perl-script
21 PerlHandler RT::Mason
22 <IfDefine PerlDProf>
23 <IfDefine PerlSmallProf>
24 PerlFixupHandler Apache::SmallProf
25 </IfDefine>
26 </IfDefine>
27 </Location>
28
29 <Location /NoAuth/images>
30 SetHandler default-handler
31 </Location>
32
33 # To use this you have to start apache with -DPerlStatus.
34 #
35 # In RHEL, add the following line to /etc/sysconfig/httpd:
36 #
37 # OPTIONS=-DPerlStatus
38 <IfDefine PerlStatus>
39 <Location /perl-status>
40 SetHandler perl-script
41 PerlHandler Apache2::Status
42 PerlSetVar StatusOptionsAll On
43 PerlSetVar StatusTerse On
44 PerlSetVar StatusTerseSize On
45 PerlSetVar StatusTerseSizeMainSummary On
46 PerlSetVar StatusLexInfo On
47 </Location>
48 </IfDefine>
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>
Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>
</pre>
</blockquote>
<pre wrap=""><!---->
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>
Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>
</pre>
</blockquote>
<br>
</body>
</html>