Re: [RDD] No audio on import [SOLVED]

2016-08-04 Thread Fred Gleason
On Aug 3, 2016, at 17:28, Emir Yapıcı wrote: > Here is the link for my image file. Got it, thanks. Found your problem. The ‘mod_cgi’ module was not being loaded in Apache. Enabling that (by placing the appropriate symlink to ‘/etc/apache2/mods-available/cgi.load’ in ‘/etc/apache2/mods-enabl

Re: [RDD] No audio on import [SOLVED]

2016-08-04 Thread Seth Stevenson
Fred, Can you give me some clearer instructions on how to create the symbolic link? On Thu, Aug 4, 2016 at 1:27 PM, Fred Gleason wrote: > On Aug 3, 2016, at 17:28, Emir Yapıcı wrote: > > Here is the link for my image file. > > > Got it, thanks. > > Found your problem. The ‘mod_cgi’ module was

Re: [RDD] No audio on import [SOLVED]

2016-08-04 Thread Cowboy
On Thu, 4 Aug 2016 14:14:37 -0400 Seth Stevenson wrote: > Can you give me some clearer instructions on how to create the > symbolic link? cd /etc/apache2/mods-enabled/ ln -s /etc/apache2/mods-available/cgi.load ./ Probably have to do it as root. -- Cowboy __

Re: [RDD] No audio on import [SOLVED]

2016-08-04 Thread Seth Stevenson
Ok I created the link and restarted Apache. It Complains and Apache is not running. On Aug 4, 2016 3:19 PM, "Cowboy" wrote: > On Thu, 4 Aug 2016 14:14:37 -0400 > Seth Stevenson wrote: > > > Can you give me some clearer instructions on how to create the > > symbolic link? > > cd /etc/apache2/mod

Re: [RDD] No audio on import [SOLVED]

2016-08-04 Thread Fred Gleason
On Aug 4, 2016, at 14:14, Seth Stevenson wrote: > Can you give me some clearer instructions on how to create the symbolic link? The way Raspian (and presumably Debian?) likes to manage Apache configuration is by putting a set of ‘possible’ configurations into a directory (in this case ‘/etc/ap

Re: [RDD] No audio on import [SOLVED]

2016-08-04 Thread Lorne Tyndale
Hi, The other way to do this is: sudo a2enmod cgi or it might be sudo a2enmod cgid Then restart apache. > On Aug 4, 2016, at 14:14, Seth Stevenson wrote: > > > Can you give me some clearer instructions on how to create the symbolic > > link? > > The way Raspian (and presumably Debian?)