Re: mod_perl v2 Forking

2003-09-16 Thread Eric Frazier
Hi, I guess this is off topic for this list, since I would be doing this no matter if I was running CGI or mod_perl or whatever. I am pretty desparate to get this working, and if anyone wants to earn some cash helping me fix things PLEASE call me at 250 655-9513. I have been trying to

Re: mod_perl v2 Forking

2003-09-16 Thread Eric Frazier
Hi, That sound like one way to go, I want to be very careful with something like this. You speak as if restoring 5.6 behaviour is the best or only way to go. Do you see any other alternatives? Thanks, Eric At 04:57 PM 9/16/03 +0200, Rafael Garcia-Suarez wrote: Eric Frazier wrote

RE: mod_perl v2 Forking

2003-09-16 Thread Eric Frazier
killed. What is weird/scary, is that if I change your $SIG{CHLD} = 'IGNORE'; back to the handler I was using, the database error goes away, but I am back were I was. Fun huh? :) Thanks, Eric At 03:57 PM 9/16/03 +0100, Stephen Hardisty wrote: Hi, I had a problem with 5.8.1 and forking in that I

RE: mod_perl v2 Forking

2003-09-16 Thread Eric Frazier
what the correct, put it in the book solution should be.. Eric At 03:57 PM 9/16/03 +0100, Stephen Hardisty wrote: Hi, I had a problem with 5.8.1 and forking in that I was either getting zombies using the 5.6 examples or the parent was dying, depending on which example was used. The way round I

RE: mod_perl v2 Forking

2003-09-16 Thread Eric Frazier
should keep it global I think. Thanks, Eric At 04:24 PM 9/16/03 +0100, Stephen Hardisty wrote: Hi, is the database connection created in the child or before it? If it's created inside the child then it'll die ungracefully when the child dies, so put something nice and fluffy to close it before

Re: Apache::Session permissions problem

2003-09-15 Thread Eric Schwartz
it for locking. 'perldoc Apache::Session::DBI' says it uses A::S::PosixFileLocker, not A::S::SysVSemaphoreLocker. Are the docs wrong, or the code? -=Eric

Apache::AuthCookie causing strange-Use of uninitialized value.

2003-09-12 Thread Per Eric Rosén
it then: http://www.jsw4.net/info/list-archives/mod_perl/02-08/msg00591.html /Per Eric -- ^): Per Eric Rosén http://rosnix.nu/~per/ / [EMAIL PROTECTED] GPG 7A7A BD68 ADC0 01E1 F560 79FD 33D1 1EC3 1EBB 7311

Re: Apache::AuthCookie causing strange Use of uninitialized value.

2003-09-12 Thread Per Eric Rosén
cookie (manually deleting the session) makes it quiet. /Per Eric -- ^): Per Eric Rosén http://rosnix.nu/~per/ / [EMAIL PROTECTED] GPG 7A7A BD68 ADC0 01E1 F560 79FD 33D1 1EC3 1EBB 7311

Apache::Session permissions problem

2003-09-12 Thread Eric Schwartz
, but the solutions proffered involve ipcs and ipcrm, which don't exist on my Mac OS X 10.2.6 system. Suggestions are more than welcome; I'm not quite sure how Session::SysVSempaphoreLocker got involved in the first place, since I don't explicitly reference it. Mightily confused, -=Eric

Re: Possible Apache::AuthenSmb Mod?

2003-09-10 Thread Shannon Eric Peevey
Peter Hartzler wrote: Hello, We're looking into using your Apache::AuthenSmb module to allow us to migrate our intranet to GNU/Linux/Apache. One issue we have is that we have two NT domains. I have a couple of different ideas for how to modify the code to allow this scenario, and am wondering

Re: apache2, mod_perl: problem with CGI

2003-09-06 Thread Shannon Eric Peevey
Stas Bekman wrote: speeves wrote: Stas Bekman wrote: Thanks that did it. Great. It would be nice though if the minimum rev level of the CGI.pm could be mentioned in the doc. Or maybe it is there somewhere and I skimmed over it. It's a a CGI.pm problem, really. We can't go and support

Re: AuthenNTLM

