Re: web-based email

1999-11-09 Thread Chris Winters
A quick search over at freshemat.net gives us acmemail: http://freshmeat.net/appindex/1998/10/20/908893955.html good luck Chris * Rudy ([EMAIL PROTECTED]) [991109 17:59]: I run a small ISP (www.monkeybrains.net) and would like to provide web-based email. I plan on using POP3Client.pm.

Re: Access to userland objects in different phases

2000-05-15 Thread Chris Winters
, it's pretty nifty to simply say: my $obj = $class-instance; anywhere in my application and have the object (whatever it is) simply pop up. Good luck! Chris -- Chris Winters Internet DeveloperINTES Networking [EMAIL PROTECTED]http://www.intes.net/ Integrated hardware/software solutions

Re: Template techniques

2000-06-08 Thread Chris Winters
the the README at www.template-toolkit.org. Why reinvent the wheel? :) Chris -- Chris Winters Internet DeveloperINTES Networking [EMAIL PROTECTED]http://www.intes.net/ Integrated hardware/software solutions to make the Internet work for you.

Re: Using handler for index

2000-07-10 Thread Chris Winters
e::HomePage::Anystock. What I'm really looking for is a way to use a module as the directory index. I'm not terribly opposed to using Rewrite, but I'm curious if there is an alternative method. -- Chris Winters Internet DeveloperINTES Networking [EMAIL PROTECTED]http://www.intes.net/

Re: Using handler for index

2000-07-10 Thread Chris Winters
) parameters are handled via normal means. Works swimmingly so far :) Chris * David Veatch ([EMAIL PROTECTED]) [000710 11:10]: At 10:33 AM 7/10/00 -0400, Drew Taylor wrote: Chris Winters wrote: This always worked for me: Location / SetHandler perl-script PerlHandler

Re: Using handler for index

2000-07-10 Thread Chris Winters
needing. The userid in this example. Frank Wiles [EMAIL PROTECTED] http://frank.wiles.org Actually, I tried that. It looks nicer, but if I'm passing more than one parameter it got confusing to remember which order they should go in. At least it was confusing for me :) Chris -- Chris

Re: I'm missing something in Apache::Cookie

2000-09-15 Thread Chris Winters
}-value; } HTH Chris -- Chris Winters Senior Internet Developerintes.net [EMAIL PROTECTED] http://www.intes.net/ Integrated hardware/software solutions to make the Internet work for you.

Re: Clean way of transfering Objects between childinit and request handlers ?

2000-09-17 Thread Chris Winters
the object is created but not when the object is returned. The object is stored in the class itself, and Class::Singleton is actually a really simple module (probably a 10-to-1 ratio of documentation-to-code), but it's nice to have a consistent, standard way of doing things. Chris -- Chris Winters

Re: [slightly OT] cache refusal problem with IE, http headers

2000-09-19 Thread Chris Winters
our months ago :) C -- Chris Winters Senior Internet Developerintes.net [EMAIL PROTECTED] http://www.intes.net/ Integrated hardware/software solutions to make the Internet work for you.

Re: Why isn't PerlSetEnv working for me?

