Re: Log and special characters

2017-08-02 Thread Eric Aarts
What a stunning coincidence… 风河 starting a new conversation ‘MP framework’ just after André his reply on ‘Log and special characters’. Totally agree with you André, as we serve customers all over Europe and in China. Regards, Eric On Wed, Aug 2, 2017 at 11:17 AM, André Warnier (tomcat

Re: Alternatives to CGI perl module

2016-09-11 Thread Eric Aarts
not for our application I remember some 2 or 3 years ago I posted a topic for this on the forum, but it was not answered On Sun, Sep 11, 2016 at 8:45 AM, Ruben Safir wrote: > On 09/11/2016 02:35 AM, Eric Aarts wrote: > > Only non-issue – and only on stopping/restarting service apac

Re: Alternatives to CGI perl module

2016-09-10 Thread Eric Aarts
, server dumped core Regards, Eric On Sun, Sep 11, 2016 at 8:23 AM, Michael Bochkaryov wrote: > > On Sat, Sep 10, 2016 at 6:18 AM, Igor Chudov wrote: > >> I can, and will of course, install CGI myself as all my sites use it and >> I have 84,000 lines written using it. >

[mp2] TestRun.pm in production-environment generates 'oh Crap, server dumped core' messages. When / why is TestRun.pm active?

2014-01-05 Thread Eric Aarts
My questions are: (1) Why is a function in TestRun.pm active? Seems to me TestRun is for testing? Or when you compile from source? (2) Are these messages meant seriously? (3) When we upgrade to 14.04 (whith a newer mod_perl version), is this solved? Eric 2. Used Components and their Configurati

Re: A ghost in the machine?

2010-01-14 Thread Eric Howe
ckage MyConfig; >>> >>> use strict; >>> use Exporter; >>> use vars qw(@ISA @EXPORT %CFG ); >>> use ClientConf; >>> @ISA = qw(Exporter); >>> @EXPORT = qw(%CFG &cfg); >>> >>> %CFG = { global vars... }; >>> >>> sub cfg { >>> my $CFG{$clientID} = new ClientConf; >>> return $CFG{$clientID}; >>> } >>> 1; >>> >>> >>> Under normal PERL $vars->{config} is a MyConfig object. Under mod_perl >>> nothing is returned. Debugging with "print" statements in &cfg shows me >>> that "ref $CFG{$clientID}" is ClientConf, the object is there, but upon >>> return it just disappears. >>> >>> I have other functions which "return new MyUser()" and these work >>> perfectly, so I'm thinking that the problem lies with the global variable >>> "$CFG" and that something which I think should be happening is NOT >>> happening. >>> >>> I'm flummoxed... >>> >>> Thank-you for any insights! >>> >>> Tosh >>> > > -- > McIntosh Cooey - Twelve Hundred Group LLC - http://www.1200group.com/ Eric Howe e...@pieinsky.ca

Re: rewriterule, location, and perlhandler

2009-07-22 Thread Eric Lease Morgan
is made for CGI scripts where $r->filename points to the file containing the script substr($r->uri, length $r->location) is almost always what you need. These two things represent a very elegant solution that I have already implemented. Cool. Thanks! -- Eric Lease Morgan

Re: rewriterule, location, and perlhandler

2009-07-22 Thread Eric Lease Morgan
oss++ * mailing_lists++ -- Eric Lease Morgan

Re: rewriterule, location, and perlhandler

2009-07-21 Thread Eric Lease Morgan
file? -- Eric Morgan

Re: rewriterule, location, and perlhandler [resolved]

2009-07-21 Thread Eric Lease Morgan
On Jul 21, 2009, at 9:32 PM, Eric Lease Morgan wrote: How do I get Apache's RewriteRule, Location, and PerlHander to work nicely together?... I now want to implement a RewriteRule -- a la a "cool" linked data URL -- to redirect URLs with a specific shape to SemanticWeb.pm,

rewriterule, location, and perlhandler

2009-07-21 Thread Eric Lease Morgan
quests, and 2) execute the result in a mod_perl module? -- Eric Lease Morgan Infomotions, Inc.

