Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Configuring Request Tracker 5.0.2 with Apache2 on Ubuntu 18.04.6 LTS; Release:18.04;

Writer Emily Wong

I am trying to install Request Tracker 5.0.2 with Apache2 on VM with config.— Ubuntu 18.04.6 LTS; Release:18.04; and followed the following tutorial to install RT5 .

So I used the readme from for web configuration. When I try to restart the Apache and I try to get my webpage it sends me this message:

You’re almost there!
You haven't yet configured your webserver to run RT.
You appear to have installed RT's web interface correctly, but haven't yet configured your webserver to "run" the RT server which powers the web interface.
The next step is to edit your webserver's configuration file to instruct it to use RT's mod_perl or FastCGI handler. If you need commercial support, please contact us at .

I haven’t found what else I must change in Apache’s configuration file.

Here is the code I have in rt.conf:

<VirtualHost rt.example.com(No worries here)> AddDefaultCharset UTF-8 ServerAdmin webmaster@localhost DocumentRoot "/opt/rt5/share/html" <Location /> Require all granted Options +ExecCGI AddHandler fcgid-script fcgi </Location> <Perl> use Plack::Handler::Apache2; Plack::Handler::Apache2->preload("/opt/rt5/sbin/rt-server"); </Perl> LogLevel debug ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

I tried to work around by following different instructions in this guide and others but still face the same issue:

If any more information is needed, please let me know. Thanks in advance for any help!

6 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy