mod_perl 2.x/perl 5.6.x ?

2000-04-22 Thread Michael hall
I'm more of a perl end user and plead ignorance in actually understanding what goes on behind the scenes. In the process of considering upgrading to perl 5.6 and according to a recent message I see its going to be required for mod_perl 2.x anyways so I guess its a good time to start migrating in

Re: Problem with CGI::Carp under mod_perl

2000-04-22 Thread Gunther Birznieks
At 06:38 PM 4/19/00 -0700, Perrin Harkins wrote: CGI::Carp can't catch compile errors. Oh. The CGI::Carp manpage says (regarding the use of "set_message()" to control the output message): "In order to correctly intercept compile-time errors, you should call set_message() from within

Re: Problem with CGI::Carp under mod_perl

2000-04-22 Thread Gunther Birznieks
At 12:46 PM 4/18/00 +0100, Matt Sergeant wrote: On Tue, 18 Apr 2000, Steve Hay wrote: I'm having problems using "CGI::Carp qw(fatalsToBrowser);" in modperl scripts. Then don't use CGI::Carp. The whole qw(fatalsToBrowser) thing is broken, IMHO, anyway. See

Re: Problem with CGI::Carp under mod_perl

2000-04-22 Thread Gunther Birznieks
At 02:02 PM 4/18/00 +0100, Steve Hay wrote: I'm having problems using "CGI::Carp qw(fatalsToBrowser);" in modperl scripts. Sorry for the late reply. I was actually trying to figure out why you were experiencing this problem. I rarely use Perl 5.005 specific features, and so I actually

Re: perldo file -- does NOTHING

2000-04-22 Thread Matt Carothers
On Fri, 21 Apr 2000, w trillich wrote: the entire listing for startup.pl is: package Apache::ReadConfig; Apache-httpd_conf("Clavis"); Apache-httpd_conf("/Frammistat"); Apache-httpd_conf("Chibblewink 1/2%3'*"); Apache-httpd_conf("isn't this wonderful?");

Re: mod_perl-1.99_01-dev [ - possibly OT ]

2000-04-22 Thread Greg Cope
- Original Message - From: "Gerald Richter" [EMAIL PROTECTED] To: "Greg Cope" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 22 April 2000 13:36 Subject: RE: mod_perl-1.99_01-dev Does this mean that we {will|may} be able to use the interpreter pool to set up X Perl interpreters (say

Re: mod_perl 2.x/perl 5.6.x ?

2000-04-22 Thread Leslie Mikesell
According to Eric Cholet: This is for using Apache 2.0's pthread MPM, of course you can build perl 5.6 non threaded and use apache 2.0's prefork model but then it's not as exciting :-) Does apache 2.0 let you run a prefork model under NT? Les Mikesell [EMAIL PROTECTED]

RE: mod_perl 2.x/perl 5.6.x ?

2000-04-22 Thread Eric Cholet
This is for using Apache 2.0's pthread MPM, of course you can build perl 5.6 non threaded and use apache 2.0's prefork model but then it's not as exciting :-) Does apache 2.0 let you run a prefork model under NT? NT has it's own MPM which is threaded prefork ... Multi Process

Re: mod_perl 2.x/perl 5.6.x ?

2000-04-22 Thread Michael hall
On Sat, Apr 22, 2000 at 11:59:58AM +0200, Eric Cholet wrote: though. Can anybody in the know, shed some light on this, just trying to save some work down the road as I'd like to upgrade to the perl 5.6 stuff now and use it with my existing mod_perl (I already use the CVS version and I

[ANNOUNCE] Apache::XMLStylesheet

2000-04-22 Thread Matt Sergeant
I've completed my ?xml-stylesheet? mapper. Rather than try and stuff modules into the type="..." attribute I decided it was best to just leave that as a content-type, and allow you to add mappings to you .htaccess or wherever you want them... I've also updated Apache::XPath::NotXSLT to use this

[rfc/revised] Do Not Run Everything on One mod_perl Server

2000-04-22 Thread Stas Bekman
Here is a complete rewrite which comprises your responds on my initial post. Joshua, notice that this setup with smaller memory requirements and lots of shared memory gives even better results as it comes to the goal of having more servers using the same memory. In my hypotetical example below

Re: Implementing security in CGI

2000-04-22 Thread Matt Carothers
On Fri, 21 Apr 2000, Gunther Birznieks wrote: At 01:44 PM 4/20/00 -0500, Matt Carothers wrote: Another big win is that the secure token can persist across multiple servers. What would prevent the token from being across multiple servers otherwise? It's beneficial when compared to a

Re: httpd could not be started

2000-04-22 Thread JoshNarins
Addenda: apachectl configtest shows everything is ok

Trying to setup embedded Perl

2000-04-22 Thread Dennis
Hey can you throw some helpful hints on the problem I'm having ? I'm trying to move a working site from singleslibrary.com to my server. Unfortunately the guy who wrote the site for us is not available anymore .. and nobody seems to know what to do, including me. What I'm trying to do

Re: Implementing security in CGI

2000-04-22 Thread Michael Schout
On Thu, Apr 20, 2000 at 12:15:16PM -0400, DeWitt Clinton wrote: The secure session has the following properties: *) The user is able to initiate a secure session by providing proper credentials (i.e., a username and password pair) via a login process. *) The user is able to terminate the

Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-22 Thread Michael Schout
On Thu, Apr 20, 2000 at 02:16:09PM -0700, Doug MacEachern wrote: On Tue, 18 Apr 2000, Michael J Schout wrote: Apache-TicketAccess-0.10.tar.gz cool, but, there's already a module named Apache::TicketAccess, listed in the apache-modlist.html: TicketAccess bdpOTicket based

Re: Implementing security in CGI

2000-04-22 Thread dreamwvr
hi, most likely you will want to shut down cookies and use another method as per advisories that currently there is a problem with javascript and cookies when both enabled. b.t.w. exploder has simular problems so since javascript is nice to have cookies are a problem these days. besides most

segfault in DSO mod_perl 1.23 (perl 5.6.0) with apache-1.3.12

2000-04-22 Thread Michael Poole
I get a segfault on the first page access to Apache (it's just a request for / on the server). Backtrace: #0 0x402307db in perl_header_parser (r=0x8154e84) at mod_perl.c:1002 #1 0x8052715 in run_method (r=0x8154e84, offset=58, run_all=1) at http_config.c:360 #2 0x8052802 in

Re: httpd could not be started

2000-04-22 Thread JoshNarins
It's a much simpler problem than I let on to before... (thanks matt@telepath) The error log shows what went wrong, but I am at a bit of a loss on how to correct it. [info] mod_unique_id: using ip addr my.valid.ip.address getpeername: Socket operation on non-socket getsockname: Socket operation

Re: mod_perl 2.x/perl 5.6.x ?

2000-04-22 Thread Leslie Mikesell
According to Eric Cholet: Does apache 2.0 let you run a prefork model under NT? NT has it's own MPM which is threaded prefork ... Multi Process Model with Preforking (Apache 1.3) dexter Multi Process Model with Threading via Pthreads Constant

Re: Trying to setup embedded Perl

2000-04-22 Thread Edward Thomas
It seems as if this site is already running Apache/mod_perl (according to Netcraft) so as long as you can get hold of the particular module responsible for this then you should have no problems. -- Edward Thomas | [EMAIL PROTECTED] Cynosure Design | www.cyno.co.uk - Original Message

Re: Implementing security in CGI

2000-04-22 Thread Gunther Birznieks
At 09:42 AM 4/22/00 -0500, Michael Schout wrote: On Thu, Apr 20, 2000 at 12:15:16PM -0400, DeWitt Clinton wrote: The secure session has the following properties: *) The user is able to initiate a secure session by providing proper credentials (i.e., a username and password pair) via a

End failed -- Cleanup aborted and other errors

2000-04-22 Thread Gagan Prakash
Hi, We are in the process of moving our site www.adalbadal.com from the web hosting company in India to iserver -- they do have mod_perl!!! Well during this process, some of our scripts are giving us: END failed--cleanup aborted at /dev/null line 6. Callback called exit at /dev/null

vanilla install failure 1.3.12/1.22/5.6.0

2000-04-22 Thread jb
After much fast progress buiding a new machine, I'm stuck. This is a vanilla RH6.2 box with almost nothing on it.. no residue from RPM perl or httpd (deselected at machine blast time). I've built perl 5.6.0 (all tested out ok), also built apache 1.3.12 both with and without Ben-SSL (all tested

cvs commit: modperl-site/embperl Changes.pod.1.html index.html

2000-04-22 Thread richter
richter 00/04/22 13:18:28 Modified:embperl Changes.pod.1.html index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.149 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html