Re: Any success with storing photos in a database? (prevents double-submits)

2008-10-15 Thread Eric Howe
ff. $('form').submit(function() { $(this).find(':submit').click(returnFalse); return true; }); }); I don't use the 'disabled' attribute as that prevents the browser (at least some of them) from sendi

RE: mod_perl2 + ModPerl::RegistryPrefork + Test::Builder = segfault

2008-09-04 Thread Berg, Eric
> On Thu, Sep 4, 2008 at 6:58 PM, Berg, Eric > > When I say that Test::Builder/Test::More/etc. are tightly > > coupled, I'm talking really entwined. In some cases, we have created a > > class with a bunch of test-related methods that look through the symbol >

RE: mod_perl2 + ModPerl::RegistryPrefork + Test::Builder = segfault

2008-09-04 Thread Berg, Eric
which include calls to Test::Builder methods. There's no easy way to turn this off. When you say that we could load it conditionally -- again, not really an option -- are you thinking that we could do a conditional require() and import explicitly or use fully-qualified calls? Eric > -Ori

mod_perl2 + ModPerl::RegistryPrefork + Test::Builder = segfault

2008-09-04 Thread Berg, Eric
this problem, or can you help shed some light on the problem to help get us to a solution? <<<<<<<<<<<<<<< Has anybody seen this or anything like it before? Eric - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This m

Stacktrace of segfault on fork in mp2/perl-5.10

2008-09-04 Thread Berg, Eric
nd of backtrace [Wed Aug 27 18:29:30 2008] [notice] child pid 24456 exit signal Segmentation fault (11), possible coredump in /tmp Eric Berg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confiden

RE: a require problem

2008-08-29 Thread Berg, Eric
his problem for demonstration purposes and get back to trying some different versions of apache, Perl and mod_perl to see if this bug was introduced at some point along the development path. Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Perri

RE: a require problem

2008-08-29 Thread Berg, Eric
For me, it's the same on both. What could be the problem here? How can we take the next steps in debugging this? ERic > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2008 3:01 PM > To: Berg, Eric > Cc: mod

RE: a require problem

2008-08-29 Thread Berg, Eric
/usr/bin/rcsdiff is EXECUTABLE -rwxr-xr-x 1 root root 49388 Sep 21 2004 /usr/bin/rcsdiff and in a CGI: /usr/bin/rcsdiff is EXECUTABLE -rwxr-xr-x 1 root root 49388 Sep 21 2004 /usr/bin/rcsdiff Same server, CGI vs mod_perl, different behavior. Probably not permissions. But what? Eric > --

RE: a require problem

2008-08-29 Thread Berg, Eric
n running as a mod_perl2 registry script, it returns false, even though the file (that does exist) is executable by everyone. Change it back to CGI (not mod_perl) and the same code does work properly. Sorry for the confusion about the actual cause of the problem. Eric > -Original Messag

RE: a require problem

2008-08-29 Thread Berg, Eric
nal Message- > From: Clinton Gormley [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2008 11:19 AM > To: Berg, Eric > Cc: Sean Davis; Jeff Pang; modperl perl apache org > Subject: RE: a require problem > > Is this not a current-working-directory issue? > > T

RE: a require problem

2008-08-29 Thread Berg, Eric
h using do( $file ) or eval( $file ) both had problems in that they did not successfully execute the code in $file. Does that sound like your problem? Folks, is there some kind of setting for mod_perl2 that affects this, or a different way to accomplish this? Eric > -Original Message- &

RE: Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-28 Thread Berg, Eric
Does anyone have time to take a look at this? I sure would appreciate being able to move this forward and find a solution. Thanks much in advance. Eric > -Original Message- > From: Berg, Eric > Sent: Wednesday, August 27, 2008 6:33 PM > To: 'Perrin Harki

RE: Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-27 Thread Berg, Eric
2008] pid 24456 mod_backtrace end of backtrace [Wed Aug 27 18:29:30 2008] [notice] child pid 24456 exit signal Segmentation fault (11), possible coredump in /tmp BTW, no core file was created in /tmp. What do you think? Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:

