Bug #7529 for Apache-AuthenNTLM: Authentications

2011-12-09 Thread Justin Kulikowski
I'm writing to see if there has been any progress made against Bug #7529 for Apache-AuthenNTLM: Authentications https://rt.cpan.org/Public/Bug/Display.html?id=7529 Thanks. Justin

huge httpd processes

2009-09-30 Thread Justin Wyllie
of these bear any relation to mod_perl's shared memory which you can use by preloading modules at startup? Sorry; I am a complete beginner at this Thanks Justin (ps this is sent from my work account for this mailing list justin.wyl...@sophos.com ) > Hi Justin > >> &g

huge httpd processes

2009-09-29 Thread Justin Wyllie
ning the package MyClass is loaded into the apache/mod_perl process does $var ever go out of scope once set? I think not - and it's memory is never freed? if this is correct and I used my instead even then would it go out scope ? Thank you for your patience. regards Justin > Hi Ju

huge httpd processes

2009-09-28 Thread Justin Wyllie
oaded modules, where is it all comming from? many thanks Justin Wyllie

Redirects and Cache-Control

2009-04-09 Thread Justin Wyllie
he - url1 or url2? Since it is url2 in the response headers surely url2? Many thanks Justin Wyllie

tUsing module

2009-02-27 Thread Justin Wyllie
ld need to be in scope for the whole script.. Thanks Justin

Re: Reg Web Page Creation in Mod Perl

2009-02-16 Thread Justin Wyllie
Hi Sean Mason is good. It enables you to do Perl scripting inline in html files. masonhq.com Justin - Original Message - From: Sean Davis To: prabap...@yahoo.co.in Cc: modperl@perl.apache.org Sent: Monday, February 16, 2009 2:41 PM Subject: Re: Reg Web Page Creation in

Re: Apache::DBI and mySQL LAST_INSERT_ID

2008-12-10 Thread Justin Wyllie
rming? Thanks Justin On Wed, Dec 10, 2008 at 1:22 PM, Enno <[EMAIL PROTECTED]> wrote: yes, but, do you really want to gamble that the second request is handled by the same child process? and what if another request comes in between? I think you're misunderstanding his question.

Apache::DBI and mySQL LAST_INSERT_ID

2008-12-05 Thread Justin Wyllie
s used to serve one request completely and then the next. If this is the case then it seems that LAST_INSERT_ID would be reliable. I hope that makes some kind of sense and thanks for any help Justin Wyllie

ServerUtil problem

2008-12-03 Thread Justin Wyllie
to do? Would upgrading mod_perl be the best thing? with regards Justin Wyllie e. [EMAIL PROTECTED]

modperl_perl_destruct failure

2007-07-13 Thread Justin Maggard
! Thanks! - Justin _ Local listings, incredible imagery, and driving directions - all in one place! http://maps.live.com/?wip=69&FORM=MGAC01

RE: File Handle Issues in Mod_Perl 2.0

