Re: Copying Apache/Mod_perl/perl installation

2002-10-09 Thread Bruce W. Hoylman
Ged == Ged Haywood [EMAIL PROTECTED] writes: [...] If I can use RPM under SCO Open Server 5.0.6, and it gives me perl with all the modules, Apache, and mod_perl, I 'd definitely go for that. Anyone used RPM to copy installation under SCO? [...] My approach is to build perl, Apache,

Re: XML::RPC

2002-04-22 Thread Bruce W. Hoylman
Ciao! As has been pointed out in the past, the VERSION of a module does not necessarily reveal the module's maturity or robustness. This is particularly true for the RPC::XML module. I am using it in two production environments, in both client and modperl-enabled server modes with excellent

Re: Apache::DBI

2002-02-13 Thread Bruce W. Hoylman
Marty == Marty J Rogers [EMAIL PROTECTED] writes: Marty I had tried that, with the same result. (does Apache::DBI Marty overload the DBI methods?) Full error is as follows. Again, Marty any help is _highly_ appreciated. You must specify the full package name to the connect_on_it

Apache::RPC::Server questions

2002-01-08 Thread Bruce W. Hoylman
Ciao! Looking at RPC::XMl::Server and subsequently the Apache::RPC::Server subclass I see that methods are implemented via passing a code ref to a named or anonymous subroutine that implements the actual method logic. Given the persistent nature of perl in an Apache/modperl environment, is

Re: Suggestions on an XML-RPC Service using modperl?

2002-01-04 Thread Bruce W. Hoylman
Ciao! I'm on the modper digest list so pardon the delayed response to your input. Aaron == Aaron E Ross [EMAIL PROTECTED] writes: Aaron I've been working with a mod_perl based XML-RPC/SOAP Aaron service for a few months now and I thought I'd share some Aaron quick thoughts.

Re: Suggestions on an XML-RPC Service using modperl?

2002-01-04 Thread Bruce W. Hoylman
Ciao! Jon == Jon Robison [EMAIL PROTECTED] writes: Jon As far as the cacheing goes, we have had extremely good luck Jon with IPC::ShareLite used to share info across mod_perl Jon processes. Have you compared this module to the Cache::* modules? I believe the

Re: Suggestions on an XML-RPC Service using modperl?

2002-01-04 Thread Bruce W. Hoylman
Ciao! I'm on the digest for this list, so pardon my delay in responding to everyone's comments. Chip == Chip Turner [EMAIL PROTECTED] writes: Chip Bruce W. Hoylman [EMAIL PROTECTED] writes: Ciao! I would like some input on an intranet web service I am currently

Suggestions on an XML-RPC Service using modperl?

2002-01-01 Thread Bruce W. Hoylman
Ciao! I would like some input on an intranet web service I am currently in the process of designing, the core of which will be modperl on UN*X. The service itself is to access a couple of back end data stores given parameters received in an XML-RPC request, then return the results in an

Re: Apache::DBI and transactions

2000-12-14 Thread Bruce W. Hoylman
"Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas In general it is good practice to perform an explicit commit Stas or rollback at the end of every script. In order to avoid Stas inconsistencies in the database in case CAutoCommit is Stas IOff and the script finishes without

Re: debuggers

2000-12-08 Thread Bruce W. Hoylman
"Dave" == Dave Rolsky [EMAIL PROTECTED] writes: Dave On Thu, 7 Dec 2000, martin langhoff wrote: I wonder how do those hardcore guys that develop using handlers debug. Mhhh. They must write 'perlfect' code, I guess, and/or understand those cryptic debuggers ... Dave I

Re: debuggers

2000-12-08 Thread Bruce W. Hoylman
"Stas" == Stas Bekman [EMAIL PROTECTED] writes: Plus, I *always* use '-w' and '-T' and get them cleanly working during development phases, although I shut them off for actual deployment. Stas 1. You cannot use -T under mod_perl, you should use StasPerlTaintCheck

Re: debuggers

2000-12-08 Thread Bruce W. Hoylman
"Matt" == Matt Sergeant [EMAIL PROTECTED] writes: Matt On Fri, 8 Dec 2000, Bruce W. Hoylman wrote: use IO::File; use CGI::Carp qw(carpout fatalsToBrowser carp); Matt Bye bye exception handling. You mean eval{} block exception handling, or something e

RE: mod_perl advocacy project resurrection

2000-12-06 Thread Bruce W. Hoylman
This debate has really hit some hot buttons. I love reading the exchanges as there are clearly some personal philosophies at work here. Ain't it great! "Michael" == Michael Robinton [EMAIL PROTECTED] writes: Michael Give a man a dump truck full of leggos, motors and gears Michael and

Re: mod_perl advocacy project resurrection

2000-12-06 Thread Bruce W. Hoylman
"Matthew" == Matthew Kennedy [EMAIL PROTECTED] writes: Matthew I don't know where you got the 1GB disk requirement from? Matthew Even Weblogic's download is only 43Mb, jBoss' is about Matthew 6Mb. The Java Platform is somewhere between that. Your Matthew compiled enterprise app

Re: Resurrection of startup SIGSEGV with latest CVS snapshot?

2000-10-03 Thread Bruce W. Hoylman
Hello, Doug -- Thanks for the reply. I have already applied this patch. The backtrace I provided was producted by an httpd executable with the perl_util.c patch already applied. The perl 5.6 patch from p5p was also in effect. The combined patches worked for the earlier CVS snapshot of

Resurrection of startup SIGSEGV with latest CVS snapshot?

2000-10-03 Thread Bruce W. Hoylman
Ciao! With the latest modperl from CVS, all tests pass during build/test phase. However it coredumps when used with my http.conf/startup.pl files. An earlier CVS release of modperl (modperl_2911162240) functions as expected. Both modperl revisions have the perl_util.c patch applied and