2003-08-27 Thread Shannon Eric Peevey
Brett Hales wrote: I am having problems with Apache-AuthenNTLM-0.23. In apache's error.log I am getting the following errors reported. AuthenNTLM: timed out while waiting for lock (key = 23754) This also seems to cause the web server to go _very_ slow. I have looked through the AuthenNTLM.pm and

Re: Apache::AuthenNTLM module with HP/Apache

2003-08-14 Thread Shannon Eric Peevey
place after compiling it... Thanks v. much to all for helping me with this. Rgds, Antony -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 07:23 To: Antony Batten Cc: 'Shannon Eric Peevey'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Apache::AuthenNTLM

Re: Apache::AuthenNTLM module with HP/Apache

2003-08-14 Thread Shannon Eric Peevey
Antony Batten wrote: Hi, Sorry to direct email you, but I am desperate, and was hoping the solution to the problem below would be a quick one from the people who wrote the module ;) Thanks, Antony. Appologies if this is no longer your domain, but [posted to

Apache-AuthPerLDAP beta port uploaded

2003-08-04 Thread Shannon Eric Peevey
Hi! I just wanted to see of Henrik Strom was on this list (I have ported your Apache-AuthPerLDAP, and wonder how you want to integrate the changes into your existing module.) Also, I have ported Apache-AuthPerLDAP to work with both versions of mod_perl, but am running out of time to set

[MP1 and MP2] Apache-AuthenNIS ported

2003-08-01 Thread Shannon Eric Peevey
The uploaded file Apache-AuthenNIS-0.11.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenNIS-0.11.tar.gz size: 4095 bytes md5: cac172a46c5b05034842fad5eed6b9be Apache::AuthenNIS - mod_perl NIS Authentication module has been ported to work with both versions of

[MP1 and MP2] Apache::AuthzNIS ported

2003-08-01 Thread Shannon Eric Peevey
The uploaded file Apache-AuthzNIS-0.11.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthzNIS-0.11.tar.gz size: 4305 bytes md5: 37bbbdc320c6bba7318d817e854bc8e1 Apache::AuthzNIS - mod_perl NIS Group Authorization module has been ported to work with both versions

Re: [OT] About XML and Petal (was Re: templating system opinions (axkit?))

2003-07-30 Thread Eric Cholet
wrote a subclass of Template which does this automatically for me, and as with Petal I can also not encode by using a specific method. -- Eric Cholet

[MP1 and MP2] Apache-AuthenSmb ported

2003-07-28 Thread Shannon Eric Peevey
Hi! The uploaded file Apache-AuthenSmb-0.70.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenSmb-0.70.tar.gz size: 4004 bytes md5: ac1b1a29f5070f81efb9f1362b5815dc Apache::AuthenSMB - mod_perl NT Authentication module has now been ported to work with both

Re: modperl2 Apache::HTTP_FORBIDDEN and Apache::HTTP_INTERNAL_SERVER_ERRORimplemented?

2003-07-25 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: [...] *handler = MP2 ? \handler2 : \handler1; I am leaving the MP2 code in both of the subroutines, as I don't know if there is a prettier way to do this... (I will remove it, if there is not) Although this hasn't been tested extensively

re: AuthenNTLM - help

2003-07-25 Thread Shannon Eric Peevey
am using Conectiva 8, and it is working fine. Thanks. Shannon Eric Peevey escreveu: Francisco de Assis Tristão wrote: Shannon, i got it configured with apache-1.3.27/mod_ssl/2.8.12 OpenSSL/0.9.6g mod_perl/1.25, all by hand, but it only works fine when i use just http - when i access the pages

Re: Application design patterns

2003-07-24 Thread Eric Sammer
the concepts as you applied them? It would be nice to peek at some of the details. Or, is this an NDA situation or some such thing? Either way, great article. Thanks in advance. -- Eric Sammer [EMAIL PROTECTED] http://www.ineoconcepts.com

Re: Application design patterns

2003-07-24 Thread Eric Sammer
Aaron Ross wrote: Hi Eric, class. What I'd like is to have my model (as in MVC) objects reuse the process or maybe even server shared objects without doing any of these: 1. Using a singleton utility class 2. Needing to pass objects to model objects' new() in teh controllers 3. Instantiating

Re: Application design patterns

2003-07-24 Thread Eric Sammer
Perrin Harkins wrote: On Thu, 2003-07-24 at 02:18, Eric Sammer wrote: where did you (Perrin) keep objects like your database handle (assuming DBI, but please correct otherwise) and any objects that could be reused (TT, XML parser objects, et al)? People seem to ask about this frequently, but I

Re: Templating system opinions (CGI::Application in connection with either HTML::Template or Template::Toolkit)

2003-07-23 Thread Eric
developed, but I never heard of it before, and I couldn't find much indication of how popular it is. Thanks, Eric At 09:23 AM 2003-07-23, Randal L. Schwartz wrote: Dave == Dave Baker [EMAIL PROTECTED] writes: Dave I'm curious as to why the combination of CGI::Application and Dave HTML

Re: AW: Apache:AuthenNTLM 2.01 with modperl 1.26

2003-07-23 Thread Shannon Eric Peevey
Tresp, Wilfried wrote: Hi, works now, thanks, next I'll try it with Apache2. AuthenNTLM was the only reason I have not tried it yet :) Regards, Wilfried -Ursprüngliche Nachricht- Von: Shannon Eric Peevey [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. Juli 2003 20:50 An: Tresp

Re: AW: AW: Apache:AuthenNTLM 2.01 with modperl 1.26

2003-07-23 Thread Shannon Eric Peevey
Tresp, Wilfried wrote: Hi Shannon Eric, fine it's already there. I try to run the module with Apache 2.0.47 but it didn't work here. There seems to be problems with my @INC variable but I can not figure out how to fix it. When I try to start the daemon I see only the following error message

Re: AW: AW: Apache:AuthenNTLM 2.01 with modperl 1.26

2003-07-23 Thread Shannon Eric Peevey
Tresp, Wilfried wrote: Hi Shannon Eric, forget my last mail. It is simply to late. After changing PerlModule to PerlResponseHandler in httpd.conf everything works now. Great! Only little problem is that I see many error_log entries like the following: [12163] the $self-{smbhandle} is 903424

Re: modperl2 Apache::HTTP_FORBIDDEN and Apache::HTTP_INTERNAL_SERVER_ERRORimplemented?

2003-07-22 Thread Shannon Eric Peevey
Though I seem to be chasing it down to a possible problem with the method handler: sub handler ($$) But even with a change to: sub handler : method This is an interesting one. How to make the two coexist in the same code base. Ideally you want to do this: sub handler1 ($$) {} sub

Re: modperl2 Apache::HTTP_FORBIDDEN... [long post]

2003-07-22 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: use constant MP2 = ($mod_perl::VERSION = 1.99); # test for the version of mod_perl, and use the appropriate libraries BEGIN { if (MP2) { require Apache::Const; require Apache::Access; require

[mp2] beta of Apache-AuthenNTLM uploaded

2003-07-22 Thread Shannon Eric Peevey
The uploaded file Apache-AuthenNTLM-2.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenNTLM-2.01.tar.gz size: 50644 bytes md5: f175a98ea668e81df9cc8d6db629facf The purpose of this module is to perform a user authentication via Mircosoft's NTLM protocol.

Re: AuthenNTLM - Help

2003-07-22 Thread Shannon Eric Peevey
Francisco de Assis Tristão wrote: Shannon, i got it configured with apache-1.3.27/mod_ssl/2.8.12 OpenSSL/0.9.6g mod_perl/1.25, all by hand, but it only works fine when i use just http - when i access the pages with https, apache doesn't ask for the user... Have you any idea about what is wrong?

small doc typo...

2003-07-21 Thread Shannon Eric Peevey
Hi! Just perusing: http://perl.apache.org/docs/2.0/devel/core/apache_integration.html#The_Link_Between_mod_perl_and_httpd and found a small typo. STANDARD20_MODULE_STUFF is a standard macro defined in httpd-2.0/include/http_config.h. Currently its main use *if* for attaching Apache version

Re: Values of an array..

2003-07-21 Thread Eric Wong
. Eric

Re: modperl2 Apache::HTTP_FORBIDDEN and Apache::HTTP_INTERNAL_SERVER_ERRORimplemented?

2003-07-17 Thread Shannon Eric Peevey
Stas Bekman wrote: speeves wrote: Hi! Just wondering if Apache::HTTP_FORBIDDEN and Apache::HTTP_INTERNAL_SERVER_ERROR have been implemented? I have been trying to port Apache::AuthenNTLM, and keep getting: [Tue Jul 15 16:46:08 2003] [error] failed to resolve handler `Apache::AuthenNTLM'

Re: modperl2 Apache::HTTP_FORBIDDEN... [long post]

2003-07-17 Thread Shannon Eric Peevey
Have you imported them? use Apache::Const compile -qw(Apache::HTTP_FORBIDDEN); All the available Apache:: constants are listed here: http://perl.apache.org/docs/2.0/api/Apache/Const.html Hi! I have included the bare minimum of the code from the module, (Apache::AuthenNTLM). It is still

Re: modperl2 Apache::HTTP_FORBIDDEN... [long post]

2003-07-17 Thread Shannon Eric Peevey
use constant MP2 = ($mod_perl::VERSION = 1.99); # test for the version of mod_perl, and use the appropriate libraries BEGIN { if (MP2) { require Apache::Const; require Apache::Access; require Apache::Connection; require

Re: module ported and doc addition...

2003-07-15 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: [...] Also, you don't realy have to do that. The old ala mp1 style works just fine. use Apache::Const qw(OK DECLINED) sub handler { return OK; } Well... I must have been smoking crack, 'cause I seem to remember a simple: return MP2

Re: module ported and doc addition...

2003-07-15 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: [...] Also, you don't realy have to do that. The old ala mp1 style works just fine. use Apache::Const qw(OK DECLINED) sub handler { return OK; } Well... I must have been smoking crack, 'cause I seem to remember a simple: return MP2

Re: mod_perl 1.0 and 2.0

2003-07-15 Thread Shannon Eric Peevey
Chris Faust wrote: There is a 0.92 version of Apache::DBI is mp2 aware (there may even be a later version at this point). We started with mp1 and do to problems we decided to goto mp2 (which turned out to be non mod_perl and apache related), there wasn't any major performance increase or

Re: AuthenNTLM - Help

2003-07-15 Thread Shannon Eric Peevey
Stas Bekman wrote: Francisco de Assis Tristão wrote: Frank, please, i am trying to configure AuthenNTLM on a solaris 2.8 (SPARC) machine. But i did not find any sample about how to configure httpd.conf. May you help me? I had compiled apache 2 version 2.0.46 with ssl suport (i am configuring it

Re: module ported and doc addition...

2003-07-14 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: Shannon Eric Peevey wrote: Hi! Just wanted to let everyone know that I have just finished porting the Apache-AuthExpire module to work with both modperl1 and 2. It is a: # Small mod_perl handler to provide Authentication phase

Re: informational notice in Makefile.PL

2003-07-14 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon, can you please post this follow up to the list? Sorry, thought I got... Eric Peevey wrote: Stas Bekman wrote: Shannon Eric Peevey wrote: Hi! In an attempt to simplify the install process for dependencies with my modules, I have been using the ExtUtils

Compile issue: conflicting typesfinger at mod_perl. This may be the case as I've managed to compile another Apache server without mod_perl on a different system (RH 9 with PHP). However, I'm thinking it's more along the lines of a compiler (IOW, RedHat'

2003-07-10 Thread Stewart, Eric
' make: *** [build] Error 2 I've seen pWhat Eric Stewart - Network Admin - USF Tampa Library - [EMAIL PROTECTED] SCUBA Diver: 220 Dives Most Recent: 05/10/03 Chankanaab Park, Cozumel GeoCacher:58 Found Most Recent: 07/04/03 GCGBHE - Fun in the Sun http://www.scubadiving.com/talk

compile issue: conflicting types for getline

2003-07-10 Thread Stewart, Eric
, but I'm a lazy systems admin, not a programmer ... Of course, any assistance at all (as repeated and varied searches on groups.google and www.google only verify the problem's existence and have yet to provide a solution) is welcome and appreciated. Eric Stewart - Network Admin - USF Tampa Library

Re: Stupid question of the day...

2003-06-29 Thread Shannon Eric Peevey
Randy Kobes wrote: On Wed, 25 Jun 2003 [EMAIL PROTECTED] wrote: I've built and installed a new Apache (2.0.46) with mod_ssl and mod_perl... My goal is authentication via NIS, so I have the following in an .htaccess file: AuthName TEST AuthType Basic PerlAuthenHandler Apache::AuthenNIS;

Re: Apache::AuthenNTLM problems

2003-06-29 Thread Shannon Eric Peevey
Brett Hales wrote: On Fri, 2003-06-13 at 01:53, Luiz Carlos (Paulista) wrote: Hi, I´m trying to install Apache in a Linux Machine, with mod_perl and AuthenNTLM. I want to authenticate users from a Windows 2000 domain. I don´t want them to be prompted for their username and password. These

informational notice in Makefile.PL

2003-06-22 Thread Shannon Eric Peevey
Hi! In an attempt to simplify the install process for dependencies with my modules, I have been using the ExtUtils::AutoInstall module. (Great module, BTW :) ) But, with the current state of affairs with mod_perl and its availability from CPAN, I wanted to through an information notice to

Re: Few Important Questions

2003-06-19 Thread Eric Cholet
lists and web sites. Donations help fund these infrastructure expenses. Thanks! -- Eric Cholet

module ported and doc addition...

2003-06-19 Thread Shannon Eric Peevey
Hi! Just wanted to let everyone know that I have just finished porting the Apache-AuthExpire module to work with both modperl1 and 2. It is a: # Small mod_perl handler to provide Authentication phase time outs for # sensitive areas, per realm. There are some

Re: module ported and doc addition...

2003-06-19 Thread Shannon Eric Peevey
Shannon Eric Peevey wrote: Hi! Just wanted to let everyone know that I have just finished porting the Apache-AuthExpire module to work with both modperl1 and 2. It is a: # Small mod_perl handler to provide Authentication phase time outs for # sensitive areas, per

doc discrepancy?

2003-06-18 Thread Shannon Eric Peevey
Hi! Just doing some late night reading, and found something in the second paragraph under the PerlAuthenHandler heading in the following webpage: http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthenHandler !--- Otherwise the handler returns *|Apache::AUTH_REQUIRED|* to indicate

Re: list of ported modules?

2003-06-17 Thread Shannon Eric Peevey
Stas Bekman wrote: Shannon Eric Peevey wrote: Hi! Is there a list of CPAN modules that have already been ported to work with mod_perl2? Not at the moment, but it's a great idea. Where should we add it? I suppose that this should be a short-life document and eventually it will be removed

Apache::Auth*LDAP modules going bye-bye...?

2003-06-17 Thread Shannon Eric Peevey
Hi! I have installed Apache::AuthenLDAP into my apache 1.3 test machine, and found that version 0.61 does not work with perl-ldap 0.28 (aka Net::LDAP) Since there has not been an update to this module since July 12, 2001, I think that it is safe to say that there is no interest in continuing

Re: How practical is that Practical mod_perl?

2003-06-16 Thread Eric Cholet
Stas Bekman wrote: [...] BTW, Eric is working on creating a new site for http://modperlbook.org/ which will include the source code, errata and other useful information. We will let you know when this work has been completed. I've just put it online. Enjoy, -- Eric Cholet

list of ported modules?

2003-06-16 Thread Shannon Eric Peevey
Hi! Is there a list of CPAN modules that have already been ported to work with mod_perl2? If so, can I add my two modules to it? (Apache::AuthNetLDAP and Apache::AuthzNetLDAP). thanks, speeves cws

Maintainers of Apache::*LDAP packages...?

2003-06-14 Thread Shannon Eric Peevey
the general thoughts were about porting these as well...? Or, since they are all similar, should I focus on subsuming all of the modules into the more appropriately named Apache::AuthenLDAP and Apache::AuthzLDAP? Thanks, -- Shannon Eric Peevey - speeves Computer Systems Manager UNT - Central Web

Re: Simple DAV Server?

2003-06-11 Thread Shannon Eric Peevey
Trevor Phillips wrote: On Wednesday 11 June 2003 05:13, you wrote: Trevor Phillips wrote: I'm quite suprised at the limited amount of custom DAV server uses. I mean, here's a protocol for editing content over HTTP, which to me screams as an ideal solution for, say, editing full HTML

Re: modules that work with both modperl1 and 2

2003-06-10 Thread Shannon Eric Peevey
Stas Bekman wrote: speeves wrote: Stas Bekman wrote: [...] http://search.cpan.org/src/STAS/Apache-Peek-1.01/t/response/TestApachePeek/basic.pm This source code was the saving grace for me. If we could add the link to:

modules that work with both modperl1 and 2

2003-06-09 Thread Shannon Eric Peevey
Hi! Just wondering if anyone knows of a perl module that is coded to work with modperl1 and 2? I am hitting a wall in getting my module to do that, and want to cheat a little off of someone who already has... ;) thanks, speeves cws PS Am having problems with the compile time loading of

Re: modules that work with both modperl1 and 2

2003-06-09 Thread Shannon Eric Peevey
Perrin Harkins wrote: On Mon, 2003-06-09 at 12:12, Shannon Eric Peevey wrote: PS Am having problems with the compile time loading of modules depending on the existence of either modperl1 or 2... use dies and require is not importing the symbols correctly at runtime... If you read

Re: modules that work with both modperl1 and 2

2003-06-09 Thread Shannon Eric Peevey
Perrin Harkins wrote: On Mon, 2003-06-09 at 13:57, Shannon Eric Peevey wrote: Yeah, I've been messing with that, but it seems to me that I need something similar to a preprocessor directive, where I can load the appropriate use MODULE lines into the module bases upon which version

Re: [mp2] make test fails to start httpd

2003-06-05 Thread Eric Schwartz
/crt.c:267 #49 0x273c in start () -=Eric

[mp2] make test fails to start httpd

2003-06-04 Thread Eric Schwartz
=6.6, archname=darwin uname='darwin eric-schwartzs-computer.local. 6.6 darwin kernel version 6.6: thu may 1 21:48:54 pdt 2003; root:xnuxnu-344.34.obj~1release_ppc power macintosh powerpc ' config_args='-de -Dprefix=/usr [EMAIL PROTECTED] [EMAIL PROTECTED]' hint=previous, useposix=true

[mp2.0] Can't locate object method push_handlers via packageApache::RequestRec

2003-02-23 Thread Eric A. Zarko
I am a little rusty (switched to telecomm ... just doing some web work on the side now), but my script looks okay to me. The archive and many hours to trying different things do not seem to be helping. Has anyone seen this before, or can you see a problem with it? TIA System Info === #

Re: Apache::Cookie - weird values returned...

2003-02-10 Thread Eric Sammer
of these ideas a shot (again, where applicable). -- Eric Sammer [EMAIL PROTECTED] http://www.linuxstep.org

Apache::Cookie - weird values returned...

2003-02-07 Thread Eric Sammer
objects as values. ** The site in question: http://www.bluemonkeystuff.com Thanks in advance! -- Eric Sammer [EMAIL PROTECTED] http://www.linuxstep.org

Re: [mp2] e-Commerce

2003-01-21 Thread Eric Frazier
it to the list. But I can't believe someone on this list hasn't done that already. Thanks, Eric At 06:09 PM 1/21/03 +1100, Stas Bekman wrote: Perrin Harkins wrote: Eric Frazier wrote: On that note, how about just using Apache2 for the proxy front end, and mod_perl /apache 1.x

name space problem

2003-01-21 Thread eric
,$page_name); with the require line reading: require /var/www/test/session_key.pl; I'm still reading the numerous web sites that refer to this problem, am hoping to find a quick fix/good explanation of this problem. Thank you, Eric

Re: [mp2] e-Commerce

2003-01-20 Thread Eric Frazier
Hi, On that note, how about just using Apache2 for the proxy front end, and mod_perl /apache 1.x for the back end? I have wanted to try to avoid the thttpd stuff for images and from what I have heard about apache2 it can handle static pages a lot faster than the 1.x did. Thanks, Eric At 04

web link broken when access cgi-bin

2002-12-21 Thread eric lin
?(the locataion of picture suppose to be showed redcrss in IE6, or square white in mozilla) I am using apache 1.3.26 and perl 5.8 please help -- Sincere Eric www.linuxspice.com linux pc for sale

Re: We need help from mod_perl users with technical expertise in non-mainstream OSs

2002-12-19 Thread Eric Frazier
Hi, I have to say that was the nicest rant I have read in some time. I wish I knew something about those other OS's :( Eric At 10:35 AM 12/17/02 +0800, Stas Bekman wrote: Here at the list we have a rather sucky trend in the last year or so. Those folks who report problems that they have

in window, mod perl 1, how to get time?

2002-12-15 Thread eric
1.exe file so how can I get the time display? in my .pl file, two lines as - my @time = time; print Right now, the elements of the time are: @time; - Please help on this sincere Eric www.linuxspice.com linux pc

RE: use http-equiv to refresh the page

2002-11-06 Thread Eric L. Brine
. So http-equiv=refresh is no longer standard. Of course, this is all theoretical. In practice, too many people are not easily swayed by a measily thing such as a standard. -- Eric L. Brine | ICQ: 4629314 [EMAIL PROTECTED] | MSN: [EMAIL PROTECTED] http://www.adaelis.com/ | AIM

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-18 Thread Eric
of files all over the place. It is a total nightmare to change or debug code like that. I know the guy who was here before me did that, and he had good intentions, but it ended up just making a bigger mess than if he had just used one big PHP script. Eric At 12:23 PM 2002-10-18 -0500, [EMAIL

Re: repost: [mp1.0] recurring segfaults on mod_perl-1.27/apache-1.3.26

2002-10-18 Thread Eric van Oorschot
fault (11) in the error.log). Finally I built mod_perl outside the apache tree, using APXS (the last paragraph in README.apaci), copied libperl.so into apache/libexec, and now it runs. (I don't know why, but it works !!) Eric [EMAIL PROTECTED] wrote: Thanks for the reply Ed. Hardware

Re: evil scripts kill the server...

2002-10-17 Thread Eric Cholet
runs under the unpriviliged user 'nobody', seems to me that giving root access to the world would require running Apache as root, not something which can be achieved only by careless programming. Am I missing something? -- Eric Cholet

Re: [cgiapp] Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-15 Thread Eric Frazier
, Apache::DB will be my next most helpfull item. Eric At 02:33 PM 10/14/02 -0400, William McKee wrote: On 14 Oct 2002 at 9:12, Eric Frazier wrote: That I am not so sure of. I will do some more investigation. It seems like the only variables that could be causing this are the result set from

Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-15 Thread Eric Frazier
Hi, I had to read that over a few times to get it. And now I see that I do indeed have that situation, there are a number of times when I call my $holdstatus = new Holds(); from within a module that also has a new method. What I don't understand is how does my code work at all? Thanks, Eric

Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-14 Thread Eric Frazier
At 11:58 AM 10/14/02 -0400, Perrin Harkins wrote: Eric Frazier wrote: Here is the kind of thing that is driving me nuts. Please see: http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Remed ies_for_Inner_Subroutines If what this says is true, then either I don't have

Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-14 Thread Eric Frazier
Perrin, I am starting to feel guilty about bugging you so much, but you are the only person to have responded, and I watch the list enough to value your advice quite a bit. sub new { my $invocant = shift; my $class = ref($invocant) || $invocant; That looks

Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-13 Thread Eric Frazier
. $customersearch-LookupCustName(); } So going nuts now, where is the problem? My QueryPrint module is pretty much the same, so if this is ok, it should be as well. Thanks, Eric Are you using any modules that have subs with sub ref prototypes, like Error.pm? That can do it. All I have read

Apache::DBI and CGI::Application with lots of modules.

2002-10-12 Thread Eric Frazier
, rewards, or other forms of kudos, please get in touch with me. I really need to solve this problem. Thanks, Eric PS in the process of writing this email I found one stupid thing I did. $processed_hnd-finish(); I don't know what I was thinking there :) since I want to keep this hnd open

Re: Apache::DBI and CGI::Application with lots of modules.

2002-10-12 Thread Eric Frazier
don't seem to be able to get away with as much :) Also, I am really trying to bring my code level up a notch, but as you pointed out, there are some things I am doing that I don't really understand well enough yet. Thanks, Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone

Re: memory usage problem!

2002-10-08 Thread Eric
a query sometimes. Thanks, Eric At 02:24 PM 2002-10-08 -0400, you wrote: Also, try to find an alternative to loading all that data into memory. You could put it in a dbm file or use Cache::FileCache. If you really have to have it in memory, load it during startup.pl so that it will be shared

installation bug with Apache v2.0.42

2002-09-25 Thread Eugene Eric Kim
as an alternative method for computing the version. -Eugene -- +=== Eugene Eric Kim = [EMAIL PROTECTED] = http://www.eekim.com/ ===+ | Writer's block is a fancy term made up by whiners so they| += can have an excuse to drink alcohol. --Steve Martin ===+

Re: top for apache? [OT]

2002-09-23 Thread Eric Cholet
capabilities and configurable automatic refresh mode. All the sections can be shown/hidden dynamically through the web interface. -- Eric Cholet

mod_perl and DAV integration

2002-09-08 Thread Eric Flynn
Has anyonedevised a method(using mod_dav or otherwise)for writing perl handlerstosatisfyDAV requests? All the solutions I have found so far either do not give enough control over the response formation or requre the use of C handlers. Thanks, Eric ***Eric Flynn[EMAIL

Apache seems to ignore my PerlAuthenHandler PerlAuthzHandler directives...

2002-09-03 Thread Eric Devolder
... = - Eric Devolder email: [EMAIL PROTECTED] ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

Re: [OT] Which is the fastest XML/XSL engine?

2002-08-30 Thread Eric Cholet
which is not particularly fast. I'd like to do transforms in realtime for a high traffic site. Try XML::LibXSLT, in conjunction with XML::LibXML, these modules use the Gnome project's LibXML and LibXSLT which are quite fast. -- Eric Cholet

Re: Three tier computing: suggestion needed for DBI connection.

2002-08-26 Thread Eric Cholet
mydb' but not necessarily used for DBI? Any suggestions are much appreciated. Fabian. -- Eric Cholet

Re: [Newbie Q] Cleanest way to implement one logon per user?

2002-08-02 Thread Eric Cholet
be grateful for that. -- Eric Cholet

reading an ENV with Perl that was set with mod_rewrite [E= : ]

2002-07-25 Thread Eric Frazier
, but the first one I can't. PT doesn't exist, but ERIC does. I know this is not exactly on topic, but it is a weird sort of issue, the admin I was dealing with said he could get the above ENV with PHP or mod_perl but not with perl CGI's I can't seem to get it with a mod_perl Registry script either though

Re: duplicate output with Registry.pm

2002-07-16 Thread Eric Frazier
Hi, It happens with the printenv script also. Again, I did this to myself before, but I can't remember how I fixed it. It was something very simple. Thanks, Eric My http.conf perl stuff = # mod_perl config PerlRequire /usr/local/apache

Re: duplicate output with Registry.pm

2002-07-16 Thread Eric Cholet
--On Tuesday, July 16, 2002 06:44:10 -0400 Eric Frazier [EMAIL PROTECTED] wrote: Hi, It happens with the printenv script also. Again, I did this to myself before, but I can't remember how I fixed it. It was something very simple. Thanks, Seems like Location /perl will happily match

Re: duplicate output with Registry.pm

2002-07-16 Thread Eric Frazier
Hi, I will try that out. It was something like that, it even rings a bell a bit. Thanks! I will let you know. Eric At 03:51 PM 7/16/02 +0200, Eric Cholet wrote: --On Tuesday, July 16, 2002 06:44:10 -0400 Eric Frazier [EMAIL PROTECTED] wrote: Hi, It happens with the printenv script

duplicate output with Registry.pm

2002-07-15 Thread Eric Frazier
::Template, but I believe this is a mod_perl problem since it doesn't happen when I use the same scripts in a regular cgi-bin. Also if someone knows where I can find this on the web I would be grateful. I just can't seem to get the keywords right today. Thanks, Eric

Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread eric
message. I'm not sure what else to do anymore. Anyone have any ideas? I have to head to the Bosnia AO tommorrow and won't be back until Friday, 19 July. If anyone has any ideas could you please post here and to my email. Thanks! Eric

Re: Getting mod_perl-1.27 Apache-2.0.39

2002-07-14 Thread eric
, eric wrote: I've tried every which way and still can't get mod_perl to compile. I'm running Perl v5.6.1 built for i586-linux. I downloaded Apache 2.0.39 and extracted it into /usr/local where it created httpd-2.0.39. I have Apache 2.0.39 built with SSL and DSO, and it's in /usr/local

Any way to list what compile options were used?

2002-07-10 Thread Eric L. Brine
Is there any easy way to check which options were used to compile mod_perl. Or more specifically, is there an easy way to check which type handlers a mod_perl build allows, if it allows stacked handlers, if it allows method handlers and if it allows perl sections? Thanks. -- Eric L. Brine

  1   2   3   4   >