On Tue, 3 Aug 2004, Chris Nandor wrote:
$ 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.
-- Chris Devers