<p dir="ltr">In the folder of the installer of rt execute: make fixperms<br><br></p>
<div class="gmail_quote">On Nov 24, 2015 6:13 PM, "dwdixon" <<a href="mailto:dwdixon@umich.edu">dwdixon@umich.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So basically I restarted my installation of RT from scratch on CentOS<br>
6.7....things have gone pretty smooth so far....now I'm back to where I<br>
started in setting up httpd/Apache to serve up RT.  I've setup my config in<br>
/etc/httpd/conf.d/rt.conf and here are the contents of that:<br>
<br>
*************************************************************<br>
<VirtualHost <a href="http://rt-ir-sandbox.test.com" rel="noreferrer" target="_blank">rt-ir-sandbox.test.com</a>><br>
        ### Optional apache logs for RT<br>
        # Ensure that your log rotation scripts know about these files<br>
        # ErrorLog /opt/rt4/var/log/apache2.error<br>
        # TransferLog /opt/rt4/var/log/apache2.access<br>
        # LogLevel debug<br>
<br>
        AddDefaultCharset UTF-8<br>
<br>
        ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/<br>
<br>
        DocumentRoot "/opt/rt4/share/html"<br>
        <Location /><br>
            Require all granted<br>
<br>
            Options +ExecCGI<br>
            AddHandler fcgid-script fcgi<br>
        </Location><br>
    </VirtualHost><br>
*************************************************************<br>
<br>
httpd/Apache starts up fine and all seems well and good and should be<br>
according to the documentation...however (again I'm not an Apache expert<br>
here so forgive any obvious mistakes)....but all I'm getting now when I<br>
browse to the system hosting RT is a Apache generic "Index of /" with<br>
nothing listed and the Apache version info....not sure what's going on<br>
here...the only thing that I can think of is that the apache user does not<br>
have permissions to access the files in /opt/rt4/share/html ...the<br>
documentation says NOTHING (that I've found) about modifying the permissions<br>
of the files in /opt/rt4/share/html to make apache the owner so I haven't<br>
yet....<br>
<br>
Is this the problem or is something else going on here?<br>
<br>
Thanks so much!<br>
<br>
-Drew<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://requesttracker.8502.n7.nabble.com/Trouble-Error-with-Web-deployment-CentOS-httpd-mod-fcgid-tp60979p61011.html" rel="noreferrer" target="_blank">http://requesttracker.8502.n7.nabble.com/Trouble-Error-with-Web-deployment-CentOS-httpd-mod-fcgid-tp60979p61011.html</a><br>
Sent from the Request Tracker - User mailing list archive at Nabble.com.<br>
</blockquote></div>