Re: (maybe offtopic) mod_perl/DBI/PostgreSQL

2003-08-14 Thread greg
now I'm getting the value I'm looking for. Greg

Re: [Slightly OT] Port forwarding (Was: How to restart the rootserverfrom within modperl?)

2003-08-14 Thread greg
vices or missed/interrupted mail. Just the way I like things. Greg On Wed, 13 Aug 2003, Craig Edwards wrote: > Hi, > I once saw an example of port forwarding using netcat and inetd, i think it involved > setting up a listening netcat as the application, using inetd to bind it to a

Getting list of all cookies available?

2003-07-18 Thread greg
okies from Apache::ASP or mod_perl? Or should I just use the HTTP_COOKIE variable and parse that to get my list? Thanks, Greg

Re: Problem configuring and making mod_perl

2003-07-18 Thread greg
Try adding a -I for /usr/kerberos/include. Since they are not in the /usr/include path that may be why it has problems. On Fri, 18 Jul 2003, Richard Kurth wrote: > I get this when I run locate krb5.h > /usr/kerberos/include/gssapi/gssapi_krb5.h > /usr/kerberos/include/krb5.h > > So I would say it

Re: mod_accel redirects

2003-07-18 Thread greg
Check UseCanonicalName in Apache config. What you describe is what happens when this is turned ON and Apache generates a URL that points back to itself. Try turning this off and see if it makes a difference. On Fri, 18 Jul 2003, Philip Mak wrote: > Given this server configuration (this is a front

Problems with shared build under cygwin

2003-07-05 Thread greg
stance getting the shared version built is greatly appreciated. Thanks, Greg STATIC BUILD -- THIS WORKED:: cd /home/Greg/apache/mod_ssl-2.8.14-1.3.27 ./configure --with-apache=../apache_1.3.27 cd ../mod_perl-1.28 perl Makefile.PL

RE: Can't use sendmail more than once

2003-05-29 Thread Greg Dutkowski
-05-28 at 22:45, Greg Dutkowski wrote: > I have migrated my site from IIS and Active State to Apache 1.3 and mod_perl > on a Windows machine. I use the site to send emails to registered users > using Mail::sendmail through our SMTP server (another machine). > > With Apache I can only

Can't use sendmail more than once

2003-05-29 Thread Greg Dutkowski
I have migrated my site from IIS and Active State to Apache 1.3 and mod_perl on a Windows machine. I use the site to send emails to registered users using Mail::sendmail through our SMTP server (another machine). With Apache I can only send emails once after I start the Apache server, thereafter i

Re: okay, I give, I'm stumped

2002-07-28 Thread Greg Rumple
I actually was successful at building apache/mod_perl static with DSO support and not having to change the rest of the modules. It appears to be working, so will continue to test further. Greg * Drew Taylor ([EMAIL PROTECTED]) [020728 22:19]: > There are well written instructions in The Gu

Re: okay, I give, I'm stumped

2002-07-28 Thread Greg Rumple
d the rest of the modules. Will try that. * Kyle Dawkins ([EMAIL PROTECTED]) [020728 18:58]: > Hey Greg et al. > > I'd betcha your problem is almost certainly caused by your use of DSOs. If > you *really* want to prune your system down to see where your bug is, then > build apach

Re: okay, I give, I'm stumped

2002-07-28 Thread Greg Rumple
> $dbh->disconnect(); > > um, okay but why disconnect at all, if you know the segfault is caused by > the connect and/or disconnect calls? have you tries simply *not* > disconnecting? one of The Features/Advantages of Apache::DBI (over plain > ole DBI) is that disconnect calls simlpy destroy the connection *object* > (the perl data structure) without actually disconnecting from the DB, and > therby maintaining a pool of cached connections, and therby speeding things > up nicely. I have removed the disconnect, but it makes no difference as suspected. I will note that once the server is started, it has 0 problems communicating with Informix, it's only in this startup script that it blows up badly. -- Greg Rumple [EMAIL PROTECTED]

okay, I give, I'm stumped

2002-07-27 Thread Greg Rumple
e. So I'm not quite sure what to do. I know I can get my entire system working if I don't make the calls to Informix at startup (it appears it's purely the connect that causes the error (whether it's a good connect or not, I tried giving it a bogus password, and it still crashes)), but well that's kind of a pain in the butt. So if anyone has ANY clues, it would be sincerely appreciated, as I need sleep, and I also would love to get this working. Thanks a ton in advance. Greg -- Greg Rumple [EMAIL PROTECTED]

PERL/SQL job listing:

2002-02-18 Thread Greg Balfanz
, Greg http://www.CargoTel.com/ (email) [EMAIL PROTECTED]

Re: Excellent article on Apache/mod_perl at eToys

2001-10-19 Thread Greg Cope
ular contributer Perrin Harkins. > > http://www.perl.com/pub/a/2001/10/17/etoys.html > Yup, this is an excellent read. Thanks Perrin. Greg

apache::dbi vs mysql relay

2001-10-11 Thread greg
. Can Apache::DBI detect this? Thanks in advance, greg

CPAN and libapreq

2001-09-25 Thread Greg Cope
ros ? Thanks Greg

using DBI with apache

2001-08-08 Thread Greg Cobb
I can run this simple script through perl itself, but when I put it in the cgi-bin and try to run it using mod_perl Perl pops up in windows with an error. I assume this means I need something like Apache::DBI?... I originally got Apache in binary form with mod_perl installed and did not have

Apache=SCALAR(?????)

2001-07-27 Thread Greg Lontok
password parameter. I am running solaris 5.6 with ApacheSSL. thanks, greg

crash on exit with -X

2001-05-10 Thread Greg Wilson
/conf/httpd.conf" -D ACCESS_CONFIG_FILE="/etc/httpd/conf/access.conf" -D RESOURCE_CONFIG_FILE="/etc/httpd/conf/srm.conf" "uname -a" and "cat /etc/redhat-release" give: Linux snuff.testbed.private 2.2.14-5.0 #1 Tue Mar 7 20:53:41 EST 2000 i586 unknown Red Hat Linux release 6.2 (Zoot) respectively. Is this a known issue? If so, I'd be grateful for pointers to a solution. Thanks, Greg

Re: Mod_perl and Post Read Request

2001-04-12 Thread Greg Cope
gt; compiled perl to not hook into PostReadRequest > > Any suggestions? > Is there a spell we can invoke? Do I need a dead chicken? > Did you complie mod_perl with the configure option of EVERYTHING=1 ? I've found that dead chickens help the juju along, but invaribaly the answer lies elsewh

Re: unreleased sockets using DBI / DBD::mysql under mod_perl?

2001-03-14 Thread Greg Cope
Joern Janoschek wrote: > > On Wed, 14 Mar 2001 18:46:31 +, Greg Cope wrote: > > >There's no reason why Apache::DBI should not work - by the sounds of it > >the connections strings may have been different ? > > > >Apache::DBI works in an environment whe

Re: unreleased sockets using DBI / DBD::mysql under mod_perl?

2001-03-14 Thread Greg Cope
ser ID is used to connect to the DB mulitple time. If you use two different connection strings Apache::DBI will try and make both persistent (IIRC). So check your DBI connection strings as they should be indentical. Greg > Thanks for any help or hint, > > Jörn Janoschek. > KLAHOLD - We make IT work! - http://www.klahold.de > - WebDevelopment - http://www.klahold.de > - Content-Management-System - http://www.interred.de

Re: [OT] Re: mod_perl shared memory with MM

2001-03-11 Thread Greg Cope
with fast understressed disks. I could be completly wrong here tho ;-). Has anyone used the file system approach on a RAM disk ? Greg > > - Perrin

Re: [OT] Re: mod_perl shared memory with MM

