I followed this tutorial I found doing a search for FAMP and all is well, except for info.php.
https://www.digitalocean.com/commun...ache-mysql-and-php-famp-stack-on-freebsd-10-1
1) www/apache24: "It works!" (sysutils/webmin sees it (after directory path adjustments to show 24, not 22)
2) MySQL -good
The only problem:
http://mywebsite/info.php, instead of showing the usual PHP report, as in the tutorial above, just shows the file's contents:
I have looked through the tutorial several times and can't see that I have missed anything. I checked lang/php56 with
I want to install phpMyAdmin, Wordpress, MediaWiki, netx (just a local play website, not production), etc,but I'm stalled on this issue for the moment.
https://www.digitalocean.com/commun...ache-mysql-and-php-famp-stack-on-freebsd-10-1
1) www/apache24: "It works!" (sysutils/webmin sees it (after directory path adjustments to show 24, not 22)
2) MySQL -good
The only problem:
http://mywebsite/info.php, instead of showing the usual PHP report, as in the tutorial above, just shows the file's contents:
Code:
<?php phpinfo(); ?>
I have looked through the tutorial several times and can't see that I have missed anything. I checked lang/php56 with
pkg info php56
to see if it was missing but the system says that latest version is installed.I want to install phpMyAdmin, Wordpress, MediaWiki, netx (just a local play website, not production), etc,but I'm stalled on this issue for the moment.