Apache2 not running as domain owner

Hello all,

I have a problem with my virtualmin install.

  • Ubuntu 14.04 LTS
  • PHP 5.5
  • Webmin/Virtualmin: 1.782

So all website could not write in our home directory because apache not use domain owner.

/usr/lib/apache2/suexec -V
-D AP_DOC_ROOT="/var/www"
-D AP_GID_MIN=100
-D AP_HTTPD_USER=“www-data”
-D AP_LOG_EXEC="/var/log/apache2/suexec.log"
-D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
-D AP_UID_MIN=100
-D AP_USERDIR_SUFFIX=“public_html”

I have comment all “SetHandler” line in apache configuration. (vhosts & php5.conf).

And maybe you know how remove all “php_admin_value engine Off” that virtualmin add on the apache configuration.

Thanks

Howdy,

Is there any chance you could create a file named test.php, and put in this content:

<?php phpinfo(); ?>

And then, share that with us? If you’re able to send us the URL pointing to it, that’d be great, though you could also upload the output here if you prefer.

Also, if you look in Server Configuration -> Website Options, what is the PHP Execution Mode set to?

-Eric