segmentation faults the final answer?

BjornW <[email protected]> Tue, 01 Jul 2003 23:40:45 +0200
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
Hi,

I have been looking through the archive and I saw a lot of the same 
problems regarding segmentation faults and Winamp giving "error synching 
to mpeg", but no solution (or I can`t search with Mailman)....sadly 
enough I also don`t have a solution but the same error

Has anyone already found a solution to this problem? In my case, I`m 
using Debian (Woody standard install) Apache 1.3 and libapache-mod-mp3 
0.35-5.

My httpd.conf:

Listen 80
Listen 8000
<VirtualHost 192.168.2.175:8000 >
    ServerName 192.168.2.175
    MP3Engine On
    MP3CastName "Testing"
    MP3Genre "Be gentle to Buffy"
    MP3 /home/bjorn/public_html/mp3
    MP3Random On
    Timeout 1200
</VirtualHost>

I have no AddHandlers or AddType added to the httpd.conf...

Any help much appreciated,

p.s. I`m kinda new to setting up servers and Linux, please be gentle

BjornW