Re: PerlSendHeader On

2003-03-20 Thread Perrin Harkins
SetHandler and add PerlHandler so it runs through mod_perl? It doesn't work anymore... (I added PerlSendHeader On, too) Do you have any ScriptAlias statements in your conf file? Have you tried changing from "Options ExecCGI" to "Options +ExecCGI"? I think you should try to

Re: PerlSendHeader On

2003-03-18 Thread Perrin Harkins
Bleicke Holm wrote: Also, make sure that mod_perl is actually running by checking the error_log as described in the docs. For the time being there is no error message at all dans the error_log. I was actually referring to this: http://perl.apache.org/docs/1.0/guide/install.html#How_can_I_tell_wheth

Re: PerlSendHeader On

2003-03-18 Thread Bleicke Holm
Perrin Harkins wrote: > > Bleicke Holm wrote: > > I continue to get returned the source-code. Searching the doc and faqs > > it looks as if I should turn on PerlSendHeader. But that's already done! > > Make sure the file is executable by the user that the server is running > as. I've checked t

Re: PerlSendHeader On

2003-03-16 Thread Perrin Harkins
Bleicke Holm wrote: I am quite desperately trying to get mod_perl working. I continue to get returned the source-code. Searching the doc and faqs it looks as if I should turn on PerlSendHeader. But that's already done! Make sure the file is executable by the user that the server is running as. Al

PerlSendHeader On

2003-03-15 Thread Bleicke Holm
ess.log Alias /cgi-bin/ /var/www/foot/cgi-bin/ Alias /cgi-perl/ /var/www/foot/cgi-bin/ PerlModule Apache::PerlRun #deny from all SetHandler perl-script PerlHandler Apache::PerlRun Options ExecCGI PerlSendHeader On SetHandler cgi-script Options ExecCG

please disregard this: [bug] PerlSendHeader On doesn't parse octal\r\n

2001-03-31 Thread Stas Bekman
shame on me, at some point I've commented out perlsendheader on :( everything is fine... sorry about that... must be a jetlag On Sat, 31 Mar 2001, Stas Bekman wrote: > While verifying the correctness of the example in the book: > > print "Content-type: text/pl

[bug] PerlSendHeader On doesn't parse octal \r\n

2001-03-31 Thread Stas Bekman
While verifying the correctness of the example in the book: print "Content-type: text/plain\012\015\012\015"; (which is the only truly correct way to send headers without using Apache Perl API according to HTTP RFC) with PerlSendHeader On (registry) I've learned that the par

perlSendHeader On/Off: the difference!

2000-07-02 Thread will trillich
perlSendHeader On / Off -- what's the real difference? i finally figured it out, after seeing many 'server errors' on one hand, and http headers cluttering up the html output to the browser on the other... i have a perl script test.npl and a symbolic link to it