RE: Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-26 Thread Berg, Eric
Hey, Perrin. My DBI calls are within the code that is executed in the loop. Not before. Even so, I tried using $dbh->super::disconnect(), and that had no apparent affect. Still segfaulting. I'm feeling like it's not the DBI stuff. Where else can I look? Eric > -

RE: Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-26 Thread Berg, Eric
I'm using Apache::DBI. I stripped out calls to code that use DBI and it still segfaults. I've gone into the code and made sure that any method that does a DBI call also uses $dbh->disconnect; Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

Apache2/MP2/Parllel::ForkManager and Segmentation Faults

2008-08-26 Thread Berg, Eric
ied changing the numbers the prefork mpm to allow for more Clients, more MaxSpareServers. My config isn't tuned at all as you can see: StartServers 5 MinSpareServers 5 MaxSpareServers 15 MaxClients 150 MaxRequestsPerChild 128 Any thoughts or que

RE: mod_perl2 STDOUT question

2008-08-20 Thread Berg, Eric
e that these solutions will work for a threaded MPM either. Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Perrin Harkins > Sent: Wednesday, August 20, 2008 12:47 PM > To: Niels Larsen > Cc: modperl@perl.apache.org > Subject: Re

What's the Apache 1.x equivalent to Apache2::SubProcess->spawn_proc_prog()?

2008-08-18 Thread Berg, Eric
gt;spawn_proc_prog(), otherwise, it'll use system() or IPC::Run3. So, in order to make sure that this code also runs on some of our servers that might still be running apache 1.x and mod_perl1, I wanted to know what the right way to execute external programs in mod_perl1 is. Thanks. Eric Eric

RE: mp2, IPC::Run3 && Environment Variables giving "variable not set" error

2008-08-16 Thread Berg, Eric
YVAR1="My value" MYVAR2="your value" do_that_thing.cgi'; system( $cmd ); Then MYVAR1 and MYVAR2 will be set to "My value" and "your value", respectively in the environment of the process in which do_that_thing.cgi runs. Links: http://perl.apache.or

RE: mp2, IPC::Run3 && Environment Variables giving "variable not set" error

2008-08-16 Thread Berg, Eric
d process, or do they get passed automatically? Just because I wanted to think this thing through... if you fork off a Perl script, for example, and that Perl script forks off another process, that is done using standard forking so the environment is passed to the forked process. That was wha

RE: mp2, IPC::Run3 && Environment Variables giving "variable not set" error

2008-08-15 Thread Berg, Eric
ggested in the docs, but I'm a Perl guy, not a C guy. This is a deal killer for us. I'd appreciate any comments on this. One option seems to be to pass the environment variables if we're not in a threaded (worker) server. Maybe that would work for us. Anybody? Thanks a lot

mp2, IPC::Run3 && Environment Variables giving "variable not set" error

2008-08-11 Thread Berg, Eric
set. These variables are set based on parameters passed into the script, so I can't use PerlSetVar, and I don't think that PerlPassVar is propriate here. Am I missing something? Anybody have any ideas? Thanks Eric D. Berg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

RE: Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-11 Thread Berg, Eric
ompute DocumentRoot, ServerRoot and a number of other things, I now have very standard-looking directives, which will make it much easier to support. Thanks again. Eric Thanks for the great idea, guys. > -Original Message- > From: Berg, Eric > Sent: Thursday, August

RE: Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-07 Thread Berg, Eric
heir configurations segregated logically and in such a way as to make it easy to remove their Include lines appeal to me. Thanks again, guys. Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Perrin Harkins > Sent: Thursday, Aug

Approach to Configuring Apache with Perl -- multiple servers in cluster

2008-08-07 Thread Berg, Eric
ou configure the items listed above. Is there any reason to set any of them earlier rather than later? - Is there a way to set a sort of "global" config item that can easily be retrieved so that I can set a variable early on that can be used later in the configurat

Re: Apache2::Request->new fails silently?

