cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2002-04-05 Thread dougm
dougm 02/04/05 17:23:17 Modified:src/modules/perl mod_perl.c Log: use AP_FTYPE_RESOURCE rather than AP_FTYPE_CONTENT_SET Revision ChangesPath 1.111 +2 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/t/response/TestDirective perlrequire.pm

2002-04-05 Thread dougm
dougm 02/04/05 17:42:53 Modified:lib .cvsignore lib/ModPerl Code.pm t/conf modperl_extra.pl t/response/TestDirective perlrequire.pm Added: lib Apache2.pm Log: no longer generate Apache2.pm add an Apache2.pm

cvs commit: modperl-2.0 .cvsignore Makefile.PL

2002-04-05 Thread dougm
dougm 02/04/05 20:01:56 Modified:..cvsignore Makefile.PL Log: generate MANIFEST during make dist Revision ChangesPath 1.6 +1 -0 modperl-2.0/.cvsignore Index: .cvsignore === RCS

Re: Access right on files from CGI script

2002-04-05 Thread Issac Goldstand
I would say you should set up suexec to let the user that Apache runs as execute those specific commands as a privaleged user. But use suexec with EXTREME care. Issac bo wrote: Hello gurus, I am notivice on Apache configuration. I wrote a CGI program, which will display some system status

Thanks and GoodBye

2002-04-05 Thread John Kolvereid
Hi, Thanks for all your help, but I am NOT able to install mod_perl. It's probably something that is not installed on my particular server - I'll never know. After spending several weeks (almost solid) tweaking the configuration and trying various scenarios to no avail I finally realized

RE: Thanks and GoodBye

2002-04-05 Thread Nicolai Schlenzig (DXD)
Hi John, I haven't been following your case in details but my oppinion is that if you have a clean install of any common Unix platform (or at least one mentioned in the mod_perl doc.) it should be no problem to install a default mod_perl enabled Apache. From what I can see you use Redhat 6.2

Re: Thanks and GoodBye

2002-04-05 Thread Geoffrey Young
John Kolvereid wrote: Hi, Thanks for all your help, but I am NOT able to install mod_perl. don't give up, john. it's a hard road, especially for those just starting out, but it is worth it :) I haven't read all of your thread in detail, but I would suggest that if you are really

RE: Thanks and GoodBye

2002-04-05 Thread Jonathan M. Hollin
Thanks for all your help, but I am NOT able to install mod_perl. John, I don't know if anyone has mentioned this before, but have you tried the Apache Toolbox (http://www.apachetoolbox.com/)? Before you give up completely it might be worth trying. Jonathan M. Hollin - WYPUG Co-ordinator

AuthCookie login ?

2002-04-05 Thread Fran Fabrizio
Is there a hook in AuthCookie to allow me to run some code only right after successful login? The model doesn't seem to allow for this. The way it seems to work is you attempt to log in, if it doesn't find a valid cookie, it displays the login form again. You submit that and it sets the

Re: AuthCookie login ?

2002-04-05 Thread Geoffrey Young
Since the authentication happens on every trip into the server, and I don't want to run my code (to set up an Apache::Session for the user's session data) until I'm sure I have a valid user on my hands, I can't see a way to do the session setup only the first time after a sucessful login.

Re: Thanks and GoodBye

2002-04-05 Thread Perrin Harkins
John Kolvereid wrote: Thanks for all your help, but I am NOT able to install mod_perl. It's probably something that is not installed on my particular server - I'll never know. I suspect you were just trying to do too much at once on your first try by throwing PHP and SSL in the mix. I

the coming of Apache 2.0

2002-04-05 Thread Chuck Goehring
The modssl-userslist is all abuzz about the coming of Apache 2.0. I don't hear a lot on this list on mod_perl support for Apache 2.0. Is anyone planning to adopt this configuration in the near future? Chuck

www.modperl.com .. ?

2002-04-05 Thread troutb
According to the subscription notice ... www.modperl.com is a resource site but I've tried many times ... is this site still valid?

mod_perl Cook Book

2002-04-05 Thread Rasoul Hajikhani
Hello folks, Has anyone purchased the mod_perl cook book from this list? If so, what do you think of it? Is it a good buy? Appreciate feed back. Thanks in advance -r

Re: mod_perl Cook Book

2002-04-05 Thread Fran Fabrizio
The cookbook is fabulous. In my opinion it's much clearer than the Eagle book. Of course it has the benefit of having been written when mod_perl had a few more years of maturity under it's belt. =) The Cookbook is wonderful and I would also like to publicly thank Geoffrey Young, one of the

Re: mod_perl Cook Book

