Re: compiling mod_perl 1x + Apache 1 on Debian

2012-02-29 Thread Thomas Klausner
Hi! On Wed, Feb 29, 2012 at 11:16:44PM +0100, Michael Ludwig wrote: Configuring for Apache, Version 1.3.42 + Warning: Your 'echo' command is slightly broken. + It interprets escape sequences per default. We already + tried 'echo -E' but had no real success. If errors occur + please

YAPC::Europe Call for Hackathons

2007-04-04 Thread Thomas Klausner
also still looking for regular talks: http://vienna.yapceurope.org/ye2007/cfp.html Hope to see you in Vienna, Thomas Klausner on behalf of Vienna.pm -- #!/usr/bin/perl http://domm.zsi.at for(ref bless{},just'another'perl'hacker){s-:+-$-gprint$_.$/}

Re: some 2007 conference dates

2007-03-21 Thread Thomas Klausner
Hi! On Tue, Mar 20, 2007 at 09:19:29PM -0400, Jim Martinez wrote: YAPC::NA June 25th through 27th, Houston, Texas http://conferences.mongueurs.net/yn2007/ Abstract Submission Deadline - April 9th There's also YAPC::Europe, 28th to 30th August 2007, in Vienna, Austria

mod_perl2 and PHP

2005-08-06 Thread Thomas Klausner
Hi! Is it possible and advisable to write the complex part of an application (the Controller, if you like) in mod_perl2 and use PHP as a frontend (or View) ? While I personally prefere Template::Toolkit as a presentation language, the project I'm currently getting involved in has quite a lot of

[Semi-OT] mod_rewrite and $r-parsed_uri

2005-04-08 Thread Thomas Klausner
Hi! Is it possible to somehow get to the URI as it looks like after beeing transformed by mod_rewrite? What I'm trying to do is: In a DB I have 'pseudo-files' with a column named 'path' and titles and bodies in several languages. (title_de, title_en, etc) Values for 'path' are eg:

Re: [Semi-OT] mod_rewrite and $r-parsed_uri

2005-04-08 Thread Thomas Klausner
Hi! On Fri, Apr 08, 2005 at 09:25:30AM -0400, Geoffrey Young wrote: Is it possible to somehow get to the URI as it looks like after beeing transformed by mod_rewrite? don't you just want $r-uri? Yes. Thanks. I don't think anyone is supposed to (or traditionally does) mess with

Re: mod perl hosting

2004-10-07 Thread Thomas Klausner
Hi! On Thu, Oct 07, 2004 at 02:40:02AM -0400, Sean T Allen wrote: can anyone point me in the direction of good hosting sites for dedicated mod-perl, mysql apache hosting companies ours just isnt cutting it anymore... location of host isnt a thuge issue but us/ca hosts definately

Re: migrating to mod_perl

2004-06-21 Thread Thomas Klausner
Hi! On Mon, Jun 21, 2004 at 04:34:37AM -0700, [EMAIL PROTECTED] wrote: what are the do's and don'ts when porting from perl/CGI to mod_perl? http://perl.apache.org/docs/1.0/guide/porting.html what can mod_perl + apache offer me that no other ( php or pure perl + apache) can? Mainly direct

OT: mod_rewrite question

2004-06-21 Thread Thomas Klausner
Hi! Sorry for the offtopic post, but I thought somebody here just has to know the answer to my problem... I want to rewrite URIs (using Apache 1.31) from something like this http://somehost/somedir/123.html to http://somehost/somedir/view?id=123 I tried: RewriteRule ^/(.*)/(.*).html$

Re: mod_perl presence at OSCON (and other CONs) is at danger

2004-06-08 Thread Thomas Klausner
Hi! On Tue, Jun 08, 2004 at 09:55:56AM -0500, Frank Wiles wrote: I think all of these are important and #4 especially for people new to programming or just new to mod_perl. If we had 4 or 5 small working applications online that had detailed commentary about specific mod_perl info,

Re: Problem building Apache with mod_perl