2000-09-26 Thread Chris Winters
PerlSetEnv just doesn't work. Any ideas? Yes, I know the workaround: 'use lib' in startup.pl. But why? There's another workaround: in httpd.conf: Perl use lib qw( /usr/local/MyPerl/lib ); /Perl Pretty painless :) Chris -- Chris Winters Senior Internet Developerintes.net [EMAIL

Re: simplest authorization possible, please

2000-10-07 Thread Chris Winters
Type Basic AuthUserFile "/home/httpd/myapp/auth" require valid-user /Location The file /home/httpd/myapp/auth is administered with the 'htpasswd' binary distributed with Apache. The Apache website has more info, examples, etc. Chris -- Chris Winters Senior Internet Developer

Re: AARRRGH! The Apache Proxy is not transparent wrt cookies!

2000-10-19 Thread Chris Winters
, if that actually makes a difference ... martin Proxied cookies work ok for me, and I'm using mod_rewrite commands as well. Are you setting the domain correctly so the browser knows to send the cookie to the light-server? Chris -- Chris Winters Senior Internet Developerintes.net [EMAIL

(fwd) RE: [dcpm] Zombies under mod_perl?

2000-11-03 Thread Chris Winters
- End forwarded message - -- Chris Winters Senior Internet Developerintes.net [EMAIL PROTECTED] http://www.intes.net/ Integrated hardware/software solutions to make the Internet work for you.

Re: how do I store/retrieve a hash through Apache::Session?

2000-11-03 Thread Chris Winters
references: my %table = (this = 'that' ); $session{table} = \%table; ... my $table = $session{table}; foreach my $key ( keys %{ $table } ) { print "$key = $table-{ $key }\n"; } see 'perldoc perlref' for much more on references. HTH Chris -- Chris Winters Senior Internet

Re: Win32 Proxy question

2000-11-13 Thread Chris Winters
this. (OTOH, if you can get away with how mod_perl currently works on Win32 then there's not much point in PerlEx.) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Article idea: mod_perl + JSP

2000-12-12 Thread Chris Winters
ress JSP's deficiencies. But JSP has hooks in various editors (notably Dreamweaver) and has big money (Sun, Oracle, IBM...) behind it. Plus it has a published standard and (despite its syntax) is quite extensible. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Article idea: mod_perl + JSP

2000-12-13 Thread Chris Winters
I think it's important to talk intelligently about both. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Article idea: mod_perl + JSP

2000-12-14 Thread Chris Winters
w the site works I'll be able to more effectively evangelize for mod_perl -- I'd be coming from a much different position than if I were simply arguing one language (or technology) against another. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Article idea: mod_perl + JSP

2000-12-14 Thread Chris Winters
:-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

ANNOUNCE: OpenInteract Web Application Server

2001-02-06 Thread Chris Winters
/GPL license as Perl. Hope you find it as much fun as I do! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-06 Thread Chris Winters
lean model of both of them. I hope to swipe (with generous attribution) as much as possible. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: [Templates] Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-06 Thread Chris Winters
(intes.net) uses it constantly and pays people to develop applications for it. I'm finding how difficult it is to do more programming after hours, even fun stuff like this. This is getting rapidly OT. Moving this onto the -dev list is a good idea. Thanks, Chris -- Chris Winters ([EMAIL PROTECTED

Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-08 Thread Chris Winters
* Stephane Bortzmeyer ([EMAIL PROTECTED]) [010208 08:28]: On Tuesday 6 February 2001, at 21 h 57, the keyboard of Chris Winters [EMAIL PROTECTED] wrote: I'm jazzed to announce the public release of OpenInteract, an extensible web application framework using mod_perl and the Template

ANNOUNCE: OpenInteract 1.06

2001-02-26 Thread Chris Winters
/openinteract/ Other home: http://www.openinteract.org/ Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

win32 mod_perl, libapreq questions

2001-03-03 Thread Chris Winters
vironment is taken for granted :-) I can provide many more details about the system, setup, etc. if necessary. Thanks much, Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Chris Winters
contains this modified mod_perl build - this should fix the above problem. Excellent -- this seems to work perfectly! Thanks. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: [OT] JMS-like event framework for Perl

2001-03-12 Thread Chris Winters
:-) Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: is Apache::Request upload-fh lazy or not?

2001-04-14 Thread Chris Winters
getting impatient, clicking the browser's 'Stop' button and resubmitting the request. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Syntax errors across multiple virtual hosts with separate codebase

2001-05-02 Thread Chris Winters
at least, it works fine. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Object - RDBMS mapping tools and mod_perl

2001-05-10 Thread Chris Winters
it, there's some initialization you'll probably want to do at server startup and in the child init phase -- let me know if you're interested and I'll pull the SPOPS-specific stuff out of OpenInteract. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: [Mason] Object - RDBMS mapping tools and mod_perl

2001-05-10 Thread Chris Winters
/openinteract/) mailing lists. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Object - RDBMS mapping tools and mod_perl

2001-05-11 Thread Chris Winters
can do in the (relatively) near future. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: forced win32 mod_perl

