From 4d797bbebe0ef9e133657bb145541e8d93123b1a Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 27 Apr 2021 11:43:13 -0400 Subject: [PATCH] 2021-04-27 Fred Gleason * Added a note on Apache configuration on Ubuntu to 'INSTALL'. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ INSTALL | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49bae4ef..7922f942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21625,3 +21625,5 @@ 2021-04-26 Fred Gleason * Added a 'Collations=' directive to the [mySQL] section of rd.conf(5). +2021-04-27 Fred Gleason + * Added a note on Apache configuration on Ubuntu to 'INSTALL'. diff --git a/INSTALL b/INSTALL index 595f6916..7b42408e 100644 --- a/INSTALL +++ b/INSTALL @@ -276,3 +276,11 @@ Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib64 --lib Required build packages: apache2 libexpat1-dev libexpat1 libid3-dev libcurl4-gnutls-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libcdparanoia-dev libsndfile1-dev libpam0g-dev libvorbis-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libsamplerate0-dev qtbase5-dev libqt5sql5-mysql libsoundtouch-dev libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make g++ libltdl-dev autoconf automake libssl-dev libtag1-dev qttools5-dev-tools debhelper openssh-server autoconf-archive Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/var/www/rd-bin --sysconfdir=/etc/apache2/conf-enabled --enable-rdxport-debug MUSICBRAINZ_LIBS="-ldiscid -lmusicbrainz5cc -lcoverartcc" + +Apache Web Server Configuration: CGI processing must be enabled. This can +be done by means of the following commands: + + sudo ln -sf ../mods-available/cgid.conf /etc/apache2/mods-enabled/cgid.conf + sudo ln -sf ../mods-available/cgid.load /etc/apache2/mods-enabled/cgid.load + sudo systemctl restart apache2 +