Re: apache::mp3 questions

2003-12-21 Thread Joseph A. Nagy, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 21 December 2003 01:46 pm, CiAsA S'Nuey Boark wrote: > On Sunday December 21 2003 01:50 pm, Nori Heikkinen wrote: > > yeah, i did, and this makes it segfault now: > > > > /etc/init.d/apache: line 70: 26774 Segmentation fault > > start-stop-da

Re: apache::mp3 questions

2003-12-21 Thread CiAsA S'Nuey Boark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday December 21 2003 01:50 pm, Nori Heikkinen wrote: > yeah, i did, and this makes it segfault now: > > /etc/init.d/apache: line 70: 26774 Segmentation fault > start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON > failed > > weird! what'

Re: apache::mp3 questions

2003-12-21 Thread Nori Heikkinen
on Sun, 21 Dec 2003 03:51:59AM -0500, CiAsA S'Nuey Boark insinuated: > On Friday December 19 2003 10:24 am, Nori Heikkinen wrote: > > Reloading apache modulesSyntax error on line 271 of > > /etc/apache/httpd.conf: > > Invalid command 'PerlHandler', perhaps mis-spelled or defined by a > > module not

Re: apache::mp3 questions

2003-12-21 Thread CiAsA S'Nuey Boark
On Friday December 19 2003 10:24 am, Nori Heikkinen wrote: > Reloading apache modulesSyntax error on line 271 of > /etc/apache/httpd.conf: > Invalid command 'PerlHandler', perhaps mis-spelled or defined by a > module not included in the server configuration > failed Well, you did go back into http

apache::mp3 questions

2003-12-19 Thread Nori Heikkinen
trying to set up a streaming server using Apache::MP3. i got apache itself set up just fine; now trying the mp3 part. the docs i'm following[1] say to AddTypes, and then to put in a stanza that looks like this: SetHandler perl-script PerlHandler Apache::MP3 or something. i looked