phpinfo help

Discussion in 'ISPConfig 3 Priority Support' started by budgierless, Jun 22, 2018.

  1. budgierless

    budgierless Member HowtoForge Supporter

    I’ve setup a new system using ispxonfin3 on ubuntu 18.04, most configs are complete but i still need to added more configs to mod_php before using the migration tool, i want to view the default system php 7.2 temporary from /var/www/html but the phpinfo.php I’ve added is showing as blank in that area, what can I do to fix this without me having to setup a dummy site within ispconfig?

    Note: libapache2-mod-php and libapache2-mod-php7.2 is already installed
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    mod_php is normally not used anymore for websites in ISPConfig, better use php-fpm and ensure to enable suexec so that the php process runs udner the user of the site.

    The directory /var/www/html is not used on a ISPConfig server, so PHP is not configured there, it might work nontheless. a white page normally indicates a different error like a 500 error, you should be able to see the reason in the global apache error.log
     

Share This Page