2004-04-11 Thread Thomas Klausner
Hi! On Sat, Apr 10, 2004 at 09:57:05PM +0200, Oliver Brandt wrote: Hi All, I want to build my own apache with statically linked mod_perl. .. /usr/bin/ld: cannot find -lperl As allready discussed on IRC (#vienna.pm), the problem lies in the debian-stable Perl packages. I suggest to do a

Re: Confused between mod_perl and Perl!

2004-03-20 Thread Thomas Klausner
Hi! On Sat, Mar 20, 2004 at 02:39:03PM +0400, Mazen S. Alzogbi wrote: I would appreciate anyone sheding some light on this issue. I suggest reading either http://perl.apache.org and/or some of the books referenced here: http://perl.apache.org/docs/offsite/books.html , especially Writing

Re: reloading modules in a handler with eval

2004-02-27 Thread Thomas Klausner
Hi! On Fri, Feb 27, 2004 at 09:35:11AM +, Mark Maunder wrote: In a perl handler, I'm doing a stat on a module file, and if the file has been modified, I'm reloading the module by slurping the file into a scalar and eval'ing it. The module has a few subs and global vars that have defaults

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Thomas Klausner
Hi! On Wed, Feb 18, 2004 at 12:36:36PM -0500, [EMAIL PROTECTED] wrote: I would like to start using mod_perl12, and I'm confident that I can is this mod_perl1 or mod_perl2 (for Apache 1.x or 2.x) Anyway, take a look at this section of the docs:

Re: running 2 versions of apache and mod perl on the same machine

2004-01-07 Thread Thomas Klausner
Hi! On Wed, Jan 07, 2004 at 09:27:49AM +0200, Malka Cymbalista wrote: 1. In other words, is it possible to run 2 apache processes on the same machine, one with apache 2 and mod perl 2, and one with apache 1.3 and mod perl 1. I know nothing about eprints, but it should be no problem to have

Re: Starting out with mod_perl

2003-12-16 Thread Thomas Klausner
Hi! On Tue, Dec 16, 2003 at 12:36:43PM -0800, Maurice Height wrote: I am coding a web application using lots of Perl modules including Class::DBI, Text::MagicTemplate, CGI::Session and CGI::Application via ActivePerl v5.8.1.807. My code has to run on both Win2K and WinXP together .. Should

Re: newbie query

2003-12-15 Thread Thomas Klausner
Hi! On Mon, Dec 15, 2003 at 04:16:28PM +0530, nasar.sherieff wrote: Thanks. my doubt is can't I understand modperl after just learning a documentation on cgi. It will safe my time to directly going to modperl. how will you justify this. Developming mod_perl applications is quite different

Re: newbie query

2003-12-15 Thread Thomas Klausner
Hi! On Mon, Dec 15, 2003 at 06:22:42PM +0530, nasar.sherieff wrote: Thanks. I am starting to learn mod_perl. how about practical mod_perl book. I haven't read it yet (sorry Stas Eric), but you can find reviews here: http://books.perl.org/book/175 Could anybody tell me the advantages of

Re: mod_perl caching/delay

2003-12-10 Thread Thomas Klausner
Hi! On Wed, Dec 10, 2003 at 12:38:51AM +, andrew dunn wrote: It seems to me like mod_perl is somehow caching the results of the script for a short time, and if its called quickly again it will just send out the same results without accepting new parameters. Is there a way to disable this

Re: mod_perl caching/delay

2003-12-10 Thread Thomas Klausner
Hi! On Wed, Dec 10, 2003 at 03:34:39PM -, Simon McCaughey wrote: This sounds to me like the kinds of problem we had migrating to mod_perl. It sounds like a global variable problem, we had the same kind of issues - 90% of the time the app seemed to be behaving, but it really wasn't. We

Re: Litrature

2003-12-02 Thread Thomas Klausner
Hi! On Tue, Dec 02, 2003 at 09:11:26AM +0100, Jon wrote: I wonder if there's any litrature or web pages anyone can recomend reading to learn more about what can be done with mod_perl to speed things up. Try: http://perl.apache.org/ http://perl.apache.org/docs/offsite/index.html

Re: connection monitoring

2003-11-29 Thread Thomas Klausner
Hi! On Sat, Nov 29, 2003 at 02:00:18AM -0600, John Michael wrote: Someone pointed me to checking the connection class for an abort. I found info on this in the modperl cookbook..That seems useful if you want to server your own files, but would take a lot of overhead if you had to continue to

Re: connection monitoring

2003-11-29 Thread Thomas Klausner
Hi! On Sat, Nov 29, 2003 at 02:49:20AM -0600, John Michael wrote: But This: if ($h-r-connection-aborted) { would not be called until this $h-r-send_fd($fh); were already through. For a large file, wouldn't that it too late. or would a real aborted connection cause send_fd($fh) to

Re: How to send the FIRST http header - eg: the HTTP/1.1 200 OK line

2003-11-25 Thread Thomas Klausner
Hi! On Wed, Nov 26, 2003 at 12:11:54AM +1100, Chris Drake wrote: How come there's no index to look up keywords and stuff on the help site? It's impossible to search for answers to the above without such a thing... What help site are you referring to? http://perl.apache.org has got full

Re: not so good of a performance

2003-11-05 Thread Thomas Klausner
Hi! On Wed, Nov 05, 2003 at 10:13:38AM -0500, Frantzcy Paisible wrote: Does anyone have a list of tips and/or tricks that could help improuve performance ? http://perl.apache.org/docs/1.0/guide/performance.html -- #!/usr/bin/perl http://domm.zsi.at for(ref

Re: Production Web Server Question

2003-10-27 Thread Thomas Klausner
Hi! On Mon, Oct 27, 2003 at 02:38:06PM -0400, Alejandro Galue wrote: I need help with mod_perl http://perl.apache.org/ My production servers has RedHat 8.0 and 9.0 using Perl, Apache and mod_perl RedHat rpms. What is your suggestion for a production server ? In others emails I read