Re: templating system opinions (axkit?)

2003-07-21 Thread James G Smith
Jesse Erlbaum [EMAIL PROTECTED] wrote: It's mostly hype in my experience. And not even very useful hype, like Java or PHP, which are actually real things which people might want to use. XSLT seems to be XML geeks' answer to CSS+templating. As if CSS wasn't very successful, as if the world

Re: [RFC] web-messaging application for mod_perl

2003-07-16 Thread James G Smith
Adi Fairbank [EMAIL PROTECTED] wrote: On, or in the near vicinity of Tue, 15 Jul 2003 01:47:13 -0500 Ok, I'm sold. Now I get the reason for not using such a generic name. In fact, I really like your suggestion Apache::App::Mercury. If you don't mind, I'll use that name! Do you mind? Glad I

Re: [RFC] web-messaging application for mod_perl

2003-07-15 Thread James G Smith
Adi Fairbank [EMAIL PROTECTED] wrote: On, or in the near vicinity of Mon, 14 Jul 2003 18:49:58 +0300 Stas Bekman [EMAIL PROTECTED] has thus written: Probably the best bet is to give it some cool unique name, like Apache::AdiChat and then you are all set, since you are not going to take over

ANNOUNCE: Gestinanna::POF 0.04

2003-06-27 Thread James G Smith
Gestinanna::POF is yet another persistent object framework. It supports data accessable via Alzabo, Net::LDAP, and MLDBM (or MLDBM::Sync), as well as combinations of these, using a uniform API. Changes in this version: LDAP support is on-par with support for the other data stores. EXISTS

ANNOUNCE: Gestinanna::POF::Repository 0.01

2003-06-17 Thread James G Smith
Gestinanna::POF::Repository manages a revision controlled data store based on Gestinanna::POF::Alzabo, allowing revision-controlled documents without requiring direct filesystem access. This package uses CVS as its model but with some differences: o Objects may not be deleted o If a revision

ANNOUNCE: Gestinanna::POF 0.02

2003-06-15 Thread James G Smith
Gestinanna::POF is a collection of modules providing an abstract persistant object framework intended for use by the Gestinanna application framework though it may be used outside of that framework. Gestinanna::POF currently supports Alzabo, MLDBM, LDAP (limited testing), and aggregations of

ANNOUNCE: Gestinanna::POF 0.01

