Hi, i'm having a hard time to setup my apache server (1.3.22-5) with mod_mp3 (0.33-1). xmms _always_ hangs with the same error message:
Xlib: unexpected async reply (sequence 0x1317)! when i ask it to play from this address: http://mp3.gallien.de/?op=play Also M$ media player aborts with an error message, so i believe it's a server-side problem. Here's a part of my name-based virtual host section for mp3.gallien.de: . . . # Parameters for mod_mp3 <IfModule mod_mp3.c> MP3CastName "Stefan's Tunes" MP3Genre "Much, nutty" MP3Engine On MP3 /var/mp3 MP3Allow *.mp3 #MP3Random On <IfDefine is_a_browser> #MP3DefaultOperation select #Increase this if your connections are timing out Timeout 1200 </IfDefine> #ErrorLog /var/log/apache/mp3.gallien.de/music_error_log MP3Log /var/log/apache/mp3.gallien.de/mp3.log #MySQL support #MP3DispatchAgent mysql #MP3MySQLConnectInfo "localhost" "XXXXXX" "XXXXXX" #MP3MySQLInfo "XXXXXX" "mp3" </IfModule> </VirtualHost> As you can see, there's a MySQL dispatcher commented out. I used it with a self compiled mod_mp3 module. I started using this, but switched to the official deb after having this problem. Here's the start-up message from error.log : [Mon Jan 7 23:43:18 2002] [notice] Apache/1.3.22 (Unix) Debian GNU/Linux mod_mp3/0.33 PHP/4.1.1 mod_perl/1.26 configured -- resuming normal operations [Mon Jan 7 23:43:18 2002] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec) [Mon Jan 7 23:43:18 2002] [notice] Accept mutex: sysvsem (Default: sysvsem) Any help is appreciated! Stefan