[Agenda] Team management and Project tracking - Success Story

2002-07-18 Thread BeerBong
Hello! We just finished writing first version of our system Agenda - http://agenda.samara.net. 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.

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 there. We

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 DB1 opendir(DIR,'//webteam/') || warn($!) No such file

make test problem error 111

2002-07-18 Thread Padraic Woods
Hi, I'm trying to install apache + mod_perl + mod_ssl but get aerror after running make test, I've tried skiping the make test butget a segmentation faultwhen 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: 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

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

perl section: Files under Directory - whats wrong here?

2002-07-18 Thread PVM
Hi, In a regular Apache configuration style, this works for me: Directory /usr/local/httpd/htdocs/capmon/ Files '_*.mod' PerlSetEnv PERL5LIB /opt/capmon/inc:/usr/local/httpd/htdocs/capmon/cgi PerlSendHeader On SetHandler perl-script PerlHandler Apache::Registry /Files /Directory

[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, and Link.

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 servers home directory and I had no

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

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

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

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.

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

[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