I am using Linux Mind Debian v2. Updated to the latest version.
I am trying to install ownCloud 9.0.4 on my computer. I downloaded the zip file and installed it under /var/www/owncloud.
I have apache2, php5, MySQL installed. I changed the directory to www-data ownership and group.
But, when I try to access it via http to install I get the following message:
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
My apache access log says:
127.0.0.1 - - [30/Jul/2016:22:30:27 -0400] "GET /owncloud/ HTTP/1.1" 500 856 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0"
Nothing in the error log relating to this (based on what I can tell from the time).
Can anyone help on how to get this installed?
I need to do it manually as opposed to the package. Unless I can tell Debian to install 9.0.4. If so, then please let me know how. Thanks.