Under /path/to/apache/sites-available and sites-enable there is a file named for our osticket and this is what is has.
DocumentRoot /var/www/html
DirectoryIndex index.html index.php
ErrorLog ${APACHE_LOG_DIR}/osticket.error.log
CustomLog ${APACHE_LOG_DIR}/osticket.access.log combined
I saw that there could/should be lines that look similar to this. FilesMatch
SetHandler - this would have the PHP folder
FilesMatch
There isn't anything like that here.
I looked at the index.php file, but there isn't anything that points to a specific PHP install
The apche.config file also doesn't have anything referencing a PHP folder
I searched through a lot of the PHP files and non have anything pointing to a PHP folder