Basic authentication

2003-09-16 Thread Stephen Hardisty
Hi, I'm having a bit of trouble authenticating users. The script I have works, but only a couple of times before it just sends out 401 without prompting the user for their details. We have mod_perl 1.99_05 installed, we don't want to upgrade as we would have more applications to upgrade than

RE: mod_perl v2 Forking

2003-09-16 Thread Stephen Hardisty
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 found was to: # ignore the child, good rule for life $SIG{CHLD} = 'IGNORE'; # then sort out the socket my $server

RE: mod_perl v2 Forking

2003-09-16 Thread Stephen Hardisty
[mailto:[EMAIL PROTECTED] Sent: 16 September 2003 12:57 To: Stephen Hardisty Cc: [EMAIL PROTECTED] Subject: RE: mod_perl v2 Forking Hi, Doing this works for me. But I am ending up with some errors that I didn't have before. Of course my bosses would get mad if I posted all of the code involed

RE: mod_perl v2 Forking

2003-09-16 Thread Stephen Hardisty
I guess you could, but if there's already a load of code mightn't be a bit of a pain POE-ing it? -Original Message- From: Gareth Kirwan [mailto:[EMAIL PROTECTED] Sent: 16 September 2003 16:50 To: 'Eric Frazier'; Stephen Hardisty Cc: [EMAIL PROTECTED] Subject: RE: mod_perl v2 Forking

Re: [mp1] consistent segfaults with HTML::Mason

2003-08-28 Thread Stephen
Stephen [EMAIL PROTECTED] wrote: I'm no expert at debugging C, but I dont think that the above looks too healthy Well, I think I have it figured out, more or less. The root cause of it seemed to be a rather, um, interesting bit of code in HTML::Mason::ApacheHandler which makes use of string

Re: [mp1] consistent segfaults with HTML::Mason

2003-08-28 Thread Stephen
it. preloading is required in mp1. the - syntax is not. Ah, looks like that was it, in that case. Stephen Veiss -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

[mp1] consistent segfaults with HTML::Mason

2003-08-27 Thread Stephen
in ap_child_terminate () #19 0x80a8b5c in ap_child_terminate () #20 0x80a93bc in main () #21 0x8064a22 in _start () The relavent sections of my httpd.conf are as follows: VirtualHost * DocumentRoot /home/stephen/im/public_html ServerName im.mutatorr.net PerlInitHandler Apache::Reload

Re: [mp1] consistent segfaults with HTML::Mason

2003-08-27 Thread Stephen
(gdb) print s $6 = (server_rec *) 0x0 I'm no expert at debugging C, but I dont think that the above looks too healthy Stephen Veiss -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-01 Thread Stephen Clouse
all the memory on my workstation. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer/DBE, Core Technology Developer The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE/KuSoA4aoazQ9p2cRAiDAAKDxbLR17B4R/2w8tD56aKTcKlQ8EgCgo8B0

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-07-31 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jul 31, 2003 at 11:41:42AM +0200, Stas Bekman wrote: Iniital report: I just finished a build with ithreads and worker mpm. All perl and mod_perl tests pass. Thanks for the note Stephen, but this is not very useful if you don't tell

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-07-30 Thread Stephen Clouse
on modperl-dev a few days ago but I haven't had a chance to rebuild everything with ithreads until now. Did you ever hear anything from Arthur? Anyway, now I'm off to load some production code into it and see how it fares. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer/DBE, Core Technology

Re: libgtop gone?

2003-01-28 Thread Stephen Clouse
and aren't on Red Hat. http://ftp.gnome.org/pub/GNOME/desktop/2.0/2.0.3/sources/libgtop-2.0.0.tar.gz I haven't checked this myself (it may want some other GNOME component) but it's a good start. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group

Re: glitched install of mod_perl (1.99.08)

2003-01-27 Thread Stephen Clouse
assume that their kit is complete. Their vendor may have done them a favor via package management. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux

RE: Load balancers

2003-01-13 Thread Stephen Reppucci
On Mon, 13 Jan 2003, Jesse Erlbaum wrote: That's for all the info so far. To answer some questions, hardware is a cost issue right now. It's somewhat scary that $3,200 was a reasonable price several years ago, but I suppose it could be worse. We will investigate further. Actually,

Stupid newbie question: where is .?

2002-12-13 Thread Stephen Walton
PerlOptions +ParseHeaders /Directory -- Stephen Walton, Professor, Dept. of Physics Astronomy, Cal State Northridge [EMAIL PROTECTED]

Re: Caching in TT2 or Some Mod Perl oddity

2002-06-26 Thread Stephen Clouse
. Sounds like browser caching, or a rather borked transparent proxy. Or both. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux

Re: mod_perl2 Web Application Standard?

2002-06-11 Thread Stephen Adkins
Hi, Hi, All this talk of MVC and a universal despatch mechanism has started me thinking about Java Web Applications and how they are bundled into a standard configuration (e.g., Java's Servlet standard 2.3) Would such a standard (albeit optional) be useful for mod_perl2? I think it would

Re: mod_perl via ssl?

2002-05-21 Thread Stephen Reppucci
You need to specify a command line option of -DSSL when you start the server. If you're using the stock apachectl, it's usually './apachectl start_ssl' Not that this question is on topic... On Tue, 21 May 2002, Chris Garrigues wrote: I've been lurking on this list for a while but hadn't

Re: Seg fault on apache start

2002-05-18 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, May 18, 2002 at 05:03:11PM -0400, Jaberwocky wrote: I'm having some problems with this. Apache seg faults on the call to parse... http://perl.apache.org/guide/troubleshooting.html#Segfaults_when_using_XML_Parser - -- Stephen Clouse [EMAIL

Re: Restarting named service

2002-04-18 Thread Stephen Gray
is configured to use User: apache, Group: apache Is ther any other way except usine User root directive in my httpd.conf file Hamid -- === Stephen M. Gray www.frontiermedia.net

Re: Restarting named service

2002-04-18 Thread Stephen Gray
. :-) === Stephen M. Gray www.frontiermedia.net

Re: Location header blows away Set-Cookie?

2002-04-12 Thread Stephen Reppucci
I think this is in the Guide somewhere, but the short answer is to use 'err_header_out()' rather than 'header_out' for any type of non-success result. On Fri, 12 Apr 2002, Thomas K. Burkholder wrote: Apologies if this is well-known - a generalized search failed to explain the behaviour I'm

Re: mod_perl restart vs. graceful

2002-04-09 Thread Stephen Reppucci
Hi Darren, See my suggested refinement below (I don't like to leave the server down any longer than needed...8^): On Tue, 9 Apr 2002, darren chamberlain wrote: For exactly this reason, I always modify apachectl so that the restart option looks like: restart) timeout=${2:-5}

Re: Apache+Modperl Website Statistics

2002-03-27 Thread Stephen Gray
javascript), sees that the cookie it is looking for is set, and does the appropriate redirecting (to the right sized page). Better take care to avoid an infinite loop for clients who refuse cookies. Steve === Stephen M. Gray

Re: Serious bug, mixing mod-perl content

2002-03-12 Thread Stephen Gray
}@a; __DATA__ `~^`~~``^`~`~`^``~`~``''~^'`~^``'``^```~^``'```'~`~ -- === Stephen M. Gray www.frontiermedia.net

Authenticating against Active Directory

2002-02-19 Thread Stephen Reppucci
Does anyone have any experience in writing an authentication handler that authenticates against Microsoft's Active Directory? I have a project for a client who wants to use their existing AD data for user data (username, password, realname, groups, etc). In doing a little googling, it seems

Re: [OT] Apache Config Problem

2002-02-19 Thread Stephen Reppucci
Yes, just add a 'Port 80' line to your VirtualHost section. While many folks assume that this directive is for telling apache which port to listen on (it's not -- the Listen directive does that...), it's actually a setting that instructs Apache to use the named port in any generated urls. (At

Re: mod_perl cookbook ... Where?

2002-02-18 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 18, 2002 at 06:31:15PM -0500, IEEE Consulting wrote: Where's the mod_perl Cookbook? Grep your favorite bookstore for ISBN# 0672322404. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Stephen Clouse
problem might be. Please share offlist, perhaps I can help debug it. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Stephen Clouse
(I believe it's 1.3.19.1a) it now properly plays along with mod_perl/mod_php, and compresses their post-processing output as well. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE

Re: mod_perl, mod_gzip, incredible suckage

2002-02-14 Thread Stephen Clouse
everything. (Although personally, I've never been able to get a DSO Apache working under any circumstances, but that's probably my problem :) - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP

Re: Influencing @INC list

2002-02-11 Thread Stephen Reppucci
OK, I'll be the one to throw out the gratuitous plug for Geoff, etal's book. The Mod_Perl Cookbook has a nice discussion of exactly this in Chapter 2. (I'd give you the page, but I left it at work...) (I'm only through the first few chapters, but from what I've read so far, this is a real

[OT] Re: New mod_perl Logo

2002-01-30 Thread Stephen Reppucci
All right -- I know I should just silently delete this, and let it go, but it's like a bad traffic accident, I just have to sneak a look. In exactly what way do you connote American-style out of any of those names? The fact that Big Foot is a mythical being often associated with the US

Re: Cgi permission Questions

2002-01-21 Thread Stephen Reppucci
On Mon, 21 Jan 2002, Joe Bifano wrote: Hi all, My first time on the list. I have been looking at the archives but am not able to find anything on this. Exactly. Because this list is about perl, specifically mod_perl, while your question is about Apache, and its configuration. Please

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Stephen Clouse
break a sweat. Actually, mod_perl saved us from having to buy more hardware. It's plenty fast. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 iQA

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Stephen Clouse
that the milliseconds he saves are worth the effort. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 iQA/AwUBPBpsFQOGqGs0PadnEQJ9TgCgtZnIhFLq/L/DeZA5CS4yAjzBRiEAn3ED lTRl2

Re: Case of the Vanishing Symbol Tables

2001-12-12 Thread Stephen Clouse
. Are you using mod_perl as a DSO? If so, have you tried it statically? It's static right now. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 iQA

Re: Case of the Vanishing Symbol Tables -- Solved!

2001-12-12 Thread Stephen Clouse
for the module it's currently dealing with, so the attached patch tells it to leave them alone. This has completely fixed the problem on my end. Note I couldn't find any better way of telling if an entry was a symbol table hash, so feel free to change this if you know a trick I don't. -- Stephen

Case of the Vanishing Symbol Tables

2001-12-11 Thread Stephen Clouse
be all I need. The two obvious questions: 1) Where the fsck did everything go? 2) Why does this only emanate when stuff is loaded up via PerlModule? I mean, look at perl_require_module -- all it does is `eval require $foo`. Hard to go wrong there. -- Stephen Clouse [EMAIL PROTECTED

Re: Case of the Vanishing Symbol Tables

2001-12-11 Thread Stephen Clouse
with Perluse MyModule;/Perl in the same place in httpd.conf. Does that work for you? The Eagle book says to do that with earlier versions. This doesn't work either. They simply refuse to be loaded anywhere other than the startup.pl. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ

Re: Case of the Vanishing Symbol Tables

2001-12-11 Thread Stephen Clouse
could spot *where* they're vanishing at...tried all day today but no luck. I'll give it another try tomorrow. - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 iQA

Re: Vhosts + mod_perl

2001-11-30 Thread Stephen Reppucci
Well, you certainly haven't inconvenience yourself by taking the time to look at the copious documentation available on this, now have you? That said, here's a snippet of what you want to use: NameVirtualHost 192.168.0.10 VirtualHost 192.168.0.10 ServerName www.logsoft.com ServerAlias

Re: DSO Issues

2001-11-27 Thread Stephen Reppucci
If we're collecting a list of things that don't work in a DSO build, add perl subs (via !--#perl sub=My::handler--). At least, they didn't work as of January of this year. On Tue, 27 Nov 2001, John Chia wrote: On 27 November 2001 15:17 (-0500), Vivek Khera wrote: The *only* issue I

RE: Doing Authorization using mod_perl from a programmers perspective

2001-11-16 Thread Stephen Adkins
MSIE 5.0 on their PC's include some sort of ID in the HTTP_USER_AGENT that the browser reports. (!?!) (privacy advocates beware!) Stephen At 10:46 AM 11/16/2001 -0600, Joe Breeden wrote: The HTTP_USER_AGENT doesn't identify unique users. It only identifies the browser type/version (assuming

Re: New user help

2001-10-29 Thread Stephen Reppucci
Build apache first, then build mod_perl. The mod_perl install modifies the apache tree (it asks you for a path to the apache tree to modify, but defaults to ../apachelatest version) If you're new to mod_perl, you'll want to head on over to the guide (http://perl.apache.org/guide) for Stas'

[OT] P2EE Redux was: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Stephen Adkins
and documentation, with maybe some Bundle files). I would also submit the list information to perl.org for inclusion in the list of lists. Stephen

Re: [OT] P2EE Redux was: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Stephen Adkins
Nathan, At 11:06 AM 10/23/2001 -0600, Nathan Torkington wrote: Stephen Adkins writes: If no one suggests an appropriate list, I propose starting a p2ee group on SourceForge. This gives us mailing lists and a CVS repository for the artifacts of the effort (which will mostly be specifications

Re: [OT] P2EE Redux was: Excellent article on Apache/mod_perl at eToys

2001-10-23 Thread Stephen Adkins
At 02:28 PM 10/23/2001 -0400, Perrin Harkins wrote: Stephen Adkins wrote: If no one suggests an appropriate list, I propose starting a p2ee group Can I just say that P2EE is a horrible, horrible name? It includes the Java version number (when is J3EE coming out?), as well as Sun's

[OT] Re: IPC::Shareable

2001-10-16 Thread Stephen Adkins
Hi, The shared memory segment was already created by another user, and it was created without permissions for you to write to it. Try the ipcs command to view existing shared memory segments. Try the ipcrm command to remove an old one. Stephen At 03:02 PM 10/16/2001 -0700, Rasoul Hajikhani

Re: Off-topic - Apache Config - Load crises

2001-10-11 Thread Stephen Reppucci
I agree with the response that you need to do some statistics gathering to try to accurately isolate the cause of your problems. I *don't* agree with the other suggestion that was made to UP the keepalive to 15-20 seconds (the default that apache comes with is 5, IIRC). Here's why: Assuming

Re: [OT] 408 http responses?

2001-09-20 Thread Stephen Reppucci
I've got a couple of dozen this month -- not sure what the source is, but they definitely seem to be coming from just a few hosts. Also, many of mine have no URI in the request, they just seem to connect and not make any request. Smells like some time of worm... On Thu, 20 Sep 2001, Nick

RE: ANNOUNCE: Starting work on Apache::RedirectUnless

2001-09-18 Thread Stephen Adkins
HTTP? Stephen At 01:41 PM 9/18/2001 -0500, Christian Gilmore wrote: A realm is defined by the following three things: 1) AuthName 2) ServerName (well, the server name in the URL actually) 3) Port (well, the port to which the browser is talking) If these three things are not always the same

Re: [PATCH] $r-print won't print reference to PVIV or PVMG

2001-09-08 Thread Stephen Clouse
Turns out PVNV is a possibility as well (generally if the scalar is a zero-length string). Here's an updated patch. -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead The IQ Group, Inc. http://www.theiqgroup.com/ diff -ur mod_perl-1.26.orig/src/modules/perl

[PATCH] $r-print won't print reference to PVIV or PVMG

2001-08-28 Thread Stephen Clouse
. At first I thought the latter could be intentional behavior, but passing the string itself instead of a reference was allowed, so it appears to be just an oversight. The attached patch fixes both of these cases. -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer, IQ Coordinator Project Lead

Modules `use`d by PerlModule vanishing after startup?

2001-08-09 Thread Stephen Clouse
of subroutine blah redefined messages in the error log when it hits the PerlModule directive. This doesn't seem like intended behavior (nothing I read suggests it's supposed to work like this)...so what's eating my module's symbol table? - -- Stephen Clouse [EMAIL PROTECTED] Senior Programmer

Re: [OT] WebMacro (was: RoboWeb 1.0b, web application test suite generator)

2001-07-24 Thread Stephen Adkins
Hi, Please be aware that WebMacro is a moderately popular Java templating tool hosted at http://www.webmacro.org Naming it WWW::WebMacro might be a bit confusing. It's your choice. I just wanted to make you aware of the other WebMacro. Stephen At 08:48 AM 7/25/2001 +1000, Jeremy Howard

Re: Real Widgets and Template Languages

2001-05-31 Thread Stephen Adkins
, and Stephen, we will have a set of software which meets many of your needs out there. Please do *not* discuss this post on the modperl list, only on perl-widget-developer. I also don't want to put a lot of emphasis on what feature is in what release. Essentially, this is my attack plan. Any of you

Re: Real Widgets and Template Languages

2001-05-29 Thread Stephen Adkins
At 09:49 PM 5/29/2001 +0800, Gunther Birznieks wrote: At 12:15 PM 5/28/01 -0400, Stephen Adkins wrote: Hi, Development of a straw-man set of Perl Widget Library core classes is going well. A Sourceforge project (perl-widget) is in the process of being set up too. (I will announce when it is set

Re: Real Widgets and Template Languages

2001-05-29 Thread Stephen Adkins
the .stor file. This appears to be about 3x faster. It would be kind of interesting if the Storable class were extended to store as XML ... ;-) Stephen

Re: Real Widgets and Template Languages

2001-05-29 Thread Stephen Adkins
At 09:53 PM 5/29/2001 +0800, Gunther Birznieks wrote: At 05:17 PM 5/28/01 -0400, Stephen Adkins wrote: ... $widget = $wc-widget(first_name); print First Name: , $widget-html(), \n; A widget type has already been defined. So I don't see that the method to output it's display should

Re: Real Widgets and Template Languages

2001-05-29 Thread Stephen Adkins
At 10:04 AM 5/29/2001 -0700, [EMAIL PROTECTED] wrote: On Tue, 29 May 2001, Stephen Adkins wrote: Right. I have many more requirements I eventually want to support (such as internationalization). The trick is making the design such that it works in the simple case for simple things, while

Re: Real Widgets and Template Languages

2001-05-29 Thread Stephen Adkins
are accurate. I recommend you download the code, take a look, then comment. Stephen

Re: Real Widgets and Template Languages

2001-05-28 Thread Stephen Adkins
be accessed from *any* source by implementing an appropriate Widget::DataSource::State class (and using some additional, not-yet-implemented arguments to Widget-controller()). see below for more comments ... At 11:10 PM 5/28/2001 +0800, Gunther Birznieks wrote: At 02:16 AM 5/25/01 -0400, Stephen Adkins

Re: Real Widgets and Template Languages

2001-05-28 Thread Stephen Adkins
, there are only two widgets. * a generic Widget::HTML::Element * a drop-down menu Widget::HTML::Select Are there early comments on the interface from Perl? Is this shaping up into what was desired? Stephen shark:/usr/ov/acoc/dev/src/Widget/examples more Widget.xml Widget.2 :: Widget.xml

RE: Concepts of Unique Tracking

2001-05-25 Thread Stephen Adkins
is all about. And I am thankful for it. Get used to it. People need to opt-in in order to be identified. The closest thing we can get to this is people leaving their cookies enabled on their browser. Stephen At 10:43 AM 5/25/2001 -0700, Jonathan Hilgeman wrote: Let's take over the world

Re: Real Widgets and Template Languages

2001-05-24 Thread Stephen Adkins
(or Apache::Request or whatever using one of the much-commented on schemes) and dispatches events detected from submit buttons, etc. Then I do my first actual widget, Widget::HTML::Date. I'll camp on this while I get lots of feedback. Stephen P.S. I have submitted an application for a Sourceforge project

Re: Real Widgets and Template Languages

2001-05-23 Thread Stephen Adkins
who would join that Sourceforge mailing list before it would be worth it to go do that. Stephen There has been some discussion on the list lately about generating widgets ala CGI.pm, HTML::StickyWidgets etc... The thing is that these products or plug-ins are very HTML oriented. The widget

RE: :Parser Expat cause segfaults

2001-05-03 Thread Stephen Anderson
(apparently) a known symbol conflict between XML::Parser 2.30 and Apache (which I only know because it happened to someone here just the other day). Drop down to 2.29 and it should work fine. Stephen.

Re: forbidden vs. cookie

2001-05-01 Thread Stephen Reppucci
Howdy Ken! I think there are two separate issues here -- there's an expiration time on the cookie, which is your app's instruction to the client as to how long the cookie should be kept. Then there's an expiration time of the ticket represented by that cookie data (to use the Ticket Auth

Can anyone help please

2001-02-20 Thread Smith, Stephen (ELS)
Hi everyone, I have to make the tracking of users who follow links to external sites possible, preferably indicating in specific logfiles when a new browser is opened for linking to external sites. We have tried proxy solutions, modifying Apache core modules and are considering scanning and

Re: Help with Apache::SubProcess needed.

2001-02-13 Thread Stephen Gailey
Thanks very much. That did the trick. Steve On 13 Feb 2001, at 17:04, Stas Bekman wrote: On Mon, 12 Feb 2001, Stephen Gailey wrote: Help with Apache::SubProcess needed. I have tried the example for running a long duration task from Mod Perl, as found in the performance tuning guide

Help with Apache::SubProcess needed.

2001-02-12 Thread Stephen Gailey
Help with Apache::SubProcess needed. I have tried the example for running a long duration task from Mod Perl, as found in the performance tuning guide, but I get the following error: [error] Can't locate object method "cleanup_for_exec" via package "Apache" at

RE: Fwd: [speedycgi] Speedycgi scales better than mod_perl withsc ripts that contain un-shared memory

2001-01-19 Thread Stephen Anderson
as to not warrant the extra layer... thoughts, anyone? Stephen.

RE: Newbie cookie question

2001-01-05 Thread Stephen Beitzel
On Fri, 5 Jan 2001, James Hall wrote: [snip] $user=$query-param('login'); $password=$query-param('pass'); Okay, there's your problem. You may want to try it this way: use CGI::Cookie; ... my %cookies = CGI::Cookie-parse($r-header_in('Cookie')): my $user = $cookies{'login'};

Re: Document Contains no data

2000-12-31 Thread Stephen A. Cochran
--- Stas Bekman wrote: On 17 Nov 2000, Stephen A. Cochran wrote: I have a program which runs fine 90% of the time under mod_perl. About 10% of the time Netscape reports "Document contains no data". Looking at the socket traffic, the client receives an orderly release indication (T

Re: RFC: mod_perl advocacy project resurrection

2000-12-06 Thread Stephen A. Cochran
I've been following along with this thread with interest, expecially since I'm new to the mod_perl list and community (thanks for all the help so far!). I thought you might be interesed in a 'mod_perl newbie' opinion. Recently I was handed an online event calendar running under CGI and asked to

Re: setting a variable based on the server.

2000-12-01 Thread Stephen Beitzel
The solution i'm working on is something like this: in the httpd.conf add in the linux box PerlSetVar NETP 0 in the solaris box PerlSetVar NETP 1 then change the code to if ($NETP) { return $netp-run(); }else{ return 0; } I've seen some problems with the PerlSetVar directive at my

[OFF] strace

2000-11-27 Thread Stephen A. Cochran
I'm trying to debug an intermittant problem on a Dec Unix server, and have gotten to the point where I need to use strace. On Dec Unix, strace wants a module ID, not a process ID. Anyone here familiar with Dec Unix? Steve Cochran

Re: Apache::ASP (QueryString eats +)

2000-11-21 Thread Stephen Beitzel
On 21 Nov, sergen wrote: When sending text with "+" by "?" on url $Request-QueryString eats "+" (the text is absolutely the same but only this sign). Is it a bug or may be some else ? using: Mandrake 7.2 Apache 1.3.14-2mdk apache-mod_perl

Re: Document Contains no data

2000-11-17 Thread Stephen A. Cochran
I have a program which runs fine 90% of the time under mod_perl. About 10% of the time Netscape reports "Document contains no data". Looking at the socket traffic, the client receives an orderly release indication (T_ORDEL_IND = 132) on the socket and reponds with a orderly release request,

Page contains no data error

2000-11-01 Thread Stephen A. Cochran
I'm moving someone else's CGIs to run under mod_perl, and about 95% of the time they work. The other 5% of the time Netscape gets a "Document contains no data." error and the web page that should have been sent to the brower is written into the apache error log. No other error is given in the

@INC and use

2000-10-20 Thread Stephen A. Cochran
I've been porting a CGI to mod_perl, and had it working. Then last night mod_perl and apache were upgraded and recompiled and it stopped working. The script parses the URL for a command name (ex: ?cmd=search) and then hands off the job to a different module (ex: search.pm). The path for this

RE: Wild Proposal :)

2000-10-11 Thread Stephen Anderson
omplicates scaling the database server. It's far better to pay your overhead once and just re-use the connection. Stephen.

Finding Consultants on adding Perl Modules

2000-09-21 Thread Byron Stephen Lee
use some help in, but as you know, many people put Apache on their resume if they have even read your web site! I'd appreciate any help you could give on this. Byron Byron Stephen Lee Server Development Manager Telleo 4 North Second Street Suite 300 San Jose, CA 95113 phone (408) 792-5742 fax

mod_perl-1.24 - Make FAILS!

2000-08-17 Thread Stephen Marriott
5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 Any ideas? -- Stephen Marriott - [EMAIL PROTECTED] HiSOFT, The Old School, Greenfield, Bedford, MK45 5DE, UK Tel: +44 1525 718181 Fax: +44 1525 713716 Freecall: 0500 223 660 http://www.hisoft.co.uk/ PGP publi

mod_ssl and deprecated SSLDisable

2000-07-20 Thread Stephen Schaefer-NCS Sr SE
for the tests to succeed, most likely since, in conjunction with the change in syntax, mod_ssl now defaults to disabled, and requires an explicit ``SSLEngine on'' directive before it starts making further demands of the httpd.conf file. My apologies if this is a well known issue. - Stephen P

Re: [performance/benchmark] printing techniques

2000-06-08 Thread Stephen Zander
"Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas Ouch :( Someone to explain this phenomena? and it's just Stas fine under the handler puzzled, what can I say... Continuous array growth and copying? -- Stephen "So if she weighs the same as a duck, she

Re: Data structure question

2000-06-08 Thread Stephen Zander
thing like this: In this case pseudohashes are absolutely what you're looking for. They'll also have the smallest impact on your code as you can walk @{$ref}[1..foo] when you need the items in order and grab $ref-{key} when you need a particular value. Just remember that $ref-[0] is special. -- Stephen

Re: [performance/benchmark] printing techniques

2000-06-08 Thread Stephen Zander
sys = 31.10 CPU) Stas Watch the aggrlist_print gives such a bad perl benchmark, Stas but very good handler benchmark... As Matt has already commented, in the handler the method call overheads swamps all the other activities. so concat_print aggrlist_print (yes, method invocation in perl really is

Re: speed up/load balancing of session-based sites

2000-05-10 Thread Stephen Zander
"Perrin" == Perrin Harkins [EMAIL PROTECTED] writes: Perrin I think every RDBMS I've seen, includig MySQL, guarantees Perrin atomicity at this level. Look, Mummy, the funny man said MySQL and RDBMS in the same sentence :) -- Stephen "There are those who call me... Tim"

[OT] Re: growing processes

2000-05-10 Thread Stephen Zander
w paramete something to see what's currently being used. -- Stephen "And what do we burn apart from witches?"... "More witches!"

Re: mod_perl suddenly demanding DSO.

2000-04-07 Thread Stephen Zander
"Stas" == Stas Bekman [EMAIL PROTECTED] writes: Stas This is not a fatal error. It was fixed in the current CVS Stas version. Get it from http://perl.apache.org/from-cvs/modperl Thanks, Stas. Bleeding edge here I come :) -- Stephen "So if she weighs the same as a d

Re: mod_perl (DSO) dumping core with perl 5.6.0

2000-04-04 Thread Stephen Zander
l don't run that way. :) -- Stephen "And what do we burn apart from witches?"... "More witches!"

RE: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-25 Thread Stephen Anderson
. That way, it's only done once, and the results are shared between all children. I think the thing to do here is fix the memory leaks 8-) Stephen.

RE: Why does Apache do this braindamaged dlclose/dlopen stuff?

2000-01-19 Thread Stephen Anderson
of the the programmer. Stephen.

Re: modperl success story

2000-01-14 Thread stephen
Barb and Tim wrote: full honesty. The language itself is hard enough to swallow. How is Perl hard to swallow? Perl is so easy and flexible. Stephen

Re: Apache Proxy Virtual Servers...

1999-12-21 Thread Stephen Zander
p://the.other.machine:80/host1/ /VirtualHost VirtualHost host2:80 ProxyPass/ http://the.other.machine:80/host2/ ProxyPassReverse / http://the.other.machine:80/host2/ /VirtualHost -- Stephen "If I claimed I was emporer just cause some moistened bint lobbed a scimitar at me they'd put me away"

RE: Another IE5 complaint

1999-11-23 Thread Stephen Anderson
a bad idea * It's not standard * It's a specific solution to a general problem, and therefore fragile (i.e. it breaks too easily) * It's a quick hack rather than a genuine initiative (which would take effort) Stephen. -- disclaimer type="std" The views

Re: MD5 risks?

1999-11-14 Thread Stephen Zander
ptographic-related functions, Schneier's book is a must: ISBN 0-471-12845-7 -- Stephen "If I claimed I was emporer just cause some moistened bint lobbed a scimitar at me they'd put me away"

Re: New mod_perl RPM really needed? (was: sourcegarden plug)

1999-10-06 Thread Stephen Peters
modules. If you look on any RedHat mirror which has the contrib directory, you should be able to find an apache_mod-perl RPM and SRPM. -- Stephen L. Peters [EMAIL PROTECTED] PGP fingerprint: BFA4 D0CF 8925 08AE 0CA5 CCDD 343D 6AC6 "Poodle: The

  1   2   >