2001-03-11 Thread Greg Cope
switch now. Or, do you know of a reason, > feature wise, that I should switch? Again, it is trivial to do so. I've found it to be arround 5 - 10 % faster - on simple stuff on some benchmarking I did arround a year ago. Can I ask why you are not useing IPC::Sharedlight (as its pure C and app

Re: Translation handler continuous loop problem

2001-01-31 Thread Greg Cope
another release that uses PerlSetVars to configure the module if I get a chance to test it. If this does not help, then post either the code, or a URL to the code if its long, so that some of us can have a look. Greg > > Env is: Solaris 2.6 Apache 1.3.14 mod_perl 1.24_01

Perl / DBI Job - Telecommute - Full Time

2001-01-30 Thread Greg Balfanz, CargoTel
you, Greg http://www.CargoTel.com/

Whats the status of libapreq-32 ?!

2001-01-29 Thread Greg Cope
Dear All I can rememeber that Jim Winstead was overhauling libapreq and sugested that ver 0.32 may be out early in the new year if OK, is this still the case ? Greg

Re: [JOB] another bloke for hire...

2001-01-22 Thread Greg Cope
I can write a kludgy form that accepts / validates input and creates some XML as per discussions if thats what you want ? Greg > -- > > > /||** Director and CTO ** >//||** AxKit.com Ltd ** ** XML Application Serving ** > // ||** http://axkit.org ** ** XSLT, XP

Re: Upgrading mod_perl on production machine (again)

2001-01-16 Thread Greg Cope
Bill Moseley wrote: > > This is a revisit of a question last September where I asked about > upgrading mod_perl and Perl on a busy machine. > > IIRC, Greg, Stas, and Perrin offered suggestions such as installing from > RPMs or tarballs, and using symlinks. The RPM/tarball o

[JOB SEEKER] Freelancer / contractor based in England (S.E)

2001-01-15 Thread Greg Cope
dynamic content / custom handlers. Also I been doing custom emailing, SMS server work, and Sys admin (Linux and Solaris) I can make meetings in London / South East (England, UK) if required. URL's / code samples / references / CV etc available on request. Thanks, Greg Cope

Re: Book/code recommendations needed for an urgent mod_perrl task

2000-12-28 Thread Greg Cope
l & C has is some excellent book - and has some good examples. I find the Cookbook excellent for the answer to the "How do I do XXX ?" questions. Read the Guide - period ! > > Last, I'm assuming that the basic structure of this > databse-driven web script is fairly com

Re: cookies cookies cookies

2000-12-13 Thread Greg Stark
John Hurst <[EMAIL PROTECTED]> writes: > At 01:47 PM 12/12/00, Joshua Chamas wrote: > Greg Stark wrote: > > > > How do I reliably remove a cookie from a browser's memory? > > Then Josh said: > > What about setting the cookie with an expires d

Re: Mod_perl tutorials

2000-12-13 Thread Greg Cope
.com is making a point of collecting Perl > success stories and is always hungry for more. They won't convert > the unwashed there, though. > > It'd sure be nice to have a WebTechniques special issue on mod_perl. > Hint, hint, Randal :-) nudges from here as well ;-) Greg > > Nat

Re: Article idea: mod_perl + JSP

2000-12-13 Thread Greg Cope
perl and persuade the PBH of the cost benefit here ? This has hit on a point - in that may people choose Java over Perl because its sexier, which becomes self forfilling, unless we (the perl community) persaude people that (mod_)perl is sexy Greg > > Chris > > -- > Chris Winters ([EMAIL PROTECTED]) > Building enterprise-capable snack solutions since 1988.

cookies cookies cookies

2000-12-12 Thread Greg Stark
rite a handler to set the header appropriately but I'm not even sure what I should be putting in the header. -- greg

Re: mod_perl & IPC under Solaris 7

