Re: Hi

2001-12-09 Thread Jimi Thompson
It's not him, it's a virus. - Original Message - From: Ask Bjoern Hansen [EMAIL PROTECTED] To: Robert Landrum [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; mod_perl [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 6:57 PM Subject: Re: Hi On Tue, 4 Dec 2001, Robert Landrum wrote:

Apache::Session using Frames

2001-12-09 Thread Michael A Nachbaur
I have been beating my head against this problem for days, to no avail. I have tried google searches, etc., still no dice. So, I apologize for the noise people. I'm using Apache::Session and cookies to perform session management. In watching the debug messages in my error_log, I can see

Oddity with redirects

2001-12-09 Thread Steven Lembark
Getting Apache::AuthCookie working. The AuthCookie portion is proving simpler than Apache... Problem is that accessing the /loginform location works perfectly: I get the form, get the cookie back and get sent to the proper place. Accessing the protected site blows up because the Apache object

Problem with Apache::AuthCookie

2001-12-09 Thread Steven Lembark
Getting multiple header entries from AuthCookie returned to the client. This happens even if I stub out the authen_cred and authen_ses_key to return foo. Other thing I notice after adding logging to the authentication and authorization sub's is that the $r-connection-user set by authentication

perl with java

2001-12-09 Thread nookala nagaraju
Hi! I'm a java programmer. I don't know anything about perl. I just want to know whether it's possible to call servlets from perl scripts after validating some data provided by the user. Thank you very much. nag. Nokia 5510

ErrorDocument 401 problem..

2001-12-09 Thread DJ \(David J Radunz\)
Greetings, I have written a perl module called Apache::ErrorControl which I am using to control the output of error messages from the server, and allow my users to have custom error pages etc.. The problem im encountering is when i use the ErrorDocument to redirect the error page for error

[ANNOUNCE] Cache::Cache 0.99

2001-12-09 Thread DeWitt Clinton
Summary: The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also

Re: Apache::Session using Frames

2001-12-09 Thread Michael A Nachbaur
Just to let anyone who was wondering (and for the benefit of the archives), I ended up ditching sessions all together. Instead, I'm using Apache::AuthDBI to do authentication, and am making calls directly to my database server to maintain state. Its not the most pleasant way of maintaining

Re: Installation and tests for an application?

2001-12-09 Thread Stas Bekman
You want to start from this doc: http://world.std.com/~swmcd/steven/perl/module_mechanics.html Per Einar wrote: Hi everyone, I'm working on a mod_perl application called OpenTMS (http://sourceforge.net/projects/opentms/). It uses a set of modules in the OpenTMS namespace for general

Re: perl with java

2001-12-09 Thread Brett W. McCoy
On Fri, 7 Dec 2001, nookala nagaraju wrote: I'm a java programmer. I don't know anything about perl. I just want to know whether it's possible to call servlets from perl scripts after validating some data provided by the user. Thank you very much. Sure -- if you have a servlet engine, like

Re: User customisable website application?

2001-12-09 Thread Brett W. McCoy
On Thu, 6 Dec 2001, Russell Matbouli wrote: Just to clarify what I mean by customisable - the user can log in and change their colour scheme, font, ordering of components, choose a theme... The sort of thing you see on some commercial websites. There are some websites out there that are user

Re: User customisable website application?

2001-12-09 Thread Perrin Harkins
I think the OpenInteract sample apps might do what you want. By the way, please put the text of your message in the body of the mail rather than as an attachment. - Perrin

Re: User customisable website application?

2001-12-09 Thread Chris Winters
* Russell Matbouli ([EMAIL PROTECTED]) [011209 19:44]: As the final year project for my degree, I'm implementing a user-customisable website application (aimed at multiuser websites) in mod_perl. Can anyone tell me if something like this already exists? My searches so far haven't turned up

Re: perl with java

2001-12-09 Thread Perrin Harkins
I'm a java programmer. I don't know anything about perl. I just want to know whether it's possible to call servlets from perl scripts after validating some data provided by the user. There's no simple way to use both in the same request. Maybe a subrequest would work, or maybe you could use

Re: Oddity with redirects

2001-12-09 Thread Perrin Harkins
Accessing the protected site blows up because the Apache object referent is undef (see below for examples). No doubt I've screwed up some part of the httpd.conf but cannot figure out what at this point... Without knowing anything much about the AuthCookie module, I would guess your problem

Re: Apache::Session using Frames

2001-12-09 Thread Perrin Harkins
Just to let anyone who was wondering (and for the benefit of the archives), I ended up ditching sessions all together. Instead, I'm using Apache::AuthDBI to do authentication, and am making calls directly to my database server to maintain state. Its not the most pleasant way of maintaining

cvs commit: modperl-2.0/t TEST.PL

2001-12-09 Thread stas
stas01/12/09 21:26:28 Modified:tTEST.PL Log: - use the full path to Apache-Test/lib, rather than relative Revision ChangesPath 1.5 +2 -1 modperl-2.0/t/TEST.PL Index: TEST.PL