error 500 at VIRTUAL HOST- DEVUAN (debian)
used manual at https://git.gnu.io/gnu/gnu-fm/blob/master/gnufm_install.txt and
https://github.com/foocorp/gnu-fm/blob/master/gnufm_install.txt
Gnukebox:
Installing gnukebox is easy: (1) Copy the contents of gnukebox to the root of a vhost. = ** OK** (2) Run 'composer install' in that directory. = **NOT FOUND ! ** (3) Set up correct permissions on files and folders. = OK (755 and 644) (4) Run 'install.php' through a web browser. = ** 500 internal server error ** at web Browse
apache2/jessie-security 2.4.10-10+deb8u12 i386 [upgradable from: 2.4.10-10+deb8u11] Apache HTTP Server
cat /var/log/apache2/error.log
[Tue Apr 24 07:16:13.878031 2018] [core:alert] [pid 1995] [client ::1:37007] /var/www/html/gnukebox/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration [Tue Apr 24 07:16:27.589195 2018] [core:alert] [pid 12093] [client ::1:37012] /var/www/html/gnukebox/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration [Tue Apr 24 07:28:51.770046 2018] [core:alert] [pid 1996] [client ::1:37157] /var/www/html/gnukebox/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration [Tue Apr 24 07:29:41.439736 2018] [core:alert] [pid 1992] [client ::1:37160] /var/www/html/gnukebox/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration [Tue Apr 24 20:55:06.732336 2018] [mpm_prefork:notice] [pid 1989] AH00169: caught SIGTERM, shutting down [Tue Apr 24 20:59:23.132363 2018] [mpm_prefork:notice] [pid 1990] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
php5/jessie-security 5.6.33+dfsg-0+deb8u1 all server-side, HTML-embedded scripting language (metapackage)
root@laptop:/var/www/html# cat .htaccess cat: .htaccess: No such file or directory
cat /var/www/html/gnukebox/.htaccess Options +FollowSymLinks RewriteEngine on
RewriteRule ^user/(.+)/$ display.php?u=$1 [NC] RewriteRule ^user/(.+)$ display.php?u=$1 [NC] RewriteRule ^artist/(.+)/$ display.php?a=$1 [NC] RewriteRule ^artist/(.+)$ display.php?a=$1 [NC] RewriteRule ^track/(.+)$ display.php?t=$1 [NC] RewriteRule ^track/(.+)$ display.php?t=$1 [NC]
relationed error : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840221
i hope this help
hi from Mexico