
Signature
Chris Nandor pudge@pobox.com http://pudge.net/
Open Source Development Network pudge@osdn.com http://osdn.com/
> $ sw_vers
> ProductName: Mac OS X Server
Hmm, I wonder if the fact that I'm using OSX client is relevant...
> $ pmvers Apache::MP3 MP3::Info
> Apache::MP3: 3.03
> MP3::Info: 1.02
Strange, I don't have a `pmvers` on my computer. But I do have...
$ grep '$VERSION = ' /Library/Perl/5.8.1/{Apache/MP3,MP3/Info}.pm
/Library/Perl/5.8.1/Apache/MP3.pm:$VERSION = '3.01';
/Library/Perl/5.8.1/MP3/Info.pm:$VERSION = '1.02';
So, same versions here.
> $ which httpd
> /usr/sbin/httpd
>
> $ httpd -v
> Server version: Apache/1.3.29 (Darwin)
> Server built: Feb 4 2004 10:31:58
$ which httpd
/usr/sbin/httpd
$ httpd -v
Server version: Apache/1.3.29 (Darwin)
Server built: Feb 4 2004 10:31:58
> (That is, it's the default Apache, default perl, default mod_perl, etc.
> Everything is default, and Apache::MP3 is the latest.)
Right -- all of that applies to me as well.
So the only big difference appears to be that you're running OSX Server.
Hmm...
Any idea how I could coax Apache / A:M into producing more diagnostics?
I tried adjusting Apache's loglevel setting but it didn't appear to
change anything in this context -- I still just get no output, normal
access logs, and no recorded activity in the error log.
Weird.

Signature
Chris Devers
Chris Nandor - 03 Aug 2004 23:36 GMT
>> $ pmvers Apache::MP3 MP3::Info
>> Apache::MP3: 3.03
>> MP3::Info: 1.02
>
>Strange, I don't have a `pmvers` on my computer. But I do have...
It's a part of pmtools, an old set of small perl module tools (like pmpath,
pmls, etc.).
>Any idea how I could coax Apache / A:M into producing more diagnostics?
>I tried adjusting Apache's loglevel setting but it didn't appear to
>change anything in this context -- I still just get no output, normal
>access logs, and no recorded activity in the error log.
No ideas offhand. I'd start adding print STDERR statements to Apache::MP3
and watch the error log, find out where it is going wrong.

Signature
Chris Nandor pudge@pobox.com http://pudge.net/
Open Source Development Network pudge@osdn.com http://osdn.com/