Mod_mp3 seg faulting apache
"Al Faller" <[email protected]> Wed, 16 Oct 2002 12:13:53 -0400 (EDT)
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <[email protected]> |
Forgive me if anything I say does not make sense, I am new at mod_mp3. I am running RedHat 7.3 with Apache 1.3.23 on my internal lan. I have my firewall doing port forwarding of port 80 to the internal box and all other http traffic works fine. I installed mod_mp3 via the source with apxs. My mod_mp3 snippet of httpd.conf is: <Location /streaming> MP3Engine On MP3CastName "Al's Tunes" MP3Genre "All sorts" MP3 /data/shared/music/Random/ MP3Random On MP3Log /var/log/httpd/music_error_log </Location> When I point a browser to http://myserver.onthe.internet.com/streaming the IE logo spins a while, then craps out with a 502 error and I see: [Wed Oct 16 11:56:50 2002] [notice] child pid 22906 exit signal Segmentation fault (11) in my apache error logs. This mod seems like it does exactly what I want it to do if I can get it to work. Please help! Thanks in advance, Al