[Thu May 04 13:01:48.378031 2017] [core:alert] [pid 13353:tid 547981033904] [client 192.168.0.120:44978] /var/www/owncloud/htdocs/.htaccess: Invalid command ‘php_value’, perhaps misspelled or defined by a module not included in the server configuration
The problem is that the .htaccess file shipped with owncloud 10 do not protect the php_value directives and probably a lot of server relay on php-fpm instead of the php module.
Editing the .htaccess this way:
Replace your .htaccess with the one provided in [1] and note that your installation can break at any time (or even show additional issues) if you don’t use one of the following combinations:
Apache + mod_php (officially supported and the only setup where ownCloud is tested with)
nginx + php-fpm (community supported, few developers are using that one)
I believe too
last week install ubuntu and oc in 4 hour… this time don’t good
ok thanks reinstall all .
One question: if i want to install mysql , is right this command?
with
apt-get install apache2 mysql-server libapache2-mod-php7.0