2007-06-26 Thread Eric Adum
Ack -- ignore that, problem solved. I wasn't loading the apreq2 module in my apache2.conf file. On 6/26/07, Eric Adum <[EMAIL PROTECTED]> wrote: Hi, I'm trying to write a handler for mod_perl 2.0. I have a sub of the form sub handler { my $r = shift; my $req = Apache2:

Apache2::Request->new fails silently?

2007-06-26 Thread Eric Adum
how to debug this. I'm using the binaries of Apache2, mod_perl, etc. provided by Debian etch: ii apache22.2.3-4 ii libapache2-mod-apreq2 2.08-4 ii libapache2-mod-perl2 2.0.2-2.4 Any ideas on what I can do? TIA, Eric

Re: Having problems installing mod_perl on Slackware

2007-03-23 Thread Eric Snyder
t, pid=7601 END in modperl_extra.pl, pid=7601 [Thu Mar 22 21:39:52 2007] [info] removed PID file /usr/src/mod_perl-2.0.3/t/logs/httpd.pid (pid=7597) [Thu Mar 22 21:39:52 2007] [notice] caught SIGTERM, shutting down END in modperl_extra.pl, pid=7597 Perrin Harkins wrote: On 3/22/07, Eric Snyder <[EMAIL PROTECTED]> wrote: [ error] error running tests (please examine t/logs/error_log) What did you find in t/logs/error_log? - Perrin

Re: Having problems installing mod_perl on Slackware

2007-03-22 Thread Eric Snyder
this linux newbie resolve this? Thanks, Eric Perrin Harkins wrote: On 3/22/07, Eric Snyder <[EMAIL PROTECTED]> wrote: You are saying to use Apache 2.0.59 rather than 2.2.4? Yes. - Perrin

Re: Having problems installing mod_perl on Slackware

2007-03-22 Thread Eric Snyder
d, in which case pass: |-Uusethreads| instead of |-Dusethreads|. Perrin: You are saying to use Apache 2.0.59 rather than 2.2.4? Eric Perrin Harkins wrote: On 3/21/07, Eric Snyder <[EMAIL PROTECTED]> wrote: configured perl with: ./Configure -des -Uusethreads It would be better not t

Having problems installing mod_perl on Slackware

2007-03-21 Thread Eric Snyder
Be patient with me, I am new to perl. I am attempting to install perl, apache and mod_perl so I can use the mod_perl cgi in BackupPC. I get through most of the process but my mod_perl MAKE blows up. I am following the instructions at http://perl.apache.org/docs/2.0/user/install/install.html R

the perl scripts are not executed on server side

2006-06-14 Thread Eric GRAMMATICO
A trivial question I hope. I wrote the perl script rocks.pl: #!/usr/bin/perl print "Content-type: text/plain\n\n"; print "mod_perl 2.0 rocks!\n"; When I connect to http://localhost/perl/rocks.pl the browser shows the source code. I believe I have a miss configuration somewhere, but I didnt fin

Re: POST form hanging at new CGI

2006-05-18 Thread Eric Lenio
Enno, you might want to try applying this patch: http://issues.apache.org/bugzilla/show_bug.cgi?id=37145 I had a problem similar to yours and this fixed it. Eric. On Thu, May 18, 2006 at 06:02:22PM +0200, Enno wrote: > > > On Thu, 18 May 2006, Thomas Hilbig wrote: > > >

Re: Mason and mod_rewrite

2005-12-07 Thread Eric Ryan Harrison
Resending message because: A) I forgot to send to the list B) there's another option that may be easier. I just tested this so I know it works. 1) Create the file dhandler in your document root for mysite.com. 2) Add this code: <%init> my $arg = $m->dhandler_arg; $m->redirect("http://mysite2.c

Re: proxy question: URL with parameters

2005-10-21 Thread Eric Lenio
s list to look for EXCUSES to use mp2... come on, how about some mp2 advocacy??? On Fri, Oct 21, 2005 at 03:45:25PM -0400, Adam Prime x443 wrote: > Are there reasons you don't want to use mod_proxy, or Apache::ProxyRewrite > (ProxyRewrite may not work on mp2)? > > Adam > >

Re: proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
On Thu, Oct 20, 2005 at 10:47:02PM -0400, Philip M. Gollucci wrote: > Eric Lenio wrote: > >The handler converts the question mark to %3f and the proxy request > >basically > >fails. I'm using modperl 1.99.11, I'd like to fix this before moving in to > >2.0