2000-12-10 Thread Greg Cope
above errors when I have around 40 httpd children. Has anyone else used > IPC under mod_perl and had the same errors? I can't even seem to find out > what it is I'm running out of .. shared memory segments ... Different OS have different IPC limits My linux box has ipcs and ipcr

Re: RFC: mod_perl advocacy project resurrection

2000-12-08 Thread Greg Cope
articles > are concerned perlmonth.com has about 20 or so mod_perl related articles. > > I know I've kinda been absent for some time. And I want to publicly > apologize to the readers and the writers. Hurray ! Can I say thanks - I like perl month! Is the HTML::Template part 2 in ther

Re: RFC: mod_perl advocacy project resurrection

2000-12-06 Thread Greg Cope
in the general IT press be it ezines or in paper is the way to go to raise the profile. As an aside whats happening to perl month ? as this appears to be exactly the sort of thing we need. Greg > I suppose that much more can be done. Comments are welcome. > > _

Re: HTTP Mod_Perl mini-server

2000-12-03 Thread Greg Stark
. Solid state disks are very effective for particular applications like mail spools and database logs where the application waits for data to be flushed to disk before continuing. For most normal applications the same effect can be obta

Re: Antwort: RFC: DBI::Prof

2000-12-01 Thread Greg Cope
#x27;ll be leaving in March 2001. Such big changes > of direction take time to work up to and work out smoothly. I am > specifically rearranging things so I have time for DBI related work. Very interesting. Although a bit OT, but I am sure everyone is interested, what changes are you planning f

Re: WebDAV support in mod_perl

2000-11-29 Thread Greg Stein
content and properties into an Oracle database. It should be appearing on the Oracle Technical Network "real soon now". So... mod_dav can do it, but yes: it would be C coding rather than Perl :-) Cheers, -g -- Greg Stein, http://www.lyra.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Probably [OT] Are there any Simple Generic Server modules

2000-11-20 Thread Greg Cope
cache for HTML::Template. It needs to accept signals so that Apache can HUP it to go get new templates. Using a generic server class can enable me to get the code out of apache. Any clues welcome. Thanks. Greg - To unsubscribe, e

Re: [ANNOUNCE] ApacheCon USA 2001: Call For Papers

2000-11-14 Thread Greg Cope
don't > really understand how or where one should/could be used over the other. Gunter - sounds like you are talking yourself into a slot here - again this would be interesting from a PHB perspective i.e put mod_perl into context with Java. If any one is interested I could do something on Session Manager - which I've been looking at rewriting in C - but I have to learn C at the same time so its very slow Greg > > Later, > Gunther

Re: [OT] mod_perl evangelism

2000-11-14 Thread Greg Cope
'd help with something (sticking his head out on a block ;-) Greg > > -- > Dave Hodgkinson, http://www.hodgkinson.org > Editor-in-chief, The Highway Star http://www.deep-purple.com > Apache, mod_perl, MySQL, Sybase hired gun for, well, hire > -

Re: Sharing vars across httpds

2000-11-08 Thread Greg Cope
s this using Shareable (a pure perl implementation) or ShareLite (C / XS implentation). I would be interested in any results / ideas on how to do it. Greg

Re: database access

2000-11-08 Thread Greg Cope
Jason Liu wrote: > > Is Apache::DBI absolutely necessary if you want to establish persistent > database connection per child? No you can write your own (its open source remember ;-) but why bother - standing on the shoulders of giants etc .... Greg > > Tha

Re: input from external process

2000-11-04 Thread Greg Cope
> something) that procmail may write to? Why not write a perl server that lisens to a socket ? Regards Greg Cope > > -- > Eric Smith > Fruitcom.com Amsterdam > Wire phone : +31 20 528 7340 > Mobile: +31 6 241 259 16 > www.fruitcom.com

[ NOW OT ] Re: HTTP Mod_Perl mini-server

2000-11-04 Thread Greg Cope
A bit OT but: Do they help with STATing of files ? as this appears to be a bottle neck on some of my machines (i.e stating on the disks) Greg