2007-05-22 Thread Justin Luster
s opened it still reads the first line. When I move into Mod_Perl two this test case fails. The 2nd time the file is opened it does not start reading at the top of the file but starts reading the 2nd line etc. Thanks, Justin -Original Message- From: Foo JH [mailto:[EMAIL PROTECTED] Sen

RE: File Handle Issues in Mod_Perl 2.0

2007-05-21 Thread Justin Luster
I'm not closing the file on purpose to try and simulate an error condition. My main question is why would it work differently from mod_perl 1.0 to 2.0? Thanks, Justin -Original Message- From: Foo JH [mailto:[EMAIL PROTECTED] Sent: Sunday, May 20, 2007 7:15 PM To: Justin Lust

File Handle Issues in Mod_Perl 2.0

2007-05-18 Thread Justin Luster
how errors when run under Mod_Perl 2.0 Apache 2.0. Does anyone know what might have changed in Mod_Perl 2.0 to have caused this problem? Thanks for your help, Justin Here is my test script: my $strCGIPath = ""; if ((exists($ENV{'SCRIPT

RE: File Handle problems - mod_perl 2.0

2007-04-26 Thread Justin Luster
rking just fine under Mod_Perl 1, any idea why things might be different in Mod_Perl 2? Thanks, Justin -Original Message- From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 7:19 PM To: Justin Luster Cc: modperl@perl.apache.org Subject: Re: File

File Handle problems - mod_perl 2.0

2007-04-25 Thread Justin Luster
Allow from all Thanks for your help, Justin

RE: Lock Files - File is permanently locked

2007-04-17 Thread Justin Luster
. Thanks for your help, Justin -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 3:16 PM To: Justin Luster Cc: 'Dondi M. Stroma'; modperl@perl.apache.org Subject: Re: Lock Files - File is permanently locked Justin Luster wrote: &g

RE: Lock Files - File is permanently locked

2007-04-13 Thread Justin Luster
perl.plover.com/yak/flock/samples/slide001.html I learned about locking a lock file and not using LOCK_UN; Thanks, Justin -Original Message- From: Robert Landrum [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 3:16 PM To: Justin Luster Cc: 'Dondi M. Stroma'; [EMAIL PROTEC

RE: Lock Files - File is permanently locked

2007-04-13 Thread Justin Luster
th Software."; exit(); } NoFlockLock($LockFileHandle); } return($LockFileHandle); } -Original Message- From: Dondi M. Stroma [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 1:27 PM To: Justin Luster Subj

RE: Lock Files - File is permanently locked

2007-04-13 Thread Justin Luster
al Message- From: Robert Landrum [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 1:07 PM To: Justin Luster Cc: [EMAIL PROTECTED] Subject: Re: Lock Files - File is permanently locked Justin Luster wrote: > Does anyone know what might be happening? We are only using > Apache::Reg

Lock Files - File is permanently locked

2007-04-13 Thread Justin Luster
be happening? We are only using Apache::Registry in this instance. I can't see how a lexically scoped file handle that is being locked is not being unlocked once the process ends. Thanks for any help, Justin

RE: Do I need Apache2::RequestUtil::request( )?

2005-09-16 Thread Justin Luster
Thank you. That is what I was hoping to hear. Thanks, Justin -Original Message- From: Tom Schindl [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 12:06 AM To: Justin Luster Cc: 'mod_perl List' Subject: Re: Do I need Apache2::RequestUtil::request( )? -BEGIN

RE: Do I need Apache2::RequestUtil::request( )?

2005-09-15 Thread Justin Luster
September 15, 2005 12:29 AM To: Justin Luster Cc: 'mod_perl List' Subject: Re: Do I need Apache2::RequestUtil::request( )? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Justin, I try to answer you questions step by step: 1. Why does print "Content-type: text/html\r\n\r\n&quo

RE: *nix distro compatibility (was Re: survey)

2005-09-14 Thread Justin Luster
I use Rackspace for my Unix hosting and support. They install Red Hat Enterprise Linux 3 and 4 that both have beta versions of Mod_Perl installed (ModPerl 1.99_16). Are these not recommended for use on a production server? -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]

Do I need Apache2::RequestUtil::request( )?

2005-09-14 Thread Justin Luster
more.  Is this not available in Mod_Perl 2?  How do detect:   PerlOptions -ParseHeaders?   Thanks for your help,   Justin

RE: Clear Registry

2005-08-17 Thread Justin Luster
pache::Reload doesn't always work when it picks up the change. I end up getting something I needed undefined in another module or something odd like that, and end up with a graceful restart On Aug 17, 2005, at 4:36 PM, Philip M. Gollucci wrote: > Justin Luster wrote: >> No I wa

RE: Clear Registry

2005-08-17 Thread Justin Luster
ache. To get it to realize the update I usually have to reset Apache. I'm hoping for an easier way especially since sometimes I don't have the right to reset the server. Thanks, Justin -Original Message- From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] Sent: Wednesday, Aug

RE: Clear Registry

2005-08-17 Thread Justin Luster
I tried this and I get: Can't locate object method: "cache_table_common". Thanks, Justin -Original Message- From: Philip M. Gollucci [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 11:05 AM To: Justin Luster Cc: modperl@perl.apache.org Subject: Re: Clear R

Clear Registry

2005-08-17 Thread Justin Luster
Is there a way in Perl code to clear out the cached code in the registry?

RE: Mod_Perl 2.0 Header question

2005-08-16 Thread Justin Luster
Perrin responded to my question below. His response works with what I'm trying to do. Let me know if you think this is a bad idea. On Tue, 2005-08-16 at 09:20 -0700, Justin Luster wrote: > The way it relates is that in the previous code I was doing this: > > my $r = A

Mod_Perl 2.0 Header question

2005-08-16 Thread Justin Luster
he contents of main.pl and places it inside a function called “handler( )”.  “handler( )” then receives an Apache Object.  So I’m getting it using @_[0] and then passing it into my function.   Is this bad practice?  Any “cons” to doing it this way?   I just want a simple way to create the header.   Please help.   Thanks,   Justin  

Re: [MP2] mod_perl 2.0 seg faulting..

2005-08-10 Thread Justin Wheeler
cv = 0x0, flags = 33 '!', attrs = 0, next = 0x0} Justin Philippe M. Chiasson wrote: > Justin Wheeler wrote: > >>Here is the backtrace with debugging enabled: > > > Can you try : > > (gdb) info locals > (gdb) print *gv > (gdb) print *handler > > >

Re: [MP2] mod_perl 2.0 seg faulting..

2005-08-09 Thread Justin Wheeler
0x080d6f67 in make_child () #19 0x080d7079 in startup_children () #20 0x080d7477 in ap_mpm_run () #21 0x080de169 in main () Justin Philippe M. Chiasson wrote: Justin Wheeler wrote: Oh, wait .. it gets better. I fixed my previous problem, but have a new one. Sorry to hear that. If I put my

[MP2] mod_perl 2.0 seg faulting..

2005-08-09 Thread Justin Wheeler
Oh, wait .. it gets better. I fixed my previous problem, but have a new one. If I put my system under heavy load, I start seeing these in my log files: [Tue Aug 09 15:46:05 2005] [error] lookup of 'Main::session_check' failed session_check is sometimes another handler in the list of handlers (d

Re: [MP2] mod_perl 1.0 -> mod_perl 2.0 conversion woes.

2005-08-09 Thread Justin Wheeler
PerlResponseHandlers before starting over again. Justin Justin Wheeler wrote: > I realise there's a good chance my issue is my own stupidity, but I'm > hoping someone else can help out -- I've searched this mailing list and > google, all to no avail. > > I am in the

[MP2] mod_perl 1.0 -> mod_perl 2.0 conversion woes.

2005-08-09 Thread Justin Wheeler
ven if I set a variable and look for its value in dbconnect and reset handler and return DECLINED, it just ends and refuses to run &handler(). As I said before, it works just fine in mod_perl 1.0, and only broke as of mod_perl 2.0. Thoughts/ideas? Justin

RE: Global Variables - What is in Memory?

2004-11-05 Thread Justin Luster
This clears things up. Thanks for your help. Justin -Original Message- From: Malcolm J Harwood [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: Re: Global Variables - What is in Memory? On Friday 5 November 2004 11:50 am, Justin Luster

RE: Global Variables - What is in Memory?

2004-11-05 Thread Justin Luster
package goes into a common package name and will be shared by both scripts? Thanks Perrin. -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 9:03 AM To: Justin Luster Cc: [EMAIL PROTECTED] Subject: Re: Global Variables - What is in Memory? Hi

RE: Global Variables - What is in Memory?

2004-11-05 Thread Justin Luster
rience with Mod_Perl I find that hard to believe. The package part though does make sense. So the last "package" loaded stays in memory? I'm still struggling with this area. Thanks, Justin -Original Message- From: Malcolm J Harwood [mailto:[EMAIL PROTECTED] Se

Global Variables - What is in Memory?

2004-11-04 Thread Justin Luster
I have been working with Mod_Perl for a few years now and have been fairly successful.  I thought that I had a fair understanding of how things worked until today.  I’m using Mod_Perl version 1.0 and I’m just using the Apache::Registry to speed up regular Perl scripts.   Problem #1:

all about timeouts?

2004-10-08 Thread justin
xy if that is the place i should instead be looking at.. having one global Timeout variable in http.conf set to 60 seconds or whatever is getting old. thanks -Justin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette:

Re[2]: how best to debug random SEGVs?

2004-03-09 Thread justin
I did not recompile modperl or apache after the OS upgrade. strace on child processes started working again as well. I think base redhat9 (shrike) with no updates is not quite trustworthy for apache. thanks for the explanation, though, it'll help in future. -justin SB> justin wrote

how best to debug random SEGVs?

2004-03-09 Thread justin
I best debug this? perhaps capture the segv and do a stack trace or write a core file? it only happens in production, or if it happens in dev, then I need a production-like request rate anyway. thanks -justin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.a

Who is adding .. 'document has moved..'?

2003-12-19 Thread justin
ment has moved here. after the end of my card, which breaks Nokia WAP proxies Who is adding this on, how do I stop it getting added? thanks! -Justin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re[2]: introducing new code with no perceived user delays?

2003-12-18 Thread justin
The last time I traced mod_rewrite on the front-end, and map files, discovered it opens, reads, and closes, the file *every single request*. I use a map like that to block IPs fast, but thought that was rather inefficient? should I not be concerned about such trifles? -Justin RN> Brian H

Re[2]: introducing new code with no perceived user delays?

2003-12-17 Thread justin
.. and lose the ability to do any phase-in of code at all.. thanks as usual. by the way, is modperl2 on apache2 quite ok for heavy production use by now? is an upgraade recommended for performance reasons at least? -Justin SB> justin wrote: SB> [...] >> SB> Second, you could write

Re[2]: introducing new code with no perceived user delays?

2003-12-17 Thread justin
SB> What you want to do is to shutdown servers if some timestamp file SB> has changed, but you want to do it at random. First of all don't you SB> think it's a problem if different servers will run different code SB> sets? Yes, sure, for changes where old and new running at the same time, I would

introducing new code with no perceived user delays?

2003-12-17 Thread justin
s their mistake ;) would such a module be a logical plug-in replacement for the Registry handler, a sub-class, or something else? I'd like to write it, but am interested to know if I'm barking up the wrong tree. thanks -Justin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list inf

a modperl wiki?

2003-12-03 Thread justin
can anyone on the list recommend me a good modperl+mysql based Wiki engine? http://c2.com/cgi/wiki?WikiEngines The list here is endless, and not clear on this subject. thanks -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re[4]: RegistryBB under modperl 1.28

2003-10-23 Thread justin
I tried that as well, before, did not work .. just verified it again: [Fri Oct 24 02:47:20 2003] [error] Undefined subroutine &Apache::RegistryBB->handler::handler called. PH> On Thu, 2003-10-23 at 22:22, justin wrote: >> # runtime, this location generates the error, browser s

Re[2]: RegistryBB under modperl 1.28

2003-10-23 Thread justin
the 2nd location work perfectly, is change BB to NG, but then my script is recompiled whenever the disk date changes. I prefer to control that with HUP, or let them roll naturally. -Justin GY> justin wrote: >> Although I can get RegistryNG working just fine, I can't seem to get

RegistryBB under modperl 1.28

2003-10-23 Thread justin
there. What is it, or am I, missing here? [Thu Oct 23 19:06:50 2003] [error] Undefined subroutine &Apache::RegistryBB::handler called. thanks -Justin