proxy question: URL with parameters

2005-10-20 Thread Eric Lenio
I've written a modperl handler which internally sends request like this: http://somehost.com to instead go to an internal site: http://192.168.0.4:8080 And the handler works as expected. But when the URL is something like this: http://somehost.com?arg1=value1 The handler converts the questio

Re: mod_perl advocacy

2005-09-13 Thread Eric Ryan Harrison
--- Begin Message --- Octavian Rasnita (2005-09-12, 10:51): > From: "Tagore Smith" <[EMAIL PROTECTED]> > > keep asking the same questions... Stop! Take some time off, and build a > > perl based system- then come back. Until then, I'm really tired of I don't know the backhistory that seems to be pr

Re: Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
Note: chowning the entire apache tree to nobody:nobody still causes the "httpd () does not exist" error in mod_perl 2. Have you tried $> su - nobody $> stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd ? 'stat' command? Did I mention the machine is a vanilla Solaris 10 host? I suspect n

Fw: [mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
; -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" - Original Message - From: "Philippe M

[mp2] 'make test' error--cannot start server: httpd () does not exist

2005-08-22 Thread Eric Martin
. Return-Path: <[EMAIL PROTECTED]> Received: (qmail 69110 invoked by uid 99); 22 Aug 2005 16:50:07 - Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2005 09:50:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0

Re: mod_perl2 and PHP

2005-08-07 Thread Eric
:) It has turned out to be a great compromise for us. The best technical answer is not always the best answer. Thanks, Eric Lead Programmer D.M. Contact Management 250.383.8267 ext 229

Re: [mp2] can't make or make test mod_perl 2.0.1 for cygwin 1.5.17

