Well you'll need to do some searching then to figure out how to make sure that CGI is enabled in Aapche within the build of Linux you are running. Usually the a2enmod command works, but it might require making a symlink as suggested in another reply.
Google is your friend. Lorne Tyndale > > > Tried to run the command a2enmod cgi but it is unknown ? > > > 2018-08-02 6:07 GMT+02:00 Lorne Tyndale <[email protected]>: > > Couple of things. > > > > It sounds like you don't have cgi enabled in Apache. To enable it try > > this from a command prompt: > > > > a2enmod cgi > > > > And then restart apache. > > > > Lorne Tyndale > > > >> > >> > >> Guys, > >> > >> Rdairplay has been running for some time now, with no problems. > >> > >> But rdimport is not working, creates carts but no audio converted. > >> also rdlibrary importing carts returns 'audio converter error :ok', > >> edit markers returns 'Rivendell Web service' with message 'unable to > >> download peak data' error was : 'RDXport service returned an error' > >> Peakdata is also not shown in voicetracker > >> > >> I check the permissions for /var/snd ... Should be ok. > >> And checked http://localhost/rd-bin/addcart.html => shows a page > >> > >> I think still it has something to do with httpd / apache .. but i > >> can't get my finger on it. > >> > >> Since our old system has crashed last saturday (we had a heatwave), it > >> has suddenly become a priority to get the new system functional. > >> > >> Regards, > >> Peter > >> > >> > >> 2018-07-08 11:14 GMT+02:00 Robert Jeffares <[email protected]>: > >> > Try selecting first 100 results which will make mysql search faster. > >> > > >> > As your database gets bigger the search will take longer. > >> > > >> > copy & paste into the search bar works well. > >> > > >> > R > >> > > >> > > >> > > >> > On 08/07/18 10:29, Peter Claes wrote: > >> >> > >> >> Succes. Those command lines did the trick. > >> >> > >> >> I did notice something odd thoo. When typing fast in the searchbox, i > >> >> sometimes get a pop-up 'please wait'. > >> >> But the search result follow as fast as I am typing, everything keeps > >> >> responding normally. > >> >> The pop-up window doesn't close. > >> >> > >> >> Any idea's what might cause this ? > >> >> > >> >> Regards > >> >> Peter > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> 2018-07-07 14:40 GMT+02:00 Rob Landry <[email protected]>: > >> >>> > >> >>> On Sat, 7 Jul 2018, Peter Claes wrote: > >> >>> > >> >>>> I tried the install via Centos7 minimal,worked like a charm. > >> >>>> Within 30 minutes I had rdairplay playing the testone. > >> >>> > >> >>> > >> >>>> But I ran into some trouble when I wanted to get our database (2.10) > >> >>>> scheme 207 into the system. > >> >>>> I used to do this via Rdadmin => 'Database restore' on our old 2.10 > >> >>>> system, worked well when we stayed in the same version. > >> >>> > >> >>> > >> >>> Here's what I would try: > >> >>> > >> >>> sudo service rivendell stop > >> >>> > >> >>> mysql -uroot -p[whatever] > >> >>> > >> >>> drop database Rivendell; > >> >>> > >> >>> create database Rivendell; > >> >>> > >> >>> <Ctrl/D> > >> >>> > >> >>> mysql -uroot -p[whatever] Rivendell < [backed-up-rd-2.10-database].sql > >> >>> > >> >>> That will install a copy of your old Rivendell database. > >> >>> > >> >>> Run rdadmin. You should get a message saying the database needs to be > >> >>> upgraded. Respond to the prompt, and Rivendell should upgrade the > >> >>> database > >> >>> to the current schema. > >> >>> > >> >>> > >> >>> Rob > >> >>> > >> >>> -- > >> >>> Я там, где ребята толковые, > >> >>> Я там, где плакаты "Вперёд", > >> >>> Где песни рабочие новые > >> >>> Страна трудовая поёт. > >> >> > >> >> _______________________________________________ > >> >> Rivendell-dev mailing list > >> >> [email protected] > >> >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > >> > > >> > > >> _______________________________________________ > >> Rivendell-dev mailing list > >> [email protected] > >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
