Re: Serious bug, mixing mod-perl content

2002-03-12 Thread C.Hauser - IT assistance GmbH
Basel, Dienstag, 12. März 2002, 19:27:24 . Hello Miroslav Assuming, that you are using a handler, I ask you how you separate each calls to your vhosts? I also assume that the vhosts are on the same Apache runtime? Probably you mix up namespaces ... Best

Re[2]: Single login/sign-on for different web apps?

2002-01-17 Thread C.Hauser - IT assistance GmbH
Of course, the best authentication system for banking I've seen is from UBS. They send you a scratchlist of around 100 numbers. Every time you login you use one of the numbers and cross it off. Very slick. Does that really work in practice? That sounds really annoying. Is this for

Re: Ticket systems

2002-01-14 Thread C.Hauser - IT assistance GmbH
Same and more questions ... And now second problem. Has anyone modified one of these modules so, that when user first enters the site he will get a cookie immediately (with random generated ID) and can walk around there. And if he logs in then the cookie gets modified accordingly (saying

Re: Installing mod_perl with ActiveState

2002-01-10 Thread C.Hauser - IT assistance GmbH
The installation of mod_perl (from theoryx5.uwinnipeg.ca) via ppm fails when it attempts to install mod_perl.so to c:\apache root. The default location for apache when I installed it was c:\program files\apache group\apache. I followed the instructions and manually copied mod_perl.so to my

Form Reading

2002-01-08 Thread C.Hauser - IT assistance GmbH
Hello This is off topic, thanks for a direct hint to a module or an appropriate mailing list. I want to read an HTML form into an hash. But I don't want to use HTML::Tree or similar DOM Object trees. I need simply all form relevant information as an hash which is human readable. Example: my

Re: WYSIWYG Template Editor

2002-01-01 Thread C.Hauser - IT assistance GmbH
Basel, Dienstag, 1. Januar 2002, 13:32:54 . *see original email below* Hallo Joachim I use Dreamweaver with HTML::Mason. But none of the Perl based solutions can be seen with data (as far I tested). You only see icons. Right now UltraDev only works withs

Re[2]: Mason vs embperl

2001-12-20 Thread C.Hauser - IT assistance GmbH
So I installed and compared. I preferred the syntax of Mason, the flexible way to build components, the caching ... it have to be said here that I choose Mason ... I agree, the caching is very good and one gets up and running in no time with Mason. However, I find it imposes too much of

Re: Mason vs embperl

2001-12-18 Thread C.Hauser - IT assistance GmbH
Basel, Dienstag, 18. Dezember 2001, 19:02:12 . *see original email below* Hello Horng-Twu I was evaluating tools like silverstream then I dropped over Mason. I rejoiced a) Perl is my native IT language b) the system is not a blackbox like the products

Problem with Appache::Cookie -expires

2001-11-25 Thread C.Hauser - IT assistance GmbH
Basel, Sonntag, 25. November 2001, 22:29:49 . *Problem with Appache::Cookie -expires* Environment: Apache 1.3.22 / Perl 5.6.1 / mod_perl 1.26 /HTML::Mason 1.04 on MSWin32 I've tied up the session to MySQL with Apache::Session by running one handler