No subject


Sun Feb 10 18:00:07 EST 2008


Alias /rt3 "/usr/share/rt3/html"<br>
<br>
PerlRequire /usr/sbin/webmux.pl<br>
<br>
&lt;Directory "/usr/share/rt3/html"&gt;<br>
&nbsp; AllowOverride All<br>
&nbsp; Options ExecCGI FollowSymLinks<br>
<br>
&nbsp; RewriteEngine On<br>
&nbsp; RedirectMatch permanent (.*)/$ $1/index.html<br>
&nbsp; AddDefaultCharset UTF-8<br>
&nbsp; SetHandler perl-script<br>
&nbsp; PerlHandler RT::Mason<br>
&lt;/Directory&gt;<br>
<br>
The mysql database is initally populated with <br>
<br>
/usr/sbin/rt-setup-database init --action init --dba root
--dba-password &lt;password&gt;<br>
<br>
It werkz!<br>
<br>
<br>
Dale J. Chatham wrote:
<blockquote cite="mid4811DE82.5030803 at 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  &lt;Location /rt&gt;
 19     Options None
 20     SetHandler perl-script
 21     PerlHandler RT::Mason
 22     &lt;IfDefine PerlDProf&gt;
 23       &lt;IfDefine PerlSmallProf&gt;
 24         PerlFixupHandler Apache::SmallProf
 25       &lt;/IfDefine&gt;
 26     &lt;/IfDefine&gt;
 27 &lt;/Location&gt;
 28
 29 &lt;Location /NoAuth/images&gt;
 30   SetHandler default-handler
 31 &lt;/Location&gt;
 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 &lt;IfDefine PerlStatus&gt;
 39   &lt;Location /perl-status&gt;
 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   &lt;/Location&gt;
 48 &lt;/IfDefine&gt;

_______________________________________________
<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 at bestpractical.com">sales at 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 at bestpractical.com">sales at 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>


More information about the RT-Users mailing list