[hpsdr] TeamSpeak audio 2019/July/13

tbruns tbruns at mocha42.com
Sat Jul 13 19:30:38 PDT 2019


Greetings,

I see that tsarchive.openhpsdr.org is served by Apache:

$ curl -I http://tsarchive.openhpsdr.org
HTTP/1.1 200 OK
Date: Sun, 14 Jul 2019 02:14:03 GMT
Server: Apache

So it looks like directory listings needs to be (re)-enabled in the 
Apache vhost by adding +Indexes to the Options directive in the Apache 
vhost .conf file for tsarchive.openhpsdr.org. The vhost .conf file 
needing the edit would be located by running "httpd -S" or "apachectl 
-S" and then +Indexes would need to be added (or appended to the Options 
directive) as follows:

<Directory "/full/path/to/teamspeak/files">
     Options +Indexes ...
</Directory>

After adding the +Indexes directive Apache will need to be reloaded with 
"service httpd graceful" or "apachectl graceful".

73 Tom KC5L

On 7/13/19 9:04 PM, Berndt Josef Wulf wrote:
> ***** High Performance Software Defined Radio Discussion List *****
>
> G'day,
>
> Below is a link to last Saturdays recording:
>
> http://tsarchive.openhpsdr.org/TS-2019-July-13.mp3
>
> The server is operational, but there is something wrong with the
> Home/Index page.
>
> 73, Berndt
> VK5ABN
>
> On Sat, 2019-07-13 at 15:49 -0400, AA8K73 GMail wrote:
>> ***** High Performance Software Defined Radio Discussion List *****
>>
>>
>> I believe that Bill is looking into the web site problem.
>>
>>
>> On 7/13/19 8:22 AM, Scott Traurig wrote:
>>> It looks like the tsarchive website is down.
>>>
>>> 73,
>>>
>>> Scott
>>>
>>> On Fri, Jul 12, 2019 at 10:12 PM AA8K73 GMail <aa8k73 at gmail.com
>>> <mailto:aa8k73 at gmail.com>> wrote:
>>>
>>>      ***** High Performance Software Defined Radio Discussion
>>>      List *****
>>>
>>>
>>>      The 13/July TeamSpeak mp3 (9 minutes) is available at:
>>>
>>>      < http://tsarchive.openhpsdr.org/ >
>>>
>>>
>>>
>> _______________________________________________
>> HPSDR Discussion List
>> To post msg: hpsdr at openhpsdr.org
>> Subscription help:
>> http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org
>> HPSDR web page: http://openhpsdr.org
>> Archives: http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/
> _______________________________________________
> HPSDR Discussion List
> To post msg: hpsdr at openhpsdr.org
> Subscription help: http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org
> HPSDR web page: http://openhpsdr.org
> Archives: http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/


More information about the Hpsdr mailing list