Scott Holland's picture

This is an FYI only.  I don't need any further assistance. 

The latest ova for the v15 LAMP has php 7 installed and running but the paths in the webmin php configuration are for php v5 and they are different than the path for v7.0.

WAS:

etc/php5/apache2/php.ini

/etc/php5/cli/php.ini

/etc/php5/cgi/php.ini

CHANGED TO:

/etc/php/7.0/apache2/php.ini

/etc/php/7.0/cli/php.ini

there is no cgi directory under v7.0, but there is mods-available.

Forum: 
Jeremy Davis's picture

Thanks for your feedback.

Whilst it is a known issue your post is a great bump for me. I had already devised code to resolve it, but have been sidetracked with other matters.

So this is a good time to do a little more testing and merge that code! :)

Thanks again.

Add new comment