2002-04-05 Thread James G Smith
Rasoul Hajikhani [EMAIL PROTECTED] wrote: Hello folks, Has anyone purchased the mod_perl cook book from this list? If so, what do you think of it? Is it a good buy? Appreciate feed back. Thanks in advance I enjoyed it -- I have it on my desk ready to crack open at a moment's notice. But then,

Re: the coming of Apache 2.0

2002-04-05 Thread sterling
On Fri, 5 Apr 2002, Chuck Goehring wrote: The modssl-users list is all abuzz about the coming of Apache 2.0. I don't hear a lot on this list on mod_perl support for Apache 2.0. Is anyone planning to adopt this configuration in the near future?

Re: mod_perl Cook Book

2002-04-05 Thread Perrin Harkins
Rasoul Hajikhani wrote: Has anyone purchased the mod_perl cook book from this list? If so, what do you think of it? Is it a good buy? Yes. Go get it. - Perrin

Re: www.modperl.com .. ?

2002-04-05 Thread Elizabeth Mattijsen
At 11:24 AM 4/5/02 -0600, [EMAIL PROTECTED] wrote: According to the subscription notice ... www.modperl.com is a resource site but I've tried many times ... is this site still valid? Works fine from here... Elizabeth Mattijsen

Re: www.modperl.com .. ?

2002-04-05 Thread Charles Albrecht
At 11:24 AM -0600 4/5/2002, [EMAIL PROTECTED] wrote: According to the subscription notice ... www.modperl.com is a resource site but I've tried many times ... is this site still valid? It redirects to http://modperl.com:9000/ which, if your connection lives behind a firewall, may be

Pipelinning Output APP Framework

2002-04-05 Thread troutb
I know alot of you must do this. I want build a simple APP framework to chain the output of all my content handlers, which would live in many different PM's for easy code management. for example: APP::Header APP::Footer APP::Content APP::Chemical_entry APP::... APP::Controller - would

Re: Open3

2002-04-05 Thread Lupe Christoph
In local.modperl you write: I have asked this question before, and received answers that have helped me in quest. However, my problem persists. So I would like to direct this question to those who have used gpg, and open3. I am having trouble writing to stdin when an apache thread calls open3.

sun4-solaris polluted installation

2002-04-05 Thread Slava Bizyayev
Hi everyone, I have to (re)install mod_perl enabled Apache on prod server, which is polluted with the several previous unsuccessful attempts to do the similar job. It is not my server, but I may sudo su, when sure that the main prod (which is running on pure Apache using perl CGI scripts) will

Re: Problem with DBM concurrent access

2002-04-05 Thread Dan Wilga
I would also suggest using BerkeleyDB.pm, but with the DB_INIT_MPOOL|DB_INIT_CDB flags. In this mode, only one writer is allowed at a time, and Berkeley automatically handles all the locking and flushing. Just don't forget to use db_close() to close the file before untie'ing it. Dan Wilga

Re: sun4-solaris polluted installation

2002-04-05 Thread Ged Haywood
Hi there, On Fri, 5 Apr 2002, Slava Bizyayev wrote: I have to (re)install mod_perl enabled Apache on prod server, which is polluted with the several previous unsuccessful attempts [snip] Actually, I need somebody very experienced with the sun4-solaris environment to assist me carefully on

Re: Pipelinning Output APP Framework

2002-04-05 Thread Chris Winters
On Fri, 2002-04-05 at 12:41, [EMAIL PROTECTED] wrote: I know alot of you must do this. I want build a simple APP framework to chain the output of all my content handlers, which would live in many different PM's for easy code management. for example: APP::Header APP::Footer APP::Content

Re: Pipelinning Output APP Framework

2002-04-05 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: I know alot of you must do this. I want build a simple APP framework to chain the output of all my content handlers, which would live in many different PM's for easy code management. for example: APP::Header APP::Footer APP::Content APP::Chemical_entry

Re: Problem with DBM concurrent access

2002-04-05 Thread Andrew Ho
Hello, DWI would also suggest using BerkeleyDB.pm, but with the DWDB_INIT_MPOOL|DB_INIT_CDB flags. In this mode, only one writer is DWallowed at a time, and Berkeley automatically handles all the locking DWand flushing. Just don't forget to use db_close() to close the file DWbefore untie'ing

Re: sun4-solaris polluted installation

2002-04-05 Thread Slava Bizyayev
Nice try. Unfortunately, helpless... Don't you see two instances of mod_perl in common perl libraries? That's just flowers... When I try to make install, for example # make install Writing /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/Apache/Filter/.packli st Appending installation info

Re: Pipelinning Output APP Framework

2002-04-05 Thread Ged Haywood
Hi there, On Fri, 5 Apr 2002 [EMAIL PROTECTED] wrote: [snip,snip] My goal is to develop an open source chemical tracking system. The requirements are -web based -FAST These two requirements are mutually exclusive. If you can be a little more specific about your requirements I can probably

