On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote:
> Andrew Wyllie wrote:
> >
> >
> > So, after rereading my previous post, I found one slight difference
> > (funny how
> > it works that way sometimes). When I used telnet to connect to the
> > server, it
> > used '::1' as an address for loc
Hi there,
On Thu, 12 Feb 2004, Tom Gazzini wrote:
> I'm trying to decide whether to buid mod_perl as DSO for a production
> environment.
Build static if you possibly can.
> Does mod_perl built as a DSO run slower on Apache 1.3.29 on RedHat 9 ?
The speed difference is completely insignificant.
[EMAIL PROTECTED] wrote:
Hi!
Sorry for my question but I have problem with Apache::Filter::HTTPHeadersFixup installation.
During installation I got a error message "Can't find the mod_perl include dir at
D:/MMS/Proxy/apache2/Perl/site/lib/Apache/Build.pm line 1509". What's the problem?
You proba
I'm trying to decide whether to buid mod_perl as DSO for a production
environment.
To quote from Practical mod_perl, "The server runs approximately 5%
slower on some platforms, because position-independent code (PIC)
sometimes needs complicated assembler tricks for relative addressing,
which are n
Ged Haywood wrote:
Hi Stas,
On Thu, 12 Feb 2004, Stas Bekman wrote:
Just to add to Pat's report. The issue is with tied STDOUT and has something
to do with perl. Someone else had a similar problem and they said the problem
has gone away after recompiling perl.
Ah, I think I remember - was it
Andrew Wyllie wrote:
So, after rereading my previous post, I found one slight difference
(funny how
it works that way sometimes). When I used telnet to connect to the
server, it
used '::1' as an address for localhost as opposed to 127.0.0.1 . So I
changed all the
refs to localhost in httpd.c
Hi Stas,
On Thu, 12 Feb 2004, Stas Bekman wrote:
> Just to add to Pat's report. The issue is with tied STDOUT and has something
> to do with perl. Someone else had a similar problem and they said the problem
> has gone away after recompiling perl.
Ah, I think I remember - was it something to d
Just to add to Pat's report. The issue is with tied STDOUT and has something
to do with perl. Someone else had a similar problem and they said the problem
has gone away after recompiling perl.
If noone on this list has a solution, purhaps there will be more luck at the
macosx or p5p lists? I su
Kevin Bosak <[EMAIL PROTECTED]> writes:
> I can get the file's name but the upload
> is simply not getting linked/saved. I'm sure it's probably something
> I'm doing wrong, but I don't know what. Here's the relevant lines
> from my code:
>
>my $upload = $r->upload('file');
>my $filenam
Thanks for the reply! But unfortunately I'm not having any luck with
link either. I'm using Mason 1.25 which isn't giving any errors and
there are no errors showing up in the apache logs. I can get the file's
name but the upload is simply not getting linked/saved. I'm sure it's
probably som
Ged,
you're right, that was a terrible problem report. I'm away from my Mac OS
X machine atm, but I'll answer what I can now and fill in the blanks later
on.
On Thu, 12 Feb 2004, Ged Haywood wrote:
> Hi there,
>
> On Wed, 11 Feb 2004, Pat Eyler wrote:
>
> > I'm trying to get mod_perl running on
Hi
I have a problem with readdir returning no values when running with
mod_perl. I have seen the docs that suggest a rebuild of Perl will help,
which I have done. I also saw that there might be some issues with glicb
2.2 only with readdir. I do have a workaround developed but wondered if
a
Kevin Bosak <[EMAIL PROTECTED]> writes:
> I too am having issues with file uploads using mod_perl2. I've gotten
> the beta of Apache::Request but it looks like from this thread that
> there's not yet a way to retrieve the uploaded file. Is this true?
No, it's not true at all. If you don't need
On Wed, 2004-02-11 at 19:45, Stas Bekman wrote:
> Volker Kroll wrote:
> > [Tue Feb 10 15:58:43 2004] [error] [client 127.0.0.1] failed to get
> > bucket brigade: 70014:End of file found
> >
> > Many thousand times
> >
> > Can someone please give me a hint where to search for a solution?
>
Hi there,
On Wed, 11 Feb 2004, Pat Eyler wrote:
> I'm trying to get mod_perl running on my OS X (panther) system, and am
> running into some issues with IO. I've got a trivial script which runs
> properly as a cgi, but fails under Apache::PerlRun or Apache::Registry:
> ...
> Anyone have a clue t
15 matches
Mail list logo