perl-5.8-win32-bin.tar.gz missing files

2002-07-18 Thread Alessandro Forghieri
Greetings. I just installed the great perl-5.8-win32-bin.tar.gz package that Randy Kobes mantains on uwinnipeg. Two folders are missing from site/lib/Win32Api : Registry/cRegistry.pc File/cFile.pc This is an installation bug of libwin32 - the files are generated but not installed, so they mus

Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-18 Thread Ian Macdonald
Hi, I've been running apache 1.3.26 with mod_perl 1.26 statically linked in for a while now with no problems. I've recently tried to add mod_ssl to the configuration and the apache build now fails at the final link like so: cc -DHPUX10 -Aa -Ae -D_HPUX_SOURCE -DMOD_SSL=208110 -DMOD_PERL -DUSE_

Re: mod_perl-Apache server error problem

2002-07-18 Thread Josh Chamas
Sophokles Zafeiris wrote: > Hi, > > [Thu Jul 18 16:12:50 2002] [error] sdbm store returned -1, errno 2, key > "0ed942d > > cb620f8a58886fae502846034" at > /usr/local/lib/perl5/site_perl/5.6.1/MLDBM.pm line > This is an Apache::ASP issue. For future support for it, please subscribe to the m

Re: Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Randy Kobes
On Thu, 18 Jul 2002, Levon Barker wrote: > Hello, > > For mod_perl 1.x I used: > > ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq.ppd > > However, it doesn't seem to work for 2.0 as I get this error message in the > Apache error log: > > [Thu Jul 18 14:54:07 2002] [error] 248:

[QUESTION] mod_perl skipping phases

2002-07-18 Thread Graham Barr
I am not subscribed to the list, so please copy me on any replies. We have recently upgraded to the latest 1.3.x apache and mod_perl and our code is flagging a warning that it did not before. I am hoping it is the result of a bug fixed in Apache or mod_perl and that I can change our code to dete

Unable to build Apache::ePerl

2002-07-18 Thread Gregg Casillo
My company recently took ownership of a project/website that was utilizes Apache, mod_perl, and Apache::ePerl on a Linux box. While I'm familiar with Apache, mod_perl, and other embedding methods (Embperl to name one), I'm new to ePerl. I don't have access to the original server, and I've been

Cleanup handlers and internal redirects

2002-07-18 Thread Joachim Zobel
Hi. If I do an internal redirect, will there be a call to the initial requests cleanup handler? Of course I could test this but I would prefer documented behaviour. Is this written anywhere? Thanx, Joachim -- "... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden koennen.

Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Levon Barker
Hello, For mod_perl 1.x I used: ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq.ppd However, it doesn't seem to work for 2.0 as I get this error message in the Apache error log: [Thu Jul 18 14:54:07 2002] [error] 248: ModPerl::Registry: `Can't locate object method "boot" via pac

Re: Apache->print Timed Out

2002-07-18 Thread Perrin Harkins
David Wheeler wrote: > Why should Apache->print ever time out? One reason could be a web client that disconnects. There could also be a dropped network connection or one that's too slow. I think you can adjust this behavior with the TimeOut directive in httpd.conf. > I didn't even know that

Re: Apache->print Timed Out

2002-07-18 Thread Chris Newman
This may be a long shot but the circumstances sound familiar. I had a problem where an HTTP connection was simply not being properly closed and Netscape4 was just hanging around waiting for the response to finish whereas other browsers/platforms had no problem, ie. the other browsers were auto-can

Re: Apache->print Timed Out

2002-07-18 Thread David Wheeler
On 7/10/02 10:37 AM, "David Wheeler" <[EMAIL PROTECTED]> claimed: > I have a couple of strange bugs showing up in Bricolage that have something > to do with Apache->print timing out (with Win 95 and Mac OS 9 -- yes, these > folks need to join the new millennium), and have no idea how or under wha

mod_perl-Apache server error problem

2002-07-18 Thread Sophokles Zafeiris
Hi, I have installed apache 1.3.26, mod_perl 1.27 and php 4.1.2 on a Sun Sparc running solaris 7 All the installation process went ok, apache works fine and all my php scripts run without any problem. I wrote a very simple asp (perlscript) page in the server’s home directory and I had no

[OT] bOP (was: Re: [ANNOUNCE] Petal 0.1)

2002-07-18 Thread Jean-Michel Hiver
> > and on top of that I want people to be able to edit > > templates easily in dreamweaver, frontpage, etc > > and send templates thru > > HTML tidy to be able to always output valid XHTML. > > If you are an OO-advocate, you would hide the presentation format in > objects, e.g. Table, String, an

section: under - whats wrong here?

2002-07-18 Thread PVM
Hi, In a regular Apache configuration style, this works for me: PerlSetEnv PERL5LIB /opt/capmon/inc:/usr/local/httpd/htdocs/capmon/cgi PerlSendHeader On SetHandler perl-script PerlHandler Apache::Registry Now why doesn't this work in a section, : $Directory = { '/usr/local/

RE: New mod_perl site and oddness with IE

2002-07-18 Thread Allan Juul
before the mails comes tumbling in ... please check this url [tested on winXP/IE6.0] as already send to the docs list and original poster http://www.bullitt.suite.dk/clean3/dst_html/docs/1.0/guide/performance.html thanks ./allan --

DBI->connect_cached not playing with Apache::DBI

2002-07-18 Thread Michael G Schwern
An Ima::DBI user recently pointed out that DBI->connect_cached is not using Apache::DBI like DBI->connect does and DBI->connect_cached has slightly different semantics from Apache::DBI. sub connect_cached { # XXX we expect Apache::DBI users to still call connect() my ($class,

RE: while - modperl 2.0/Apache 2.0

2002-07-18 Thread Alessandro Forghieri
Greetings. I have observed the same behavior (on win32). Scripts that are invoked from the same browser through the same URL appear to bind to the same perl thread and are therefore serialized. Changing the URL appears to bind the request to a different thread. (My observation regarded access f

make test problem error 111

2002-07-18 Thread Padraic Woods
Hi, I'm trying to install apache + mod_perl + mod_ssl but get a error after running make test, I've tried skiping the make test but get a segmentation fault when I try starting apache.   Heres what I did, #configure% cd mod_ssl-2.8.10-1.3.26% ./configure --with-apache=../apache_1.3.26% cd ..

RE: List files from a share of a windows client

2002-07-18 Thread Alessandro Forghieri
Greetings. on my machine: C:\> perl - e 42 -d Default die handler restored. Loading DB routines from perl5db.pl version 1.07 Editor support available. Enter h or `h h' for help, or `perldoc perldebug' for more help. main::(-e:1): 42 DB<1> opendir(DIR,'//webteam/') || warn($!) No such file

Re: [Agenda] Team management and Project tracking - Success Story

2002-07-18 Thread BeerBong
> > First of all I want to say about our framework - Apache::Site, which > > we used in all our current projects (about 20). If you don't > > interested just skip to next paragraph. > > http://agenda.samara.net/Apache-Site.pm > > Did you actually release Apache::Site on CPAN? Couldn't find it ther