I'm using R with the R package opencpu
to serve results of code. I would like to get my pages to be served as php and not just standard http. Currently, a standard inst/www/info.php
like
<?php
phpinfo();
?>
is not interpreted, firefox just offer to download it.
I tried to activate php in nginx, also to follow this but still can get a php page to be interpreted. This is blocking for my current project that needs interactions in php with the server.