Re: simple question

2001-06-22 Thread Michael
> > > > This might help, in you httpd.conf file set this > > >> > > >> PerlSendHeader Off > > >> > > >> Tor. > > >> > > >That messes up all the standard responses. I have a work around now > > >-- naturally it came to me moments after I posted > > > > > >don't know if this is "correct" so to spe

Re: simple question

2001-06-22 Thread Michael
> > > This might help, in you httpd.conf file set this > >> > >> PerlSendHeader Off > >> > >> Tor. > >> > >That messes up all the standard responses. I have a work around now > >-- naturally it came to me moments after I posted > > > >don't know if this is "correct" so to speak, but it works fin

Re: simple question

2001-06-22 Thread Robert Landrum
> > This might help, in you httpd.conf file set this >> >> PerlSendHeader Off >> >> Tor. >> >That messes up all the standard responses. I have a work around now >-- naturally it came to me moments after I posted > >don't know if this is "correct" so to speak, but it works fine. > > open(F,$file

Re: simple question

2001-06-22 Thread Michael
> This might help, in you httpd.conf file set this > > PerlSendHeader Off > > Tor. > That messes up all the standard responses. I have a work around now -- naturally it came to me moments after I posted don't know if this is "correct" so to speak, but it works fine. open(F,$file) || retu

Re: simple question

2001-06-22 Thread victor
This might help, in you httpd.conf file set this PerlSendHeader Off Tor. Michael wrote: > when using mod perl to return plain text to the client how does one > "send" without any headers in the response stream?? > > $r->send_fd(F) > > works fine for files, but how do you do it for dynamicall

Re: simple question on installing and configuring

2001-04-18 Thread Robert Landrum
At 3:51 PM +0200 4/18/01, Emma Wermström (EMW) wrote: >Hi! > >I want to add mod_perl to my apache server. However, I already have >my server up and running and when I do: perl Makefile.PL I get a >request for my apache source directory. I don't know where it is >located so I just put: /usr/loc

Re: simple question on installing and configuring

2001-04-18 Thread Stas Bekman
On Wed, 18 Apr 2001, [iso-8859-1] Emma Wermström (EMW) wrote: > Lots of questions! I'd be grateful for at least one answer. Thanks, Lots of answers: http://perl.apache.org/guide/ _ Stas Bekman JAm_pH -- Just

RE: Simple question about tables [OT]

2000-12-05 Thread Rufus . Cable
Sounds like you want a union query... SELECT something, something_else FROM table1 UNION SELECT something, something_else FROM table2 I think some databases are pickier than others about each pair of fields being of the same datatype; Oracle requires each field to return the same number of field

Re: Simple question: httpd (apache) vs httpd (mod_perl)

2000-08-22 Thread Keith G. Murphy
Keith Bradnam wrote: > > Hello, > > My understanding of perl is minimal, my understanding of mod_perl > non-existant but I have a (simple) question that I can't find anywhere > in the FAQ. Hopefully someone can help? > > I've just installed the apache web server (1.3.12) on our Tru64 Unix box.

Re: Simple question: httpd (apache) vs httpd (mod_perl)

2000-08-22 Thread Rafael Caceres
Hello Keith, We have a couple Alphas 4100 in the office with perl and mod_perl enabled Apache. The main difference is that the mod_perl httpd has the full perl embedded. That is, there is no need to load perl in order to execute cgi scripts written in perl. That is a big improvement in perform