Re: dynamic vs. mostly static data

2000-11-04 Thread Greg Cope
system > > (Win32 is not important for now). > > Along with all the other fine suggestions here, you might like to check > out the Memoize module on CPAN. I don't think it yet offers a way to > invalidate the cache, but I know that is planned. What about IPC::SharedCach

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread Greg Cope
ee but apache has regex.h ... a regex libary - hence these should be possible - or am I missing the point ? Greg > > -dave > > /*== > www.urth.org > We await the New Sun > ==*/

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread Greg Cope
"G.W. Haywood" wrote: > > Hi there, > > On Mon, 30 Oct 2000, Greg Cope wrote: > > > In theory there is no reason why this should not be translateable to C, > > it is quite small (in perl). > > However: > > a) I cannot do C (and translating this

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-30 Thread Greg Cope
Gunther Birznieks wrote: > > At 01:31 AM 10/30/2000 +, Greg Cope wrote: > >[...snip...] > > > > > > And don't forget about the use of DirectoryIndex: > > > GET /index.html http/1.0 > > > > > > HTTP/1.1 302 Found <<== here

[ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-29 Thread Greg Cope
Bill Moseley wrote: > > At 05:24 PM 10/29/00 +, Greg Cope wrote: > >Announcing Apache::SessionManager. > > Hi Greg, > > Here's a couple of other comments. I should have mentioned that this was my first bit of public code - and to be gentle .. > > Do

[ ANNOUNCE ] Apache::SessionManager-0.06

2000-10-29 Thread Greg Cope
l, and any patches / bug fixes to me! Please send me any feedback directly. A BIG thank you to all that have help / sent me feedback / ideas, and also to Doug for mod_perl and the Apache and perl authors. Oh, Find it here: http://sourceforge.net/projects/sessionmanager/ Regards Greg Cope

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Greg Cope
if $description == undef && user eq 'admin' . I've managed to add a description etc ... but as yet have not mastered uploading a file Although this is not mod-perl related - because its about sourceforge - I am trying to sort out a mod perl module hence any c

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Greg Cope
darren chamberlain wrote: > > Greg Cope ([EMAIL PROTECTED]) said something to this effect: > > > $r->header_out(Location => 'http://' . $r -> server -> server_hostname . > > > $r->uri()); > > > > Seems easy - will add it in. >

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Greg Cope
x27;ve not had a chance to play with anything as I recovering from a rather long week On another note I've had little success with Sourceforge - I've set a project up but cannot seem to login to FTP nor upload a CVS snapshot, nor add a description . I've be

Re: ApacheCon report

2000-10-28 Thread Greg Cope
Matt Sergeant wrote: > > On Sat, 28 Oct 2000, Greg Cope wrote: > > > Matt Sergeant wrote: > > > > > > http://modperl.sergeant.org/ApacheConRep.txt > > > > > > Enjoy. > > > > Thanks for that Matt, I did enjoy it - IBM's

Re: ApacheCon report

2000-10-28 Thread Greg Cope
when mod_perl 2.0 would / maybe / migh possibly be ready (I know, I know that it will be ready when its ready, only asking!) Greg > > -- > > > /||** Director and CTO ** >//||** AxKit.com Ltd ** ** XML Application Serving ** > // ||** http://a

Re: [ RFC ] New Module Apache::SessionManager

2000-10-27 Thread Greg Cope
Gerald Richter wrote: > > Hi Greg, > > > > > I also hot heard anything back from the poeple I sent a copy to, I can > > hence only assume that its so good that it's made them speachless ;-) > > > > That's more a matter of time, then a matter o

Re: [ RFC ] New Module Apache::SessionManager

2000-10-22 Thread Greg Cope
Gunther Birznieks wrote: > > I believe Greg is familiar with Apache::Session. There have been > discussions about this before. A session manager manages the workflow > around sessions. A session stores information. They are two different things. > > In addition, I believ

Re: [ RFC ] New Module Apache::SessionManager

2000-10-21 Thread Greg Cope
Greg Cope wrote: > > Dear ALL > > I've writen a module that does transparent session management via either > Cookies, Munged URI or Query Args. > > It has quite a few options to change the behavour, and appears stable in > my developement environment. > >

Re: IPC::Shareable (was Re: Perl module - LWP)

2000-10-21 Thread Greg Cope
er (arguably)), but it does not serial data structures, so either Freeze / Thaw or DataDumper are you friends here. I've seen IPC::Sharable working ok on Solaris 2.6 but cannot offer any guideance as to why it may not work. Greg

Re: [ RFC ] New Module Apache::SessionManager

2000-10-18 Thread Greg Cope
to use your session manager. Thanks Gunther If anyone wants a copy in the mean time drop me a line. Greg > > Thanks, > Gunther >

[ RFC ] New Module Apache::SessionManager

2000-10-17 Thread Greg Cope
pache::SessionManager and set up a Source Forge project with the same name. Unless there is a major issue I assume that by the weekend everyone whom wants to will have made thier view clear and will hopefully go forward from there. Regards Greg

Re: Spawning

2000-10-10 Thread Greg Cope
calling it from a browser. The script never > returns so the browser hangs but at least the script runs. This is however > rather messy and obviously not a method I want to use. Not highly recomended but what about an exec / system call from the startup.pl ? (as root remeber!). Greg Cope

Re: Bug in mod_perl

2000-10-09 Thread Greg Williams
>I'm using mod_perl 1.24/Apache 1.3.12/Perl 5.00503 and find that I receive >no output after the \0. Is this a mod_perl or Apache bug? Or is it a >client bug (using Netscape 4.75) or is it the expected behavior. It would be expected, I'd assume. perl5-porters discussed this back in January wh

Re: [Apache::ASP] $Request->QueryString->('foo')->Item() support

2000-10-09 Thread Greg Williams
At 14:23 -0700 2000/10/09, Joshua Chamas wrote: >$Request->QueryString->('foo')->Item() isn't valid perl syntax, >is it? >perl -c $Request->QueryString->('foo')->Item() __END__ - syntax OK ;-) .g -- Greg Williams, Cnation, (310) 228-6924

Re: open(FH,'|qmail-inject') fails

2000-10-02 Thread Greg Stark
ath for web server requests. Which is really the key measure that dictates the requests/s you can serve. -- greg

Re: OOP and mod_perl question

2000-09-29 Thread Greg Cope
itaialise it after the first request - then the variable WILL have the same value as it had after its last use IN THAT CHILD (as apache is a multi-process model - the var will have different states in different children). The mod_perl guide covers these issues very well. Hope that helps. Greg Cope >

Re: tracking down why a module was loaded?;

2000-09-27 Thread Greg Cope
that host one application, tailor made for that client (as in customer not http). IMHO mod_perl cannot be beaten on performance or flexibilty in this scenario. Should we not promote mod_perl as a web platform for the 'cognisenti'. After all, all the 'best' things are

Re: Clean way of transfering Objects between childinit and requesthandlers ?

2000-09-18 Thread Greg Cope
Matt Sergeant wrote: > > On Sun, 17 Sep 2000, Chris Winters wrote: > > > Hi Greg, > > > > Check out Class::Singleton for this purpose. Works great for me. > > . > One thing C::Singleton misses is a clear_instance method though, which is > prett

Clean way of transfering Objects between childinit and request handlers ?

2000-09-17 Thread Greg Cope
doing this ? A read of the guide etc ... has not given me any clues. Any ideas appreciated. Greg Cope ### type glob example (off the top of my head - could be wrong) package child_init; use vars qw($foo); $foo = My::db_handler->new(); ### package request_handler; *db = \$child_init::

ACCEPT_LANGUAGE leaking mysterious information

2000-09-12 Thread Greg Stark
right for DES3.) I've done web searches and cannot turn up any documentation or comment on this. It seems like an odd side-channel to be using to leak this information. Does anyone know anything more about it? -- greg