Re: mod_perl Cook Book

2002-04-05 Thread Matt Sergeant
On Fri, 5 Apr 2002, Rasoul Hajikhani wrote: Hello folks, Has anyone purchased the mod_perl cook book from this list? If so, what do you think of it? Is it a good buy? Appreciate feed back. I have two copies, as the one at work keeps getting borrowed. I would say it's different to the Eagle

proxy front to modperl back with 1.3.24

2002-04-05 Thread ___cliff rayman___
i had trouble using a proxy front end to both a mod_perl and mod_php back end servers. this works fine for me at 1.3.23, so I reverted back to it. i copied the httpd.conf files from the 1.3.24 to my downgraded 1.3.23 and everything worked correctly on the first try. i was getting garbage

Re: proxy front to modperl back with 1.3.24

2002-04-05 Thread Thomas Eibner
On Fri, Apr 05, 2002 at 02:33:35PM -0800, ___cliff rayman___ wrote: i had trouble using a proxy front end to both a mod_perl and mod_php back end servers. this works fine for me at 1.3.23, so I reverted back to it. i copied the httpd.conf files from the 1.3.24 to my downgraded 1.3.23 and

Re: proxy front to modperl back with 1.3.24

2002-04-05 Thread ___cliff rayman___
Thomas Eibner wrote: There are some few messages concerning the problem a while ago either on this list or the dev@httpd list. http://msgs.securepoint.com/cgi-bin/get/apache0204/1/3.html etc. thanks - it must have been a bad googling day yesterday since i did not come up with this info.

Re: proxy front to modperl back with 1.3.24

2002-04-05 Thread Thomas Eibner
On Fri, Apr 05, 2002 at 03:23:38PM -0800, ___cliff rayman___ wrote: Thomas Eibner wrote: There are some few messages concerning the problem a while ago either on this list or the dev@httpd list. http://msgs.securepoint.com/cgi-bin/get/apache0204/1/3.html etc. thanks - it must

ANNOUNCE: Bricolage 1.3.1

2002-04-05 Thread Sam Tregar
The Bricolage development team is proud to announce the release of Bricolage version 1.3.1. This is a development release with new features as well as numerous bug fixes. Summary of major changes (see the Changes file in the distribution for details): * SOAP interface fully implemented

Re: Open3

2002-04-05 Thread Ron Savage
On Wed, 03 Apr 2002 13:54:09 -0800, Rasoul Hajikhani wrote: Elizabeth Mattijsen wrote: At 01:44 PM 4/3/02 -0800, Rasoul Hajikhani wrote: Hello folks, I am writing a web based interface to gpg and am using IPC::Open3 Try IPC::Run -- Cheers Ron Savage, [EMAIL PROTECTED] on 06/04/2002

RE: proxy front to modperl back with 1.3.24

2002-04-05 Thread Mark Hazen
-Original Message- From: ___cliff rayman___ [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 3:34 PM To: [EMAIL PROTECTED] Subject: proxy front to modperl back with 1.3.24 i had trouble using a proxy front end to both a mod_perl and mod_php back end servers. this works

solution to readdir/opendir mod_perl problem: rebuild!

2002-04-05 Thread Louis Semprini
We upgraded our systems to RedHat 7.2 with glibc2.2.4 and all of a sudden, our mod_perl scripts which call readdir() would either fail with an exception, or readdir() in list context would return the correct # of items but each item as an empty string. We scanned the modperl list and found

Re: solution to readdir/opendir mod_perl problem: rebuild!

2002-04-05 Thread Stas Bekman
Louis Semprini wrote: We upgraded our systems to RedHat 7.2 with glibc2.2.4 and all of a sudden, our mod_perl scripts which call readdir() would either fail with an exception, or readdir() in list context would return the correct # of items but each item as an empty string. We scanned

Apache 2.0 gold -- now when mod_perl 2.0?

2002-04-05 Thread Jon Coulter
It looks like Apache 2.0(.35) is 'gold', so when can we expect a 'gold' version of mod_perl 2.0 so we can actually make apache 2 fun? ;p Jon Coulter [EMAIL PROTECTED]

RE: mod_perl Cook Book

2002-04-05 Thread Jeff
I bought it two weeks ago, as a mod_perl newbie, and recommend it. I really like the cookbook style: 'You want to XXX' = snippet / recipe. If you already read Perl, it is fast and compact. I have had questions along the way [specific to the cookbook], but posting a question on this list gets

Software Integration Testing

2002-04-05 Thread Medi Montaseri
I was wondering if anyone has any experiences in Software Integration Testing using home made or known methodologies that are being used. I came across one called Cyclomatic Complexity (for example) The context being The software system has three subsystems; Two subsystems in the kernel and