2001-05-24 Thread Chris Winters
... :) ActiveState sells a (IMO) cheap solution for just this sort of thing: PerlEx. (http://www.activestate.com/perlex/) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: forced win32 mod_perl

2001-05-24 Thread Chris Winters
find anything about content handlers on their sites. I hadn't realized you were so tied to the mod_perl way of doing this, my bad. I heard the magic words 'forced to move to Win2000' and my reflex kicked in :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack

OpenInteract 1.07 released

2001-06-10 Thread Chris Winters
around, stop by and say hi. Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: CGI::Cookie vs Apache::Cookie -- help?

2001-06-17 Thread Chris Winters
: #same as $cookie-bake $r-err_headers_out-add(Set-Cookie = $cookie-as_string); HTH Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

OpenInteract 1.1 released

2001-07-21 Thread Chris Winters
/shownotes.php?release_id=44382 Sourceforge home (mailing lists, CVS, bugs, etc.): http://sourceforge.net/projects/openinteract/ Other home: http://www.openinteract.org/ Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: [OT] Inspired by closing comments from the UBB thread.

2001-08-01 Thread Chris Winters
-- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

ANNOUNCE: OpenInteract 1.2

2001-09-01 Thread Chris Winters
://sourceforge.net/project/shownotes.php?release_id=50416 Sourceforge home (mailing lists, CVS, bugs, etc.): http://sourceforge.net/projects/openinteract/ Other home: http://www.openinteract.org/ Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Template or XML = OpenInteract?

2001-09-15 Thread Chris Winters
. I'll take this msg over to the list to see if we can help out. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Template or XML?

2001-09-15 Thread Chris Winters
., a guestbook) in OI is if I already had an OI system installed and wanted to extend it. Hope this helps, Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Using DOM to build your output documents

2001-10-03 Thread Chris Winters
lack of experience with it too :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: eval error

2001-11-07 Thread Chris Winters
a true value at (eval 146) line 3. Yep -- read the part in 'perldoc perlmod' about returning a true value from your module. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[JOB] OpenInteract developer wanted

2001-11-09 Thread Chris Winters
A company I've been working with asked me to post this job. You'd be working with a substantial (and growing!) OpenInteract system that I designed and built, which could be a plus or a minus depending on how you look at it :-) Feel free to ask me for details. Chris

[ANNOUNCE] OpenInteract 1.35

2001-11-29 Thread Chris Winters
/project/shownotes.php?release_id=63337 Sourceforge home (mailing lists, CVS, bugs, etc.): http://sourceforge.net/projects/openinteract/ Other home: http://www.openinteract.org/ Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Installing mod_perl 1.26 on solaris 2.7

2001-11-29 Thread Chris Winters
trying to use HTML::Mason). Apache::Request is a separate package -- IIRC you can install it from CPAN no problem. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[ANNOUNCE] OpenInteract 1.30 released

2001-10-15 Thread Chris Winters
Sourceforge home (mailing lists, CVS, bugs, etc.): http://sourceforge.net/projects/openinteract/ Other home: http://www.openinteract.org/ Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Mod_perl component based architecture

2001-10-16 Thread Chris Winters
in the filesystem as well. I wouldn't call it a content-management system really, but users find it pretty useful to see a typo, click on 'Edit this Document', make the change and see it instantly. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Mod_perl component based architecture

2001-10-16 Thread Chris Winters
/remove functinonality extremely easy. -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Mod_perl component based architecture

2001-10-16 Thread Chris Winters
of it. But if you've been working on and building up a platform for 4+ years that already does this, then there's very little to be gained and lots to be lost by moving to an application server. :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since

Re: User customisable website application?

2001-12-09 Thread Chris Winters
in. Chris [1] http://perl.apache.org/#appservers [2] http://openframe.fotango.com/ -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[ANNOUNCE] OpenInteract 1.37

2002-01-19 Thread Chris Winters
://prdownloads.sourceforge.net/openinteract/OpenInteract-1.37.tar.gz Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=70689 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: libapreq problem and mozilla 0.97

2002-02-05 Thread Chris Winters
rather than libapreq. It affects browsers based on mozilla (Galeon, etc.) as well, but it's been fixed (as you noted) in 0.9.8. For more info: http://bugzilla.mozilla.org/show_bug.cgi?id=116210 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[ANNOUNCE] OpenInteract 1.38 released

2002-02-25 Thread Chris Winters
://prdownloads.sourceforge.net/openinteract/OpenInteract-1.38.tar.gz Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=76969 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Apache::Session problems

2002-02-28 Thread Chris Winters
. Be sure you've got the latest version of Storable installed. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Pipelinning Output APP Framework

2002-04-05 Thread Chris Winters
stuff with pipelines. It's on CPAN and at http://openframe.fotango.com/ Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

OpenInteract 1.40 released

2002-05-07 Thread Chris Winters
are listed in the 'Changes' file. Source (also via CPAN): http://prdownloads.sourceforge.net/openinteract/OpenInteract-1.40.tar.gz Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=88422 Thanks, Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable

Re: Storing blessed objects via Apache::Session

2002-05-21 Thread Chris Winters
recent versions -- 1.50+ -- of Apache::Session. The only way it might be a problem is if you're trying to save a special resource in the session -- database handle, socket connection, etc. Are you sure basic sessions are working ok? Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise

Re: Storing blessed objects via Apache::Session

2002-05-21 Thread Chris Winters
On Tue, 2002-05-21 at 19:19, [EMAIL PROTECTED] wrote: Chris Winters writes: Nothing special should be required -- I've done this with no problem using recent versions -- 1.50+ -- of Apache::Session. The only way it might be a problem is if you're trying to save a special resource

Re: separating C from V in MVC

2002-06-11 Thread Chris Winters
to add more information to the action and have it available in an object that is instantiated by the dispatcher which then tells the object to run itself. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

OpenInteract 1.41 released

2002-08-13 Thread Chris Winters
changes: http://sourceforge.net/project/shownotes.php?release_id=104968 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Mod_perl Application Development

2002-08-18 Thread Chris Winters
from the apache configuration and can generally be more flexible, allowing for application-level security settings, etc. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[ANNOUNCE] OpenInteract 1.50 released

2002-08-25 Thread Chris Winters
.tar.gz?download Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=107160 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: large projects in mod_perl

2002-08-28 Thread Chris Winters
server. I'd like to hear more about projects that manage session state across a web farm, allow for remote objects, transaction management, etc... This should be useful: http://perl.apache.org/products/app-server.html Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable

[ANNOUNCE] OpenInteract 1.51 released

2002-09-08 Thread Chris Winters
/OpenInteract-1.51.tar.gz?download Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=109677 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

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

2002-10-19 Thread Chris Winters
On Fri, 2002-10-18 at 17:46, Tobyn Baugher wrote: As someone fairly new to mod_perl could you make a suggestion of a good alternative to Apache::Cookie? I was using it just because, like Apache::Request, it was *there*. The pure-perl CGI::Cookie works fine. Chris -- Chris Winters ([EMAIL

Re: [RFC] Apache::LDAP

2002-12-02 Thread Chris Winters
-- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

ANNOUNCE: OpenInteract 1.56 released

2003-02-17 Thread Chris Winters
=16810release_id=140942 I'll release it to PAUSE when the main CPAN mirror gets over its recent difficulties. Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Browser doesn't stop loading a page

2003-02-26 Thread Chris Winters
.) in the page that's not being loaded because the site is inaccessible or it's overloaded. Generally nothing to do with mod_perl :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: advice on implementing a controller manager

2003-07-01 Thread Chris Winters
it and it's saved quite a lot of grief. It also makes for nice decoupling which is always a good thing. Of course, you could use OpenInteract as an MVC framework that uses the Template Toolkit, but that's a different matter... :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable

[ANNOUNCE] OpenInteract 1.99_01 (2.0 beta 2) released

2003-07-03 Thread Chris Winters
://openinteract.sourceforge.net/docs/oi2/ [3] http://prdownloads.sourceforge.net/openinteract/OpenInteract-1.99_01.tar.gz?download -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: templating system opinions

2003-07-21 Thread Chris Winters
this option (storing templates in the database) out of OpenInteract. Well, actually you can still do it, I just make it really tough :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

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

2003-07-23 Thread Chris Winters
head around everything it does. Classic trade-off :-) Good luck! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

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

2003-07-23 Thread Chris Winters
Dave Rolsky wrote: There's a fine book about it. www.masonbook.com Just an unbiased opinion ;) Hey, I'd be happy to write a book about OpenInteract ;-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Application design patterns

2003-07-24 Thread Chris Winters
/OpenInteract2/Manual/Architecture.shtml Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

ANNOUNCE: OpenInteract 1.60 released

2003-08-18 Thread Chris Winters
changes: http://sourceforge.net/project/shownotes.php?release_id=178076 It's also winging its way around CPAN. Thanks! Chris PS: Most of these changes were actually in 1.59 but 1.60 was a release of the oops-fifteen-minutes-later variety. -- Chris Winters ([EMAIL PROTECTED]) Building

[ANNOUNCE] OpenInteract 1.99_03 (2.0 beta 3) released

2003-09-08 Thread Chris Winters
/docs/oi2/ [3]http://prdownloads.sourceforge.net/openinteract/OpenInteract-1.99_03.tar.gz?download -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.