Re: [ RFC ] A Session Manager module

2000-09-10 Thread Greg Cope
simple module in the unix sense of doing one thing well. I also had the idea of creating a BB (BareBones) version that has few(er) configuration options and is very simple. Greg > > ~J

[ RFC ] A Session Manager module

2000-09-10 Thread Greg Cope
ue path to mod_perl wisdom!), this session module and a DB abstraction layer (and aparently I should be creating a caching module as well!). Well any ideas - please let me know. Greg Cope A few details below. AIM: To manage session ID's between client and server - to get (or optionally s

Re: SELECT cacheing

2000-09-10 Thread Greg Cope
has a bad point in that it introduces an added layer of complexity . I am certainly interested as accessing a local cache should be an order of magnitude faster than asking a buzy DB. Greg Cope > > -- > Brian Cocks > Senior Software Architect > Multi-Ad Services, Inc. > [EMAIL PROTECTED]

Re: open(FH,'|qmail-inject') fails

2000-09-10 Thread Greg Cope
ks etc usually has a limit somewhere, and all too often I may reach it far sooner than I thought. Greg > > - Perrin

Re: upgrading mod_perl on production machine

2000-09-07 Thread Greg Cope
up new versions in the time in takes to make a online command with a few &&'s in and apache is backup in the time it takes for apache to restart - which depends on the ammount of perl modules it needs to deal with etc ... Greg Cope > > _

