Hi all and welcome to my first post. I recently upgraded php to php 5.5.15 with this script:
https://gist.github.com/Stayallive/92e841e7dd89c8509c15/download#
and in that script at the bottom a php fast-cgi handler was added with the following code.
However I also want to...
How to add apache module to php_handler
https://gist.github.com/Stayallive/92e841e7dd89c8509c15/download#
and in that script at the bottom a php fast-cgi handler was added with the following code.
Code:
/usr/local/psa/bin/php_handler \ --add \ -displayname "5.5.15" \ -path /php/php-5.5.15/bin/php \ -phpini /php/php-5.5.15/etc/php.ini \ -type module \ -id "module-5.5.15"
How to add apache module to php_handler