> > > > 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
> > > 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
> > 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
> 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
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
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
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
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
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.
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
10 matches
Mail list logo