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 > >

compiling mod_perl 1x + Apache 1 on Debian

2012-02-29 Thread Thomas Klausner
Hi! A rather old legacy projects need to be recompiled, but neither mod_perl nor Apache seem to be compilable. Any hints/ideas? ~$ uname -a Linux laptop 3.2.0-1-amd64 #1 SMP Fri Feb 17 05:17:36 UTC 2012 x86_64 GNU/Linux (same on: Linux server 2.6.26-2-openvz-amd64 #1 SMP Mon Jun 13 17:16:12 UTC

YAPC::Europe Call for Hackathons

2007-04-04 Thread Thomas Klausner
We're 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-:+-$"-g&&print$_.$/}

Re: some 2007 conference dates

2007-03-20 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 http://vienna.yap

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 P

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 >

[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: '/index.html',

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

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: 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 dire

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 inf

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: Images and Auth

2004-03-17 Thread Thomas Klausner
Hi! On Wed, Mar 17, 2004 at 01:35:40PM +0900, Batara Kesuma wrote: > I am running a web site where users can upload their pictures. The > problem is, I don't want to let users view the pictures while they are > not logged in. I am thinking about using AuthName, AuthType on > httpd.conf, but I don

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 defau

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: http://perl.apache.org/docs/1.0/guide/install.htm

Re: modperl GD problem

2004-01-14 Thread Thomas Klausner
Hi! On Tue, Jan 13, 2004 at 03:27:51PM +0100, Daniel Lang wrote: > I?m using a GD-based Module (Bio::Graphics) to generate png-graphics on > the fly with a Modperl Content Handler. > Now I encounter the following problem: > The first request(after httpd restart), is served well, and the > gener

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 ha

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 > .. > Sh

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 o

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 differen

Re: re initialize a namespace

2003-12-13 Thread Thomas Klausner
Hi! On Fri, Dec 12, 2003 at 08:32:30PM -0800, Chris Ochs wrote: > I am using CGI.pm with mod perl, and simply because I hate using > $q->param('var') I use $q->import_names('CGI') so I can reference the post > variables as $CGI::var. CGI.pm does not clear this namespace and I am not > sure of th

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 e

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 t

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 http

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 se

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

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 t

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 bl

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 re

OT: Re: To quotes or not quotes parameter

2003-09-29 Thread Thomas Klausner
Hi! On Mon, Sep 29, 2003 at 02:06:03AM -0700, [EMAIL PROTECTED] wrote: > what is the proper way to pass a parameter for something like > $cgi-param(username)? This is way off topic here, but very much on topic at the beginners list (which the initial mail was sent to, too). So please discuss this