So, I have a solution:
After downloading the RPM file from CloudFlares website and running RPM with it, I simply added this line to "/etc/sentora/configs/apache/httpd-vhosts.conf":
I don't know if it matters, but I put it before this line:
Restarted apache and then I checked the phpInfo, installed.
Hope this helps someone in the future.
After downloading the RPM file from CloudFlares website and running RPM with it, I simply added this line to "/etc/sentora/configs/apache/httpd-vhosts.conf":
Code:
Include /etc/httpd/conf.d/cloudflare.conf
I don't know if it matters, but I put it before this line:
Code:
# Now we include the generic VHOST configuration file that holds all Sentora user hosted vhost data
Include /etc/sentora/configs/apache/httpd-vhosts.conf
Restarted apache and then I checked the phpInfo, installed.
Hope this helps someone in the future.