Re: multilanguage site

2000-09-01 Thread Greg Stark
cally must use an encoding like UTF-8 which can reach the entire unicode character set or else you cannot mix languages. -- greg

Re: Apache::Reload 0.04

2000-09-01 Thread Greg Stark
he parent just before a graceful restart. Then to force rereading the library files without any downtime the you would just do a graceful restart, which would recompile all the .pm files and then start spawning new children with optimal shared memory behaviour:) I believe Apache::ASP's internal mechanism is capable of this now. -- greg

Re: Apache::Session and performance question

2000-09-01 Thread Greg Cope
dy touched on this and it may be too bovious, but if you are session managing all requests you are wasting alot of time on non-html / dynamic content such as images, style sheets. Greg Cope

Re: Apache::Perfmon 0.011

2000-08-21 Thread Greg Stark
h better though, so it would be neat to see it polished. -- greg

problem with mod_proxy/mod_rewrite being used for the front-end proxy

2000-08-21 Thread Greg Stark
the mod_rewrite guide you are probably an open proxy, allowing attackers to use your web server to attack other sites anonymously. -- greg

Session manager(s)-how to set an outbound session ?

2000-08-14 Thread Greg Cope
redirector that will strip session args (if I can get $r->args(undef) to work ) and/or uri's (which can help with exit tracking etc ...) before redirecting to the link to help with session leaks. Greg

Re: my transhandler runs only once in each child ?!?

2000-08-14 Thread Greg Cope
Matt Sergeant wrote: > > On Sun, 13 Aug 2000, Greg Cope wrote: > > > Apache->push_handlers("PerlTransHandler", \&transhandler); > > push_handlers is temporary, not permanent. And this line only gets > executed once. Thanks Mat - Explains everything.

Re: my transhandler runs only once in each child ?!?

2000-08-14 Thread Greg Cope
up file - which I think is {now think was} more elegant that adding a transhandler, that'll teach me! Now all working thanks Greg > > > > > sub transhandler { > > > > my $r = shift; > > unless ($r->uri =~ m!$DIR_MATCH!o) { > >

my transhandler runs only once in each child ?!?

2000-08-13 Thread Greg Cope
27;Apache modules in Perl and C'. I must be missing somehing (a clue for a start ;-). The obvious answer is that a variable is not being redefined / initialised. Any ideas appreciated. Greg Cope ### some clues below (I hope) I have these lines in my startup.pl: use tinasm::Session(); $t