Re: segfaulting httpd :(

2000-09-14 Thread Bruce W. Hoylman
"Ben" == Ben Turner [EMAIL PROTECTED] writes: Ben this afternoon i compiled a fresh httpd (apache 1.3.12), Ben together with mod_perl 1.24. i'm on Solaris 8, running perl Ben 5.6.0. Sounds like what I happened to just go through, finding perl 5.6.0 as the (known) culprit. Go to:

Re: modperl startup dumps core; trace included

2000-09-12 Thread Bruce W. Hoylman
"Doug" == Doug MacEachern [EMAIL PROTECTED] writes: Doug looks like one of the 5.6.0 bugs, the Perl patch has been Doug posted here (don't have it handy), here's one that has also Doug helped on the mod_perl side, does it fix the problem for you? Applying the perl_util.c patch you

Re: modperl startup dumps core; trace included

2000-09-12 Thread Bruce W. Hoylman
Rebuilding perl 5.6.0 with the p5p patch solved the SIGSEGV problem. Thanks for the 'point'. Peace.

'make test' error with CVS modperl

2000-08-22 Thread Bruce W. Hoylman
Having downloaded the latest CVS snapshot of modperl, using my standard APACI config parameters to configure and compile, it compiles to completion without error. 'make test' however returns the following error when attempting to start the test httpd process: letting apache warm up...[Tue Aug

Re: canned footers

2000-08-16 Thread Bruce W. Hoylman
Have you looked at Apache::Sandwich from CPAN? It is easy to implement and I have used it for awhile now to add confidentiality headers and footers to pages in a small to medium site. cpan m /Apache::Sandwich/ Module id = Apache::Sandwich CPAN_USERID VKHERA (Vivek Khera [EMAIL PROTECTED])

Re: Hang in $r-print w/ POST

2000-07-07 Thread Bruce W. Hoylman
"heddy" == heddy Boubaker [EMAIL PROTECTED] writes: I liked the CGI functions to generate HTML ... it seems there is no simple way to tell CGI module not to eat POST data. HTML::StickyForms could be an option for forms ... the others (Template, Mason) are not for what I'm trying to do. I'm

tainted operation in Apache::Session::Lock::File

2000-06-08 Thread Bruce W. Hoylman
* Server Version: Apache/1.3.13-dev (Unix) mod_perl/1.24_01-dev * perl, version 5.005_03 built for sun4-solaris * SunOS 5.6 * Apache::Session 1.5 * Apache::Session::Lock::File 1.00 With taint checking turned on in my modperl server, as in: PerlTaintCheck Off PerlWarn Off PerlFreshRestart Off

Re: CGI/mod_perl strangeness...

2000-05-31 Thread Bruce W. Hoylman
"Trevor" == Trevor Phillips [EMAIL PROTECTED] writes: Trevor Thing is, this is from an Apache Perl module using mod_perl, Trevor not from a CGI using CGI.pm (as this line is printed to Trevor stderr when you supposedly run a CGI from the command Trevor prompt). A code clip

Re: Questions about Apache::Session

2000-05-19 Thread Bruce W. Hoylman
"Edgardo" == Edgardo Szulsztein [EMAIL PROTECTED] writes: Edgardo Then, I tried to use FileStore, and it worked Edgardo fine. However, it stores the sessions files in the /tmp Edgardo directory. How could I change the location of the sessions Edgardo file in the httpd.conf

Re: Q: DBMS update framework for use within Apache::DBI?

2000-05-18 Thread Bruce W. Hoylman
"Gunther" == Gunther Birznieks [EMAIL PROTECTED] writes: Gunther This first criteria seems a tad odd to me. What business Gunther scenario is there for this? Gunther To me, when a user issues an update they expect that the Gunther record exists. In a way, if the record does

Q: DBMS update framework for use within Apache::DBI?

2000-05-17 Thread Bruce W. Hoylman
Ciao! I am searching for the makings of a framework built around or within mod_perl/Apache::DBI that supports the consistent update of a record within a database. Primarily I am wanting to ensure read/write integrity between database accesses by the web client, meaning I wish to ensure the

Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-27 Thread Bruce W. Hoylman
"Michael" == Michael Schout [EMAIL PROTECTED] writes: Michael Okay. I guess I am at a loss as to what this module should Michael be named then. It is heaily based on the TicketAccess Michael system in the modperl book. It is a ticket based Michael authentication system.

Re: [RareModules] new Apache::Status features (Memory Usage)

2000-02-08 Thread Bruce W. Hoylman
I had to add a 'Use B::TerseSize' to my startup.pl in order to get the right stuff available. Otherwise, I was getting: [Mon Feb 7 12:00:38 2000] [error] Undefined subroutine B::TerseSize::package_size called at /opt/gnu/lib/perl5/site_perl/5.005/sun4-solaris/Apache/Status.pm line 375.

Ahhh! Too many Cookie modules ...

2000-01-31 Thread Bruce W. Hoylman
There are three CPAN modules that seem to want to compete for my Cookie module attention: Apache-Cookie-0.1: installs: site_perl/5.005/Apache/Cookie.pm site_perl/5.005/CGI/Cookie.pm unlinks: perl5/5.00503/CGI/Cookie.pm

Re: Apache::Sandwich and SSI problems

1999-11-23 Thread Bruce W. Hoylman
"Shay" == Shay Mandel [EMAIL PROTECTED] writes: Shay # Shay # To use server-parsed HTML files Shay # Shay AddType text/html .shtml AddHandler server-parsed .shtml Shay AddHandler server-parsed .html Shay Files ~ "\.s{0,1}html$" Shay SetHandler perl-script Shay