Re: Configuration problems

2004-06-14 Thread Stas Bekman
Frank Maas wrote: David Arnold wrote: Oooh! that's easy. Just change one line of rocks.pl. That is, change print "Content-type: text/plain\n\n"; to print "Content-type: text/html\n\n"; And all is well. Strange. It looks like a problem in your browser then. text/plain is a fine content-type. Yes,

RE: Configuration problems

2004-06-14 Thread Frank Maas
> David Arnold wrote: >> Oooh! that's easy. Just change one line of rocks.pl. That is, change >> >> print "Content-type: text/plain\n\n"; >> to >> print "Content-type: text/html\n\n"; >> >> And all is well. > > Strange. It looks like a problem in your browser then. text/plain is > a fine content

Re: Configuration problems

2004-06-11 Thread Stas Bekman
David Arnold wrote: Stas, Oooh! that's easy. Just change one line of rocks.pl. That is, change print "Content-type: text/plain\n\n"; to print "Content-type: text/html\n\n"; And all is well. Strange. It looks like a problem in your browser then. text/plain is a fine content-type. -- _

Re: Configuration problems

2004-06-11 Thread David Arnold
Stas, Oooh! that's easy. Just change one line of rocks.pl. That is, change print "Content-type: text/plain\n\n"; to print "Content-type: text/html\n\n"; And all is well. At 08:27 PM 6/11/04 -0700, you wrote: >David Arnold wrote: >[...] I place the following script in /var/www/cgi-perl a

Re: Configuration problems

2004-06-11 Thread Stas Bekman
David Arnold wrote: [...] I place the following script in /var/www/cgi-perl and when I request it from a browser I get a popup asking if I want to save the file to disk or open it. Not the behavior I expect. #! /usr/bin/perl print "Content-type: text/plain\n\n"; print "Mod_perl 2.0 rocks!\n"; When

Re: Configuration problems

2004-06-11 Thread David Arnold
Stas, At 07:18 AM 6/11/04 -0700, you wrote: >David Arnold wrote: >> Neil, >> >> >>>Hello Sir >>>Don't know if you sort your problem out or not. >>>I had the same issue just yesterday our time ;-) >>>If you follow this: >> >> http://apache.perl.org/docs/2.0/user/intro/start_fast.html#Configurati

Re: Configuration problems

2004-06-11 Thread Stas Bekman
David Arnold wrote: Neil, Hello Sir Don't know if you sort your problem out or not. I had the same issue just yesterday our time ;-) If you follow this: http://apache.perl.org/docs/2.0/user/intro/start_fast.html#Configuration Not the installation part and try the example scripts and Handler exampl

Re: Configuration problems

2004-06-10 Thread David Arnold
Neil, >Hello Sir >Don't know if you sort your problem out or not. >I had the same issue just yesterday our time ;-) >If you follow this: http://apache.perl.org/docs/2.0/user/intro/start_fast.html#Configuration > >Not the installation part and try the example scripts and Handler example then it wil

Re: Configuration problems

2004-06-10 Thread Stas Bekman
David Arnold wrote: Hi, I've spent quite a bit of time experimenting and reading, but I am unable to make progress with configuring mod_perl on our server. Please bear with me, as I am a mathemtaics teacher, not a system guru by any means. I am reading Paul Dubois's MySQL and Perl for the Web and I

Configuration problems

2004-06-09 Thread David Arnold
Hi, I've spent quite a bit of time experimenting and reading, but I am unable to make progress with configuring mod_perl on our server. Please bear with me, as I am a mathemtaics teacher, not a system guru by any means. I am reading Paul Dubois's MySQL and Perl for the Web and I am stuck on page