[patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-12 Thread Philippe M. Chiasson
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

Re: DSO or static on RH9 ?

2004-02-12 Thread Ged Haywood
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.

Re: Apache + mod_proxy + mod_perl + dynamic header information

2004-02-12 Thread Stas Bekman
[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

DSO or static on RH9 ?

2004-02-12 Thread Tom Gazzini
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

Re: ? with mod_perl on OS X

2004-02-12 Thread Stas Bekman
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

Re: Apache::Test on FreeBSD

2004-02-12 Thread Stas Bekman
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

Re: ? with mod_perl on OS X

2004-02-12 Thread Ged Haywood
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

Re: ? with mod_perl on OS X

2004-02-12 Thread Stas Bekman
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

Re: File uploads using Apache:;request in mod_perl2

2004-02-12 Thread Joe Schaefer
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

Re: File uploads using Apache:;request in mod_perl2

2004-02-12 Thread Kevin Bosak
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

Re: ? with mod_perl on OS X

2004-02-12 Thread Pat Eyler
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

readdir producing NULL results with glicb 2.2

2004-02-12 Thread O'K Web Design
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

Re: File uploads using Apache:;request in mod_perl2

2004-02-12 Thread Joe Schaefer
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

Re: my mod_perl Server hangs

2004-02-12 Thread Volker Kroll
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? >

Re: ? with mod_perl on OS X

2004-02-12 Thread Ged Haywood
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