2003-06-12 Thread James G Smith
This is yet another persistent object framework, but designed for the Gestinanna application framework ( http://sf.net/projects/gestinanna/ ) though it can work outside that framework. Gestinanna::POF currently supports Alzabo, MLDBM, LDAP (limited testing), and aggregations of objects. Security

[ANNOUNCE] Uttu 0.05

2003-03-12 Thread James G Smith
The uploaded file Uttu-0.05.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Uttu-0.05.tar.gz size: 54148 bytes md5: 29ac0663f8dce1037e8c52b4c20ea26e For those feeling adventurous Uttu (still in late-alpha/early-beta and needing a lot more documentation) is a web

Re: Load balancers

2003-01-13 Thread James G Smith
Perrin Harkins [EMAIL PROTECTED] wrote: John Siracusa wrote: But meanwhile, we're still open to alternatives. Surprisingly, there don't seem to be many (software) options. (A hardware load balancer is not an option at his time, but I'll also take any suggestions in that area :) I've always

Re: OSCON ideas - MVC talk

2003-01-09 Thread James G Smith
Nathan Torkington [EMAIL PROTECTED] wrote: Ask Bjoern Hansen writes: On Wed, 8 Jan 2003, Perrin Harkins wrote: Like Perrin I would like feedback on the idea before putting in my proposal. I've also been asked if anyone has a wishlist of talks they'd like to see at the conference. Ideally

Re: [RFC] Apache::LDAP

2002-12-02 Thread James G Smith
Chris Winters [EMAIL PROTECTED] wrote: On Sun, 2002-12-01 at 20:32, James G Smith wrote: ( Actually, the name is chosen to `rhyme' with Apache::DBI. There are no dependencies on Apache or mod_perl. ) NAME Apache::LDAP - provides persistent LDAP connections Does this overlap

[RFC] Apache::LDAP

2002-12-01 Thread James G Smith
{ my($class, $params) = @_; # return new connection } sub test_connection { my($class, $connection) = @_; # return true if $connection is good } __END__ SEE ALSO the Net::LDAP manpage, the Net::LDAPS manpage. AUTHOR James G. Smith [EMAIL

Re: [RFC] Apache::LDAP

2002-12-01 Thread James G Smith
Per Einar Ellefsen [EMAIL PROTECTED] wrote: Hi James, At 02:32 02.12.2002, James G Smith wrote: ( Actually, the name is chosen to `rhyme' with Apache::DBI. There are no dependencies on Apache or mod_perl. ) If there is no link with Apache::DBI, I suggest that you choose a more appropriate

Re: AW: Apache::DBI and password security

2002-11-15 Thread James G Smith
=?iso-8859-1?Q?=22Fa=DFhauer=2C_Wolfgang=2C_FCI3=22?= [EMAIL PROTECTED] ads.net wrote: Hi, I want to build a database application based on mod_perl and Apache::DBI. The goal of Apache::DBI is to get persistent database connections using only one database user because of resource limits. The

Re: sending ssl certificate according to virtual host

2002-11-06 Thread James G Smith
Mathieu Jondet [EMAIL PROTECTED] wrote: hi all, i'm actually working on a system where a user can create domains / subdomains throug a webinterface and doesn't have to interact with the httpd.conf. For this I use a unique virtualhost which intercept all client request no matter which vh is

Re: OO handlers

2002-11-06 Thread James G Smith
Richard Clarke [EMAIL PROTECTED] wrote: Now I feel stupid. $sub-handler was supposed to be $sub-handler. That's what you get for being impatient. or perhaps `sub { $sub - handler(@_) }' -- if quoting works, great, but I would fear that $sub-handler would stringify before push_handlers got

Re: Same $dbh under different pids?

2002-10-30 Thread James G Smith
Perrin Harkins [EMAIL PROTECTED] wrote: harm wrote: On Wed, Oct 30, 2002 at 06:05:51PM +0800, Philippe M. Chiasson wrote: For the same reason that running this: $ perl -e'fork; { $foo = {}; print $$:$foo\n}' 1984:HASH(0x804c00c) 1987:HASH(0x804c00c) produces this for me, every single time I

[ANNOUNCE] StateMachine::Gestinanna 0.06

2002-10-25 Thread James G Smith
This module can be used for some of the same applications as CGI::Application. It can also be used outside the web environment. It does not handle sessions and other application-dependent data management. This is a fairly complete object oriented approach to building state machines. Both ISA

Re: [ANNOUNCE] StateMachine::Gestinanna 0.06

2002-10-25 Thread James G Smith
William McKee [EMAIL PROTECTED] wrote: On 25 Oct 2002 at 1:25, James G Smith wrote: This module can be used for some of the same applications as CGI::Application. It can also be used outside the web environment. It does not handle sessions and other application-dependent data management. Hi

Re: virtualhost based variables

2002-10-02 Thread James G Smith
Alan [EMAIL PROTECTED] wrote: Greetings again. I'm trying to figure out the best/fastest/most elegant way of setting virtualhost based variables. Basically I have three sites, and the only difference between them is the DocumentRoot ($htdocroot) and the database their data is being accessed

Re: Change in module naming conventions

2002-08-27 Thread James G Smith
Per Einar Ellefsen [EMAIL PROTECTED] wrote: What I came to was this: http://users.skynet.be/pereinar/mod-perl/modules.txt Looks good, overall. I like the Apache::Framework:: namespace :) Some questions I got which I'm not too sure of: - I originally had Apache::Auth::Authen, ::Authz and

Re: process priorities and performance

2002-08-21 Thread James G Smith
Jim Helm [EMAIL PROTECTED] wrote: Everything I've read as an SA (for Solaris at least - though I would expect the other *nices to be similar) was to never set a user space (non O/S) process to less than -15. Other than that, it's another of those YMMV, measure before and after, and if it helps

Re: Apache::Session - What goes in session?

2002-08-21 Thread James G Smith
Jesse Erlbaum [EMAIL PROTECTED] wrote: Hi Peter -- The morale of the story: Flat files rock! ;-) If I'm using Apache::DBI so I have a persistent connection to MySQL, would it not be faster to simply use a table in MySQL? Unlikely. Even with cached database connections you are probably

Re: Mod_perl Application Development

2002-08-18 Thread James G Smith
Chris Winters [EMAIL PROTECTED] wrote: On Sat, 2002-08-17 at 19:31, Jonathan Lonsdale wrote: I'm curious to know how people approach application development with mod_perl in situations where there could be dozens of distinct screens/interfaces. I'm currently using the HTML::Template system.

[ANNOUNCE] StateMachine::Gestinanna 0.05

2002-08-16 Thread James G Smith
Changes: 0.05 - Added Class::Container to make creation of new state machine types (vs. applications) easier StateMachine::Gestinanna is a fairly simple state machine implementation that is driven by the application. It does not actually drive an application but provides hints as to

[ANNOUNCE] StateMachine::Gestinanna 0.02

2002-08-02 Thread James G Smith
We now support HAS-A inheritance as well as ISA (sort of standard Perl) inheritance (see documentation for details). Now a state machine can contain other state machines without state namespace clashes. StateMachine::Gestinanna is a fairly simple state machine implementation that is driven by

[ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread James G Smith
StateMachine::Gestinanna is a fairly simple state machine implementation that is driven by the application. It does not actually drive an application but provides hints as to what the application should do next. It is designed to be especially helpful in a Model/View/Controller web-application

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread James G Smith
James G Smith [EMAIL PROTECTED] wrote: The distribution is available on CPAN (soon -- has been uploaded) and at http://sourceforge.net/project/gestinanna/ Make that http://sourceforge.net/projects/gestinanna/ -- James Smith [EMAIL PROTECTED], 979-862-3725 Texas AM CIS Operating Systems Group

Re: [ANNOUNCE] StateMachine::Gestinanna 0.01

2002-07-31 Thread James G Smith
Ron Savage [EMAIL PROTECTED] wrote: On Wed, 31 Jul 2002 12:32:51 -0500, James G Smith wrote: James G Smith [EMAIL PROTECTED] wrote: The distribution is available on CPAN (soon -- has been uploaded) and at http://sourceforge.net/project/gestinanna/ Make that http://sourceforge.net/projects

[ANNOUNCE] Uttu 0.03

2002-07-28 Thread James G Smith
In preparation for some other work I'm doing, I have added some features and fixed some bugs in Uttu: o Added support for AxKit as a content handler. The handler allows using either HTML::Mason or Template Toolkit as an XML provider with a simple configuration setting. o Made the

Re: [ANNOUNCE] Petal 0.1

2002-07-17 Thread James G Smith
Dave Rolsky [EMAIL PROTECTED] wrote: On Wed, 17 Jul 2002, Rob Nagler wrote: Petal lets me do that. If that's not of any use to you, fine. The world is full of excellent 'inline style' modules such as HTML::Mason, HTML::Embperl and other Apache::ASP. These all work on the assumption that

Re: mod_perl/passing session information (MVC related, maybe...)

2002-06-12 Thread James G Smith
John Siracusa [EMAIL PROTECTED] wrote: On 6/12/02 12:17 PM, Perrin Harkins wrote: James G Smith wrote: The nice thing about the context then is that customers can have multiple ones for multiple windows and they can have more than they have windows. How do you tie a context to a window? I

Re: separating C from V in MVC

2002-06-10 Thread James G Smith
Valerio_Valdez Paolini [EMAIL PROTECTED] wrote: Ray Zimmerman wrote: So how is everybody else handling URL mapping? On Mon, 10 Jun 2002, John Hurst wrote: In the filesystem. Directly requested .tt files are all sent to a default template handler: [...] % cat admin/proj-edit.tt [%

Re: Generating dynamic VirtualHost and Location directives and reloading Apache configuration

2002-06-03 Thread James G Smith
Mathieu Jondet [EMAIL PROTECTED] wrote: Hi all, I'm actually working on a application for generating dynamic virtual host and locations in these virtual host from a web interface. The purpose of this application is to give a non-administrator the possibility of adding on the fly

Re: Cheap and unique

2002-05-07 Thread James G Smith
[EMAIL PROTECTED] wrote: I would have sent both to the client. The sequence would be *the* id and is guaranteed to be uinique by the database (or whatever else is around that does this reliably). The idea is that by combining the random secret with the ID and sending the digest with that the

Re: SOAP and web services

2002-05-03 Thread James G Smith
Bart Frackiewicz [EMAIL PROTECTED] wrote: Hi Ric, I use mod_perl/apache/soap::lite to create an internal application server so that I can distribute processing load from the public webserver. This also allows me to expose a soap web service to the public if I wished to give them

Re: File::Redundant

2002-04-25 Thread James G Smith
Cahill, Earl [EMAIL PROTECTED] wrote: Just putting about a little feeler about this package I started writing last night. Wondering about its usefulness, current availability, and just overall interest. Designed for mod_perl use. Doesn't make much sense otherwise. I would think it could be

Re: File::Redundant

2002-04-25 Thread James G Smith
Andrew McNaughton [EMAIL PROTECTED] wrote: On Thu, 25 Apr 2002, James G Smith wrote: What's a `very large amount of data' ? Our NIS maps are on the order of 3 GB per file (64k users). Over a gigabit ethernet link, this still takes half a minute or so to copy to a remote system, at least

Re: Apache::Session suggested mod

2002-04-10 Thread James G Smith
Vuillemot, Ward W [EMAIL PROTECTED] wrote: Has anyone ever thought to have the table name modifiable? E.g. instead of 'sessions', you could set it to something like 'preferences' for a given instance. I wanted to maintain session information, but also preferences that are attached to a given

Re: mod_perl Cook Book

2002-04-05 Thread James G Smith
Rasoul Hajikhani [EMAIL PROTECTED] wrote: Hello folks, Has anyone purchased the mod_perl cook book from this list? If so, what do you think of it? Is it a good buy? Appreciate feed back. Thanks in advance I enjoyed it -- I have it on my desk ready to crack open at a moment's notice. But then,

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread James G Smith
[EMAIL PROTECTED] (Randal L. Schwartz) wrote: Jim == Jim Smith [EMAIL PROTECTED] writes: Jim Basically, mod_perl can run scripts in the same manner as any other Jim unix program. Maybe we're getting hung up on details, but mod_perl is not a unix program. It's a module for Apache. Therefore,

Re: Permission conflict between mod_cgi and mod_perl

2002-03-25 Thread James G Smith
Ilya Martynov [EMAIL PROTECTED] wrote: On Mon, 25 Mar 2002 15:17:06 -0600, James G Smith [EMAIL PROTECTED] said: JS And the sky isn't blue, but the results are the same. JS mod_perl can't run scripts. JS Scripts can be run from mod_perl. JS More than that, set-uid scripts can be run from

[ANNOUNCE] Uttu 0.01 (dev) - web application driver

2002-03-20 Thread James G Smith
I finally got enough stuff done and put together that I feel ready to let someone else hammer at the code and tell me where my stupid mistakes are :) Most likely, the documentation will be poor - as usual, it lags a bit behind the code. $CPAN/authors/id/J/JS/JSMITH/Uttu-0.01.tar.gz

Re: About PerlLogHandler phase

2002-02-11 Thread James G Smith
Randy J. Ray [EMAIL PROTECTED] wrote: * If I install a handler for PerlLogHandler, does the normal logging still take place? Is it a function of whether my handler returns OK, DECLINED, etc.? Not sure -- anyone want to play around a bit? * Are there ways to register other log types, in

Re: About PerlLogHandler phase

2002-02-11 Thread James G Smith
James G Smith [EMAIL PROTECTED] wrote: Hmm... /me smells an Apache::Logger module... (or something with a similar name). Looks like Paul caught it before I did... (Apache::LogFile). -- James Smith [EMAIL PROTECTED], 979-862-3725 Texas AM CIS Operating Systems Group, Unix

[RFC] Mason-based application framework, kindof

2002-01-27 Thread James G Smith
I'm working on putting together a site that can handle existing system management functions as well as allow for easy expansion by people that might not know how the core of the site works. In the process, I've come up with an interesting division of labor and a module. For now, I'm calling the

Storing data for conf directives

2002-01-24 Thread James G Smith
I have a module I'm calling ZZZ that provides an Apache conf directive, ZZZConf, which takes one argument - a file name. This is then given to an AppConfig object to read in the configuration file. I am storing this in the $cfg object tied to the Location section in which the directive appears.

Re: apache 2.0.28 and mod_perl

2002-01-18 Thread James G Smith
Bryan Henry [EMAIL PROTECTED] wrote: are there issues with running mod_perl on Apache 2.0? I have not found any complaints or warnings in any documentation. I wouldn't expect mod_perl 1.x to work with Apache 2.x. The API is completely (or pretty much so) different. mod_perl 2.0 is being

Re: push_handlers

2002-01-11 Thread James G Smith
Stathy Touloumis [EMAIL PROTECTED] wrote: For some reason the call to 'push_handlers' does not seem to register the 'handler' with mod_perl correctly when used in the code below. It seems that only a few initial requests will successfully be processed by this handler. It then just seems to be

[ANNOUNCE] Apache::Handlers 0.02 / Perl::WhichPhase 0.01

2002-01-07 Thread James G Smith
The uploaded file Apache-Handlers-0.02.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Apache-Handlers-0.02.tar.gz size: 6720 bytes md5: 7b7174b3b60bb7258d388467e33cfbff This module allows snippets of code to be run at any of the phases during a request. It can be

[DIGEST] mod_perl digest 2001/12/31

2002-01-03 Thread James G Smith
-- mod_perl digest December 23, 2001 - December 31, 2001 -- Recent happenings in the mod_perl world... Covering

RFC: Apache::Handlers

2002-01-03 Thread James G Smith
This is a module I am working on, but haven't debugged yet. Looking for comments on what the name of the module should be if Apache::Handlers is not a good name. General comments on design are welcome as well. NAME Apache::Handlers SYNOPSIS In code: use Apache::Handlers

[DIGEST] mod_perl digest 2001/12/22

2001-12-23 Thread James G Smith
-- mod_perl digest December 16, 2001 - December 22, 2001 -- Recent happenings in the mod_perl world... Features

[DIGEST] mod_perl digest 2001/12/15

2001-12-18 Thread James G Smith
-- mod_perl digest December 1, 2001 - December 15, 2001 -- Recent happenings in the mod_perl world... With many

[ANNOUNCE] Module::Require

2001-12-17 Thread James G Smith
Module::Require allows regular expressions or globs to be used for loading modules. For example: require_regex qw[ DBD::.* ]; OR require_glob qw[ DBD::* ]; will both load all of the available DBD:: modules, returning a list of existing files that could not be loaded. Both functions take

Re: Any good WebMail programs?

2001-12-13 Thread James G Smith
Francesco Pasqualini [EMAIL PROTECTED] wrote: IMP is probably the best but it's written in PHP www.horde.org I know this is straying into OT territory, but hopefully someone can benefit from the discussion. We used an IMP based product for a while, but if you must customize the code, TWIG

Re: RFC: CGI vs. Apache Namespace Question

2001-12-12 Thread James G Smith
darren chamberlain [EMAIL PROTECTED] wrote: 5) Include Apache::URI2Param with the CGI::URI2Param module that gets installed along with CGI::URI2Param if Apache.pm is installed, where Apache::URI2Param calls CGI::URI2Param::uri2param. That'd be the way I would go, although

[JOB] web/systems programming position at TAMU

2001-12-07 Thread James G Smith
Texas AM University just opened a position for a software applications developer. You would be working (most likely) with me developing web applications and other code to enable system functions. You would need to relocate to the Bryan/College Station area. Notice of vacancy:

Installing mod_perl 1.26 on solaris 2.7

2001-11-29 Thread James G Smith
I have the 1.26 tarball untar'd and run the following command: % find . -name Request.pm -print It prints nothing. Is there supposed to be an Apache/Request.pm file somewhere? Apache complains that it can't find it on startup (I'm trying to use HTML::Mason). -- James Smith [EMAIL PROTECTED],

[ANNOUNCE] AI::Menu 0.01

2001-11-19 Thread James G Smith
The uploaded file AI-Menu-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/AI-Menu-0.01.tar.gz size: 5587 bytes md5: 8272d6782f0cb041e27ffd50cd38ce56 readme: http://sourceforge.net/project/shownotes.php?release_id=62025 download:

Re: open-source suggestion for a knowledge-base/search engine?

2001-11-12 Thread James G Smith
Grant Babb [EMAIL PROTECTED] wrote: --=_3114418==_.ALT Content-Type: text/plain; charset=us-ascii; format=flowed all- In our migration to open-source solutions, I have been asked to suggest a solution for our knowledge base. We have found that a well-indexed

ANNOUNCE: PerlKB 0.04

2001-10-17 Thread James G Smith
Well, after some more code slinging, here's another cut of the Perl Knowledge Base code. I've added support for loading modules from case-insensitive file systems with no prior knowledge of the module case (pod, Pod, or POD, for example and know which it probably was). PerlKB::Base is the

[Knowledge Base] First coherent release

2001-10-10 Thread James G Smith
I've put together a tarball of the PerlKB modules: http://prdownloads.sourceforge.net/perlkb/PerlKB-0.02.tar.gz The example/ directory has a little script that shows how the store objects work. The scripts/ directory has a perl script that starts up the PerlKB::Shell monitor (modeled in a

[Knowledge Base] Initial storage code

2001-10-03 Thread James G Smith
I've worked up a couple of modules that illustrate the storage mechanism I have in mind. http://prdownloads.sourceforge.net/perlkb/PerlKB-Store-0.01.tar.gz This consists of PerlKB::Store and PerlKB::Store::File. An example: #! /usr/bin/perl use PerlKB::Store; $t = tie %hash,

Knowledge Base design/proposal

2001-10-02 Thread James G Smith
I have an initial *very rough* draft of a design document and project proposal for the knowledge base. Please do not consider it final. http://www.jamesmith.com/code/perlkb/ There are links to both PostScript and PDF versions, uncompressed and gzip'd. Comments are welcome on general

[ANNOUNCE] Config::LDAP

2001-09-27 Thread James G Smith
The uploaded file Config-LDAP-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Config-LDAP-0.01.tar.gz size: 6725 bytes md5: aa8ba7d25e8e059fe9b71ddbdb668550 Nothing too mod_perly, but LDAP and websites do seem to go together at times. This module will try

[ANNOUNCE] Config::Pod 0.01

2001-09-24 Thread James G Smith
This is the first module to come out of the knowledge base project. This module allows configuration files to be written in POD, plain ol' documentation. It only looks at headers and items (=head(\d)+ and =item lines), so anything else can be included to help explain what is being configured.

Re: Knowledge Base for 2.0

2001-09-19 Thread James G Smith
Stas Bekman [EMAIL PROTECTED] wrote: On Sun, 16 Sep 2001, Jim wrote: I am able to provide hosting at least during development. I'll put out a URL when we get something together. That's great! Once it's working, we may start using it for all ASF projects and then it'll be easy to host it on

Re: BOF?

2001-07-15 Thread James G Smith
Matt Sergeant [EMAIL PROTECTED] wrote: On Sat, 14 Jul 2001, brian moseley wrote: On Sat, 14 Jul 2001, Ken Williams wrote: I just noticed that there's no mod_perl BOF listed at http://conferences.oreillynet.com/cs/os2001/pub/10/bofs.html . Is one scheduled? If not, let's get one

Re: RFC: Logging used Perl Modules (was Re: API Design Question)

2001-07-10 Thread James G Smith
Doug MacEachern [EMAIL PROTECTED] wrote: On Tue, 3 Jul 2001, James G Smith wrote: The current code I have uses %INC, but I wanted to write something like the following: sub use : immediate { # do stuff here if logging return CORE::use(@_); } you could just override CORE::GLOBAL

Module::Use 0.03

2001-07-05 Thread James G Smith
Yes, another day and another version... o Decay and Grow configurations to help make module set change with the needs of the scripts. o DB_FileLock logger actually works now. o Debug logger now sorts the modules before printing. o Modules are automatically loaded properly. The Decay and Grow

Re: DSO suexecx mod_perl

2001-07-05 Thread James G Smith
Oliver [EMAIL PROTECTED] wrote: Hello, OK, but I can I govern this: in the apache configuration of ./configure I tried to add some DSO (Dynamical Shared Objects) like this ./configure --enable-module=most --enable-shared=max --enable-suexec --suexe c-caller=apache --suexec-docroot=/home

Re: RFC: Logging used Perl Modules (was Re: API Design Question)

2001-07-03 Thread James G Smith
darren chamberlain [EMAIL PROTECTED] wrote: James G Smith [EMAIL PROTECTED] said something to this effect on 07/02/2001: How would something like this do: NAME Apache::Use SYNOPSIS use Apache::Use (Logger = DB, File = /www/apache/logs/modules); DESCRIPTION Apache::Use

Re: RFC: Logging used Perl Modules

2001-07-03 Thread James G Smith
darren chamberlain [EMAIL PROTECTED] wrote: James G Smith [EMAIL PROTECTED] said something to this effect on 07/03/2001: sub use : immediate { # do stuff here if logging return CORE::use(@_); } To go OT here, what would 'immediate' be doing here, if Perl supported it? It would be run

Re: using XML::Parser with apache/modperl ???

2001-07-03 Thread James G Smith
Christian Wattinger [EMAIL PROTECTED] wrote: hi question: is it possibly (should certainly be) to use the perl XML::Parser module with apache/modperl?? I don't know about OS X, but my experience on OpenBSD requires Apache and XML::Parser be compiled with the same expat library. Either have

Module::Use 0.02 uploaded

2001-07-03 Thread James G Smith
The uploaded file Module-Use-0.02.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Module-Use-0.02.tar.gz size: 2917 bytes md5: 96c3d47fb65b1f392626b082cf6ad85d No action is required on your part Request entered by: JSMITH (James G Smith) Request entered on: Wed, 04

RFC: Logging used Perl Modules (was Re: API Design Question)

2001-07-02 Thread James G Smith
How would something like this do: NAME Apache::Use SYNOPSIS use Apache::Use (Logger = DB, File = /www/apache/logs/modules); DESCRIPTION Apache::Use will record the modules used over the course of the Perl interpreter's lifetime. If the logging module is able, the old logs are read and

Re: SOAP, WSDL etc.

2001-06-13 Thread James G Smith
=?iso-8859-1?Q?Jes=FAs_Lasso_S=E1nchez?= [EMAIL PROTECTED] wrote: Hi James, I'm working on a similar project with a farm of web servers that must to access data in a LDAP server. May you explain something more about the application you use in your work, please?. We're thinking to develope a

Re: SOAP, WSDL etc.

2001-06-12 Thread James G Smith
ASHISH MUKHERJEE [EMAIL PROTECTED] wrote: Can anyone suggest sites which discuss practical application of SOAP/WSDL with Perl and with code snippets etc.? Or if anyone has any examples etc. that you can forward it will be greatly appreciated. Also, any recommended books for learning SOAP and

Re: Questions Concerning Large Web-Site

2001-06-11 Thread James G Smith
Purcell, Scott [EMAIL PROTECTED] wrote: I was hoping to hear some simple input from people who have architected good, sound sites, and was hoping for some good feedback, or some old sample code that I can study and find out how the other half live. Well, I can give some things I've tried to live

Re: Real Widgets and Template Languages

2001-05-29 Thread James G Smith
Gunther Birznieks [EMAIL PROTECTED] wrote: At 12:15 PM 5/28/01 -0400, Stephen Adkins wrote: The rendering of this widget as HTML requires at least the following * config information (Widget::Config) [snip] Also will we require XML to configure? Or is this also an optional feature that you

Re: LDAP utilities (was: the widgets thread)

2001-05-29 Thread James G Smith
Gunther Birznieks [EMAIL PROTECTED] wrote: At 10:49 AM 5/28/01 -0500, James G Smith wrote: Hmm... Something I'd like to see is a set of classes in Perl for managing LDAP. These classes would need to be generic (configurable) enough to work with any LDAP schema. They would need to provide

Re: Real Widgets and Template Languages

2001-05-29 Thread James G Smith
Stephen Adkins [EMAIL PROTECTED] wrote: 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

Re: Real Widgets and Template Languages

2001-05-29 Thread James G Smith
[EMAIL PROTECTED] wrote: Where is this language value coming from? The widget's container. You only care about English? Then set it to EN-US and forget it. [snip] Implementation strategies can be as simple as: sub label { my $self=shift; my $lang=shift || $self-container-language; if

Re: FW: Apache::Session / No-Cookie-Tracking

2001-05-25 Thread James G Smith
Jonathan Hilgeman [EMAIL PROTECTED] wrote: [snip] I accidentally caught them during testing or something and got a variable on the URL line. (I substituted the domain name - it's not really cart.com) http://www.cart.com/cgi-bin/cart.cgi?cartidnum=208.144.33.190T990806951R5848 E cartidnum seems

Re: Concepts of Unique Tracking

2001-05-25 Thread James G Smith
Jonathan Hilgeman [EMAIL PROTECTED] wrote: Okay, after I think about it, there must be a way to identify a unique user, even if they are behind a firewall. Let's run through this process: 1) Person behind the firewall sends out a request to a web server. 2) The firewall intercepts that request,

Re: Preventing duplicate signups

2001-05-17 Thread James G Smith
Rob Bloodgood [EMAIL PROTECTED] wrote: A really simple trick would be rather than to use a cookie, if you are saving state to DB anyway. Set a flag in the DB and test for its existence. sub handler{ my $s = session-new(); $s-continue(); my $flag = $s-get('flag');

Re: Preventing duplicate signups

2001-05-17 Thread James G Smith
Haven't had enough time for my previous reply to make it back to me so I could reply to it If using SQL, you might be able to do row or table locking to get around any race conditions. Rob Bloodgood [EMAIL PROTECTED] wrote: A really simple trick would be rather than to use a cookie, if

Re: Reverse engineered HTML

2001-05-15 Thread James G Smith
Paul Cotter [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. --=_NextPart_000_0044_01C0DD12.8D1C3600 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Does a package exist that will read an HTML document and generate an =

Re: capturing subrequest output (have things changed)

2001-05-08 Thread James G Smith
Anand Raman [EMAIL PROTECTED] wrote: hi guys I just started off using modperl so excuse me if this has been answered. Is there a way to capture output from a subrequest.. rather than allowing the subrequest to directly output the response to the client browser. I need to be able to parse the

Re: capturing subrequest output (have things changed)

2001-05-08 Thread James G Smith
Anand Raman [EMAIL PROTECTED] wrote: hi guys I just started off using modperl so excuse me if this has been answered. Is there a way to capture output from a subrequest.. rather than allowing the subrequest to directly output the response to the client browser. I need to be able to parse the

Re: deploying tips running 2 apache server

2001-04-08 Thread James G Smith
"rene mendoza" [EMAIL PROTECTED] wrote: This is a multi-part message in MIME format. --=_NextPart_000_0044_01C0BF6F.A24D64B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i ve been reading the mod perl guide and ive learned that i dont

Re: [OT] Client Certificate Authentification module?

2001-03-13 Thread James G Smith
[EMAIL PROTECTED] wrote: I am looking for a module that will allow me to use Client Certificates to authenticate the users. I am pretty sure I have come accros this before, but I cannot find it anywhere. Anybody know where I can find this. I have seached CPAN for 'cert', 'authen' and

Re: getting rid of multiple identical http requests (bad users double-clicking)

2001-01-07 Thread James G Smith
Stas Bekman [EMAIL PROTECTED] wrote: On Fri, 5 Jan 2001, Gunther Birznieks wrote: Sorry if this solution has been mentioned before (i didn't read the earlier parts of this thread), and I know it's not as perfect as a server-side solution... But I've also seen a lot of people use

Re: getting rid of multiple identical http requests (bad users double-clicking)

2001-01-07 Thread James G Smith
James G Smith [EMAIL PROTECTED] wrote: Stas Bekman [EMAIL PROTECTED] wrote: On Fri, 5 Jan 2001, Gunther Birznieks wrote: Sorry if this solution has been mentioned before (i didn't read the earlier parts of this thread), and I know it's not as perfect as a server-side solution... But I've

Re: perl calendar application

2001-01-06 Thread James G Smith
Blue Lang [EMAIL PROTECTED] wrote: On Sat, 6 Jan 2001 [EMAIL PROTECTED] wrote: On Fri, 5 Jan 2001, Jim Serio wrote: Why not just write one to suite your needs? If you want one I'd really like to hack on a freeware version, but it'd be nice to start with one that at least had some decent

Re: Help with Limit in Perl

2001-01-01 Thread James G Smith
"Scott Alexander" [EMAIL PROTECTED] wrote: My final question is: Is it possible to have the name of the REMOTE_USER in the httpd.conf file? Short answer: no. Long answer: Since the httpd.conf file is read only at startup (or other well defined times, such as a HUP signal), which REMOTE_USER

Re: Help with Limit in Perl

2001-01-01 Thread James G Smith
"Scott Alexander" [EMAIL PROTECTED] wrote: On 1 Jan 2001, at 11:40, James G Smith wrote: Thanks for the answer. I'm no mod_perl or apache guru but I had a feeling it didn't make sense. I'm trying to use a Apache::AuthAnyModDav to authenticate for mod_dav. I already have a Apach

Re: Help with Perl in httpd.conf

2000-12-31 Thread James G Smith
"Scott Alexander" [EMAIL PROTECTED] wrote: Is the syntax still wrong or does anyone have any ideas about this? I am thinking it is. Try the following correction. Perl #!perl $Location {"/users/supervisor"} = { DAV = 'On', AllowOverride = 'None', Options = 'None', AuthName = '"Test"',

Re: Where can I find....

2000-12-28 Thread James G Smith
"Michael" [EMAIL PROTECTED] wrote: Where can I find documentation on the how to use all the values that appear in Apache::Constants The obviously do something, but what??? I figured out what OK, DECLINED do by reading the source, but what about all the rest. Are they described somewhere??

  1   2   >