2005-07-24 Thread Eric Benson
Thanks! On Jul 24, 2005, at 11:46 AM, Nick *** wrote: The patch has been commited in the latest svn and it should be available in mod_perl-2.0.2. There's one condition. You have to use cygwin's httpd port (it's available since cygwin 1.5.18). Оригинално писмо От: "Er

Re: user with Basic Auth

2005-07-04 Thread Eric
At 01:51 PM 7/4/2005, Markus Wichitill wrote: Eric wrote: Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL client certificate (non-existent in your case). No, I just have this: SSLOptions +StdEnvVa

Re: user with Basic Auth

2005-07-04 Thread Eric
At 01:16 PM 7/4/2005, Markus Wichitill wrote: Eric wrote: Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. Do you have "SSLOptions FakeBasicAuth" enabled? That would probably

user with Basic Auth

2005-07-04 Thread Eric
irstname=&cu_address1=&cu_city=&cu_st_prov=n%2Fa&cu_countrycode=--&cu_email=&quantity_ordered=&product_name=0&username=&Submit=Go+Search&month=0&day=0&year=0&endmonth=0&endday=0&endyear=0&orderby=orders.ord_date', 'SSL_SERVER_M_VERSION' => '3', 'SSL_SERVER_I_DN' => '/C=US/O=Equifax/OU=Equifax Secure Certificate Authority', 'SERVER_ADDR' => '24.90.29.168', 'HTTP_HOST' => 'dmcontact.com', 'MOD_PERL' => 'mod_perl/1.29' }; $r->headers_in() Dump $VAR1 = bless( { 'Accept' => 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'Accept-Charset' => 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'Accept-Encoding' => 'gzip,deflate', 'Accept-Language' => 'en-us,en;q=0.5', 'Authorization' => 'Basic (crypted password here)', 'Cache-Control' => 'max-age=0', 'Connection' => 'keep-alive', 'Host' => 'dmcontact.com', 'Keep-Alive' => '300', 'Referer' => 'https://dmcontact.com/perl/multi_cs.cgi?rm=order_search', 'User-Agent' => 'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0' But where is the user? I can get the password from Authorization, the username is getting recorded in the Access log, so I know it does exist and Apache knows about it. I am lost, this is pretty important for this app too :( Thanks, Eric

Apache::Timeit

2005-06-15 Thread Eric
Hi, For 1.29 where can I find this module? Is it out of date, replaced by something else? Thanks, Eric

[ANNOUNCE] Apache2-AuthenSmb-0.01

2005-06-11 Thread Shannon Eric Peevey
The uploaded file Apache2-AuthenSmb-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache2-AuthenSmb-0.01.tar.gz size: 5219 bytes md5: cf8df6f382cb913df8d3f13b516a27d1 Here are the changes for Apache2-AuthenSmb-0.01: 0.01 Thu Jun 09 14:50:00 2005 - Moving m

mod_perl success

2005-06-09 Thread Eric
a bit and was sad to say they didn't quite have what I was looking for. Odd as it may sound I was looking for a good webdav client for Windows and found a post talking about them. Thanks, Eric

[ANNOUNCE] Apache2-AuthNetLDAP-0.01

2005-05-04 Thread Shannon Eric Peevey
The uploaded file Apache2-AuthNetLDAP-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache2-AuthNetLDAP-0.01.tar.gz size: 6855 bytes md5: f3059e72d5e9b9267091b0629a80609d No action is required on your part Request entered by: SPEEVES (Shannon Eric Peevey) Request

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-29 Thread Shannon Eric Peevey
Shannon, You're great. It's working fine now, I'm very be satisfied with your software. It looks very good and we want use your software for production Cordys software. Thanks for your help!! I'm glad to help :) -- Shannon Eric Peevey President - EriKin Corporation [EMAIL

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-28 Thread Shannon Eric Peevey
nt, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. ** Try the new version that was just uploaded: Apache2-AuthenNTLM-0.02. I tested the download, and it worked. I'm not sure what happened with the previous version, as I had successfully installed and used the module, and all of the files that it complained about were there... -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-28 Thread Shannon Eric Peevey
? thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-28 Thread Shannon Eric Peevey
hanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-28 Thread Shannon Eric Peevey
ace by pause... -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-27 Thread Shannon Eric Peevey
ing a version of mod_perl prior to mp2-rc5 should continue to use Apache-AuthenNTLM-2.11" Sorry :P -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

[ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-27 Thread Shannon Eric Peevey
The uploaded file Apache2-AuthenNTLM-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache2-AuthenNTLM-0.01.tar.gz size: 62723 bytes md5: a0e12bf715c52683490b782e2ad6b46d No action is required on your part Request entered by: SPEEVES (Shannon Eric Peevey) Request

Re: Apache mod_perl

2005-04-26 Thread Shannon Eric Peevey
n the next day or two. thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: Apache mod_perl

2005-04-25 Thread Shannon Eric Peevey
ading this correctly? thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: Apache mod_perl

2005-04-22 Thread Shannon Eric Peevey
al request (CPAN) for the Apache2::Authfoo modules? thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com

Re: Apache mod_perl

2005-04-22 Thread Shannon Eric Peevey
ng someone else had replied. :P I'm a bit confused now... Are you unable to install Apache-AuthenNTLM from CPAN, (with perl -MCPAN...), or are you receiving errors in the error log about the module (after it is installed)? thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL

Re: Apache mod_perl

2005-04-22 Thread Shannon Eric Peevey
erl5/5.8.0 . /usr/local/apache2) at (eval 3) line 3.\n Who knows this problem??? Hi, Gert, It looks like Apache-AuthenNTLM is either not installed, or not installed in a location that is found in @INC. Can you verify the installation, and reply with your version(s) of mod_perl? thanks, -- Sh

Re: data persistence problem with Class::DBI

2005-04-14 Thread Eric W. Bates
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Johnson wrote: > On Thu, Apr 14, 2005 at 02:46:39PM -0400, Eric W. Bates wrote: > > >>We're using Class::DBI in a mod_perl context and all is working quite >>well. However, sometimes a CDBI object persists with o

data persistence problem with Class::DBI

2005-04-14 Thread Eric W. Bates
er's code reinstantiating the object with a retrieve(). Anybody dealt with this? Think it's a feature of Ima::DBI or some other part of Class::DBI? Thanks for your time. - -- Eric W. Bates [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (FreeBSD) Comment:

Re: shared memory

2005-03-15 Thread Eric Wilhelm
g shared memory. With that in mind, try to reframe your problem and you'll probably find that DBI will be the path of least resistance. There are a few wrapper modules that simplify the interface (some even tied to hashes?) so maybe you want to use one of those if your frustrated by hav

Re: [Slightly OT] Standardizing image uploads/making thumbnails

2005-03-05 Thread Eric Wilhelm
won't claim to know how the forking that it does interacts with a2/mp2 (yet.)) --Eric -- "Matter will be damaged in direct proportion to its value." -- Murphy's Constant - http://scratchcomputing.com -

[ANNOUNCE] Apache-AuthenNTLM-2.09

2005-02-07 Thread Shannon Eric Peevey
The uploaded file Apache-AuthenNTLM-2.09.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenNTLM-2.09.tar.gz size: 96317 bytes md5: 41a1ca630c70730dbcb1601de88fdf16 No action is required on your part Request entered by: SPEEVES (Shannon Eric Peevey) Request entered

Re: Problems with Apache::AuthenNTLM on Apache 2

2004-12-30 Thread Shannon Eric Peevey
g_len=0[9600] handler type == 3 [Tue Dec 28 09:27:38 2004] [error] SMB Server connection not open in state 3 for / I saw this error myself, and believe that it is caused by the patch that we applied on the last version of AuthenNTLM. What SMB server are you authenticating against? -- Shannon

problems with moving to apache2:

2004-11-30 Thread Joshua Eric Turcotte
Well, we have a fairly large apache-modperl site currently running fine on older versions... apache1.something, modperl 1.something But we're faced with needing to migrate to apache2/modperl2 (or, 1.99 as it were).  It'll be a long road of fixes and updates, but right now I'm hitting a wall

Re: mod_perlservice? Heck Yeah!

2004-11-26 Thread Eric
pretty cool that you have some enthusiasm over your own work, nothing wrong with that! Thanks, Eric At 03:57 PM 11/26/2004, you wrote: Gentlemen, mod_perlservice rocks. I know because I wrote it. Let my email explain why I wrote mod_perlservice and why it will provide obvious benefits to webservices

Re: why AuthenNTLM prompt for password/user when user in domain

2004-11-26 Thread Shannon Eric Peevey
this line, then AuthenNTLM will send forward DOMAIN\user, which should auth correctly for you. take care, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apach

Re: why AuthenNTLM prompt for password/user when user in domain

2004-11-24 Thread Shannon Eric Peevey
ocal cache to see if the user already has a session, then throws a 401 Unauthorized if a cached session is not found. thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com -- Report problems: http://perl.apache.org/b

mp2: PerlTransHandler/proxying with question mark in URL

2004-10-30 Thread Eric Lenio
In my apache config file I'm using a PerlTransHandler call to do URL rewriting. Basically I want to map all URL's beginning with http://testhost.lenio.net to internally to go to: http://localhost:8080 This works perfectly except when I introduce a URL with a question mark like this: http

mod_negotiation strangeness with Mozilla and mod_perl / AuthCookie

2004-10-04 Thread Per Eric Rosén
ix) Debian GNU/Linux HTML::Embperl 1.3.3 mod_perl 1.26 Apache::AuthCookie 3.04 thanks for any help! Per Eric -- ^): Per Eric Rosén http://rosnix.nu/~per/ / [EMAIL PROTECTED] GPG 7A7A BD68 ADC0 01E1 F560 79FD 33D1 1EC3 1EBB 7311 -- Report problems: http://perl.apache.org/bugs/ Mail list info: ht

