Re: caching questions

2003-07-22 Thread Tom Schindl
Sorry to step in here, but could I use any of the caching modules you mentionned in mod_perl2? thx tom Am Mon, 2003-07-21 um 21.45 schrieb Perrin Harkins: On Sun, 2003-07-20 at 15:47, Patrick Galbraith wrote: One thing that my code does is check to see if it's cache has been updated to the

Use mod_perl2 in production environment?

2003-06-13 Thread Tom Schindl
Hi guys, within the next 2 months I have to create an webapplication from scratch using mod_perl for a customer. The customer wanted to host the application at his provider which refuses the installation of Apache2+mod_perl2 because he considers them to be Beta-Software whereas he considers

Re: Problems with Apache::compat and german special chars

2002-12-10 Thread Tom Schindl
one more patch on Apache::compat. When SUBMITING-Forms a whitespace(\s+) is replaced by +. We have to retransform this. Am Son, 2002-12-08 um 21.46 schrieb Tom Schindl: Problems with Apache::compat CGI-PARAM-STRING: header=%DC%DC%DC%DCbody=%D6%D6%D6%D6type=save_thread

Re: Can't find Apache::ModuleConfig

2002-12-09 Thread Tom Schindl
Am Mon, 2002-12-09 um 03.06 schrieb Stas Bekman: Tom Schindl wrote: Thanks Stas. The documentation on perl.apache.org pointed me in a wrong direction (e.g. Apache::DBIPool (http://perl.apache.org/docs/2.0/user/overview/overview.html#Apache__DBIPool)) --cut

Re: Can't find Apache::ModuleConfig

2002-12-08 Thread Tom Schindl
read params sent via GET or POST? In mod_perl-1.2x this was done via $r-param(bla). Apache::RequestRec does not provide such an method. 2) Will Apache::TIPool ever implemented? thx tom Am Son, 2002-12-08 um 10.27 schrieb Stas Bekman: Tom Schindl wrote: Hi, I've installed perl-5.8.0

Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
Problems with Apache::compat CGI-PARAM-STRING: header=%DC%DC%DC%DCbody=%D6%D6%D6%D6type=save_thread cut-- [Sun Dec 08 21:39:09 2002] [error] [client 127.0.0.1] Character in c format wrapped at

Re: Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
that HTML::Entities converts characters this way, so it should work in most situations. Still does anybody know what's wrong with pack into mod_perl although it works in perl itself without any problems. I've also added a diff. thx tom Am Son, 2002-12-08 um 21.46 schrieb Tom Schindl: Problems

Re: Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
Sorry here's the diff which includes one more thing: When SUBMITING-Forms a whitespace(\s+) is replaced by +. We have to retransform this. tom Am Son, 2002-12-08 um 22.39 schrieb Tom Schindl: I've found a work around for the problem, i would call it a patch because i don't know yet which side

Can't find Apache::ModuleConfig

2002-12-06 Thread Tom Schindl
.x and mod_perl-1.2x, I found the module. Where has it gone now, do I have to use another module instead? thx tom -- Tom Schindl [EMAIL PROTECTED] signature.asc Description: Dies ist ein digital signierter Nachrichtenteil