Panormitis
Verified User
- Joined
- Sep 13, 2014
- Messages
- 31
I would like to install Request Tracker (RT) on a server running CentOS 6. I'm using custombuild 2.0 & php-fpm55.
I have compiled a second Perl (in /opt/perl5) and installed all Perl modules (from CPAN) required by Request Tracker.
I complied & installed everything successfully. If I run "<rt_path>/sbin/standalone_httpd", I can see Request Tracker on the browser.
I would like to configure Apache, so that Request Tracker's url would be "sub.domain.com/tickets" (keep in mind that "sub.domain.com" will also contain other directories unrelated to Request Tracker)
How can I do that using a VirtualHost entry? What would be the most efficient way of doing this?
The modules mod_fcgid & mod_fastcgi are not installed, and if I understand correctly, if I install either of them, it will case problems to php-fpm55.
Any ideas?
I have compiled a second Perl (in /opt/perl5) and installed all Perl modules (from CPAN) required by Request Tracker.
I complied & installed everything successfully. If I run "<rt_path>/sbin/standalone_httpd", I can see Request Tracker on the browser.
I would like to configure Apache, so that Request Tracker's url would be "sub.domain.com/tickets" (keep in mind that "sub.domain.com" will also contain other directories unrelated to Request Tracker)
How can I do that using a VirtualHost entry? What would be the most efficient way of doing this?
The modules mod_fcgid & mod_fastcgi are not installed, and if I understand correctly, if I install either of them, it will case problems to php-fpm55.
Any ideas?