Cant set args to $r->arg(undef);

2000-08-13 Thread Greg Cope
Is this a bug / feature or just unexplained functionality ? Greg Cope

Re: Feature sets [was Re: Templating System]

2000-08-02 Thread Greg Cope
her list. > > Look at the history of this list: it often gets very bursty and the quiet > again. I think setting up a perl-template mailing list would be initially > heavily trafficed, but be pretty much dead in a few weeks (or days even). I'd agree. The list tends to hit a raw n

Re: Is there a module for getting / setting a Session-ID

2000-08-02 Thread Greg Cope
steals your plaintext cookie > or you send them the link with your Url munge in it, they can add > things to your shopping cart. However, and importantly, while > the user is in the secure area, the shopping cart is locked down, so > unless they have your password also, you never have to buy any of it. Thanks for that. Greg

Re: was Re: template kit..... - now session handling

2000-07-30 Thread Greg Cope
Ian Kallen wrote: > > Today, Greg Cope <[EMAIL PROTECTED]> frothed and...: > > I posted about a generic URL mangeler / cookie session handler a few > > days ago. > > > > Allthough this is not rocket science - I've writen a URI transhandler > > t

Re: Is there a module for getting / setting a Session-ID

2000-07-30 Thread Greg Cope
[EMAIL PROTECTED] wrote: > > I have fully implemented URL munging and Cookie support, > but SERIOUS troubles start to arise when you start adding > the notion of secure sessions. > > I have done it, but it isn't pretty. Basically, there > are three types of pages. Normal, Secure, and Secure > (b

Re: was Re: template kit..... - now session handling

2000-07-30 Thread Greg Cope
Joshua Chamas wrote: > > Greg & Gerald, > > I wanted to bring an important issue that came up with > Apache::ASP, how will you deal with search engines indexing > the session-ids in the URL? > > In Apache::ASP, this is handled a couple of ways, first the >

Re: was Re: template kit..... - now session handling

2000-07-29 Thread Greg Cope
Gerald Richter wrote: > > Hi Greg, > > > > As far as I am aware (please someone prove me wrong!) the does not > > appear to be such a module. > > > > I meant the module your are about to write :-) > > > > > Please send me ideas / thoughs and

Re: was Re: template kit..... - now session handling

2000-07-29 Thread Greg Cope
Gerald Richter wrote: > > Hi Greg, > > > > > Can I recommend you write a simple, standalone module that everyone can > > use and not just an embperl solution - I'd be willing to help (or write > > it) if people send me their wants / ideas, and then fl

Re: template kit.....

2000-07-29 Thread Greg Cope
rgs and redirect those as well - so get request do not lose their args. If people want to send me wish lists I'll see if I can include them and then write some docs (so far its in the tradition of real programmers don't document - I'm hoping to be a real programmer ;-) and post

was Re: template kit..... - now session handling

2000-07-29 Thread Greg Cope
I'd be willing to help (or write it) if people send me their wants / ideas, and then flame my code when I think its ready! Greg > Gerald > > - > Gerald Richterecos electronic communication services gmbh > Interne

Re: Is there a module for getting / setting a Session-ID

2000-07-29 Thread Greg Cope
jeff wrote: > > The mod_perl eagle book has a good section on saving state information > using session ids. And it's not necessarily mod_perl based. Thanks Jeff. I've some code based on parts of the state section - speifically the ideas of URL mungling. Greg > >

Re: Is there a module for getting / setting a Session-ID

2000-07-26 Thread Greg Cope
"Issam W. Alameh" wrote: > > check Apache::ASP > > http://www.nodeworks.com/asp/ > > It is so great > Thanks - I'm looking for something more lightwieght - i.e just to do this ... But all the people pointing me to Apache::ASP is starting to tell me something. Greg > Issam \

  1   2   3   >