[ANNOUNCE] Apache-AuthenNTLM-2.08

2004-10-04 Thread Shannon Eric Peevey
The uploaded file Apache-AuthenNTLM-2.08.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthenNTLM-2.08.tar.gz size: 51878 bytes md5: d9332572b46e9174e473c1384e37e07d No action is required on your part Request entered by: SPEEVES (Shannon Eric Peevey) Request entered

Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
for your help, Eric At 01:42 PM 9/24/2004, John D Groenveld wrote: In message <[EMAIL PROTECTED]>, Eric writes : >Which sounds like the answer to my problem except I don't know how to >correctly make these changes so that gcc flags are used instead of Solaris >compiler flags

Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
Built under solaris Compiled at Nov 4 2002 01:56:55 @INC: /usr/perl5/5.6.1/lib/i86pc-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/i86pc-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/i86pc-solaris-64int /u

Re: Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
At 01:42 PM 9/24/2004, John D Groenveld wrote: In message <[EMAIL PROTECTED]>, Eric writes : >Which sounds like the answer to my problem except I don't know how to >correctly make these changes so that gcc flags are used instead of Solaris >compiler flags. I am guessing that

Solaris 9 x86 compile (SunFire v40z)

2004-09-24 Thread Eric
except I don't know how to correctly make these changes so that gcc flags are used instead of Solaris compiler flags. I am guessing that mod_perl is being a little too smart for its own good in this case. :) Thanks, Eric -- Report problems: http://perl.apache.org/bugs/ Mail list info:

modperl@perl.apache.org

2004-08-19 Thread Shannon Eric Peevey
Quoting Geoffrey Young <[EMAIL PROTECTED]>: Shannon Eric Peevey wrote: Hi! I am in the midst of porting Apache::AuthenCache to mp2, and am having some issues getting any method from Apache::Module. I'd check the archives - john groenveld already started this and we had some discussi

modperl@perl.apache.org

2004-08-19 Thread Shannon Eric Peevey
ssed, but I will double-check in the morning when I get back to the office. I had the same problem with 1.99_14, so wanted to double-check with a newer CVS copy. thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erikin.com -

modperl@perl.apache.org

2004-08-19 Thread Shannon Eric Peevey
uot; I am using: use Apache::Module; if (Apache::Module::loaded('Apache::Status')) { # $r->log->debug("status: launching menu"); Apache::Status->menu_item('AuthenCache' => 'AuthenCache Menu Item', \&status_men

Re: advantages of mod_perl over java servlets

2004-08-10 Thread Eric Lenio
the reason I'm asking is because the client is really more attuned to the java hype/buzzwords that exists out there. having done just a smattering of java, I am somewhat at a loss as to tell them exactly why a perl solution is better. this client does already have some investment in java, but no p

advantages of mod_perl over java servlets

2004-08-10 Thread Eric Lenio
I'm about to start work on a web application which will collect information from the user and return a document based on that information. I'm trying to point out the advantages of mod_perl over a solution based on Java servlet technology to my client. Can anyone provide any quick links/ informat

Re: AuthenNTLM and login

2004-08-05 Thread Shannon Eric Peevey
that I know of... You might be able to manipulate it into openldap using Net::LDAP, but that is for another list ;) I would check out the homepage at: http://ldap.perl.org/ -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www

Re: AuthenNTLM and login

2004-08-05 Thread Shannon Eric Peevey
tion scheme, (such as LDAP, NIS, etc.), the problem being that it obviates the whole concept behind a directory service anyways. Sorry that I can't be of more help :( -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-

Re: AuthenNTLM and login

2004-08-04 Thread Shannon Eric Peevey
if the failure to the smb server fails. (This would allow you to chain authenhandlers to deal with this situation...) Let me know if this would help. thanks, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.erik

[ANNOUNCE] Apache-AuthExpire-0.39

2004-08-02 Thread Shannon Eric Peevey
The uploaded file Apache-AuthExpire-0.39.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthExpire-0.39.tar.gz size: 7843 bytes md5: 2195ebc7ec82c8c11b8de4275584a49b No action is required on your part Request entered by: SPEEVES (Shannon Eric Peevey) Request

Re: Authen::NTLM

2004-07-08 Thread Shannon Eric Peevey
ave a proxy between the client and the server. This will stop any NTLM authentication attempts, as well. (Check out this thread: http://www.gossamer-threads.com/lists/modperl/modperl/69976 ) take care, -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777

Re: Apache::AuthenNTLM behind a proxy

2004-07-07 Thread Shannon Eric Peevey
failing is client browsers receiving a message about authentication failure, such as "Access Denied." Therefore, you will be limited to using Basic Authentication with AuthenNTLM :( -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-6777 http://www.eriki

  1   2   3   >