Re: Apache::AuthCookie causing strange-"Use of uninitialized value."

2003-09-12 Thread Thomas Klausner
Hi! On Fri, Sep 12, 2003 at 01:46:24PM +0200, Per Eric Ros?n wrote: > I use Apache::AuthCookie 3.04, which seems to be the latest version, under > Apache/1.3.26 Ben-SSL/1.48 (Unix) Debian GNU/Linux PHP/4.1.2 mod_perl/1.26. I'm using quite the same setup (without PHP and ssl) and do not get those

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-12 Thread Thomas Klausner
Hi! On Thu, Sep 11, 2003 at 10:24:20PM -0500, Randy Kobes wrote: > Here's a patch against the Apache-Dispatch Makefile.PL to > allow it to build on Win32 - I've also put up a ppm package Oh, great! Thanks Randy! I'll put this into the next release, which should happen in a few days... -- #!/us

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-11 Thread Thomas Klausner
Hi! On Thu, Sep 11, 2003 at 08:59:23AM +0100, Steve Hay wrote: > I would rather be able to build the module myself anyway, rather than > using a PPM package. I guess (and Geoffrey (who BTW transfered maintainership of Apache::Dispatch to me..) suggested something) the problem lies within the cu

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-11 Thread Thomas Klausner
Hi! On Thu, Sep 11, 2003 at 08:33:31AM +0100, Steve Hay wrote: > I posted this problem the other day, deep inside a thread about > something else, and didn't get any replies; maybe nobody spotted it? > > Does anybody have Apache::Dispatch working on Windows with Perl 5.8.0? > Randy? Randy p

Re: Help wanted with locations / configuration

2003-09-09 Thread Thomas Klausner
Hi! On Tue, Sep 09, 2003 at 10:05:43AM +0100, Steve Hay wrote: > > > > SetHandler default > > > > > > SetHandler default > > > > > >This is working as expected, i.e. request for /css/foo.css or /img/bar.png > >are not handled by Apache::Dispatch > > > > > What about requests for /css or /img ?

Re: Help wanted with locations / configuration

2003-09-08 Thread Thomas Klausner
Hi! On Mon, Sep 08, 2003 at 04:51:55PM +0100, Steve Hay wrote: > The project is going to be written as a series of mod_perl handlers - > one for the main "home page", and others for various sub-components. > Each handler is implemented by a separate module (all sub-classes of a > common base

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-26 Thread Thomas Klausner
Hi! On Die, Aug 26, 2003 at 09:06:05 +1000, Charlie Garrison wrote: > I need to protect resources in both the static (proxy) front-end and the > mod_perl back-end. I have been using standard http authentication which works > pretty well except for not allowing a proper logout function and some ca

Re: Coding Style Question - Using exit

2003-08-18 Thread Thomas Klausner
Hi! On Mon, Aug 18, 2003 at 08:07:30 -0400, Chris Faust wrote: > Example To Help Explain: > > sub handler { > $r = shift; > > init_global_vals(); > > $back_url = determine_proper_action(); > > my $back_url = ""; > $r->headers_out->set(Location => $back_url); > > return Apache::REDIRECT;

Re: Mod_perl how to include the result of mod_autoindex?

2003-08-14 Thread Thomas Klausner
Hi! On Mon, Aug 11, 2003 at 04:37:45 -0500, Slava Bizyayev wrote: > It's not quite the truth... > You can do all that staff on Apache 1.3 with appropriate skills. See LWP > for example. If you mean to grab the output of e.g. mod_autoindex by issueing a sperate request using LWP, that's definitly

Re: Question about mod_perl startup script

2003-08-14 Thread Thomas Klausner
Hi! On Wed, Aug 13, 2003 at 09:28:37AM -0700, Wes Plate wrote: > I am getting up and running a server that wants mod_perl. The instructions > talks about a startup script. I'm very new, so I don't know how I'm > supposed to get this step completed. See here for some infos on startup.pl; http:

Re: Mod_perl how to include the result of mod_autoindex?

2003-08-11 Thread Thomas Klausner
Hi! On Mon, Aug 11, 2003 at 08:37:19AM -0700, Coexec wrote: > I am writing a mod_perl script using CGI.pm and Apache > 1.3.28/Linux. > > I am trying to figure out how to use Apache's > mod_autoindex to display a directories contents within > the output the CGI. Apache is configured correctly, I

Re: Problems installing mp1 and apache-1.3.28

2003-07-30 Thread Thomas Schindl
Oh found it my self. I forgot to add EVERYTHING=1 to perl-Makefile call because i simply copied it from INSTALL.simple where this is not mentionned. tom On Wed, 2003-07-30 at 14:20, Thomas Schindl wrote: > Hi, > > I've a strange problem I've never encountered before when

Problems installing mp1 and apache-1.3.28

2003-07-30 Thread Thomas Schindl
Hi, I've a strange problem I've never encountered before when compiling my own apache. I simply run: 1) in mod_perl-1.28: /opt/perl/bin/perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/opt/apache make make test make install 2) If I know try to start my apache with a

Re: Looking for Apache::Dispatch PPD

2003-07-28 Thread Thomas Klausner
Hi! On Sun, Jul 27, 2003 at 09:17:25PM -0700, Russell Lundberg wrote: > Does anyone know where I might find a PPD file for Apache::Dispatch? I'm Sorry, no, but: Apache::Dispatch needs to be compiled because it uses its own custom directives (i.e. DispatchPrefix instead of PerlSetVar DispatchPref

Re: [QUESTION] Can't read out verified username (auth)

2003-07-21 Thread Thomas Klausner
Hi! On Mon, Jul 21, 2003 at 12:36:55 +0200, Fatih Gey wrote: > I supposed the browser to resend always an unique "bowser session id", which > is used by apache to save certain values, like $ENV{'REMOTE_USER'} > (similiar to a session-cookie with uid and serverbased $vars) .. > Isn't this the way

Re: How do I have a PerlAuthenHandler not popup the login box?

2003-07-17 Thread Thomas Klausner
Hi! On Thu, Jul 17, 2003 at 06:07:48PM -0700, Jason Fong wrote: > I'm making a login system that uses a web form instead of the browser's > popup box to input the username/password. My problem is that when I use > my authentication script as a PerlAuthenHandler in the .htaccess, it > insists on h

Re: How to share subroutine

2003-07-17 Thread Thomas Klausner
:Hi! On Wed, Jul 16, 2003 at 10:46:27PM +0100, Ged Haywood wrote: > Hi there, > > On Wed, 16 Jul 2003, Matthew Wu wrote: > > >I put all my subroutine in file.pm, what I need to do such that it > > can be used by my program? I don't what location I need to put it in and > > what kind of confi

mod_per2/PerlInc in Virtualhost

2003-07-17 Thread Thomas Schindl
Hi, Is it possible to use different PerlINC-Paths in different virtual hosts in mod_perl2. In mod_perl1 I've used Apache::PerlVINC what do I use in mod_perl2? thx tom

Re: mod-perl - read

2003-07-15 Thread Thomas Klausner
Hi! On Mon, Jul 14, 2003 at 04:46:37PM -0500, Siva Yendapalli wrote: > I am totally a newbie to mod_perl. I could able to get the content length > using $r->headers_in("Content-Length"). but I don't see anything in the $buf > when I call the function $r->read($buf,$r->headers_in("Content-Length"))

Re: Apache dont run

2003-07-14 Thread Thomas Klausner
Hi! On Mon, Jul 14, 2003 at 04:59:17PM +0100, AROSO Jose Antonio wrote: > I install the all in one package which contain the modperl 2.0 and de apache > server 2.0.46. > But after install when i write in command line "apache" to run the server > appears "The dynamic link library libxml2.dll could

Re: Problem with PerlTransHandler

2003-06-27 Thread Thomas Klausner
Hi! On Fri, Jun 27, 2003 at 02:47:45PM +0400, "Sergey V. Stashinskas" wrote: > sub handler { > my $r = shift; > > my $dbh = DBI->connect('dbi:mysql:db', 'user', 'pswd'); > $dbh->disconnect; maybe the DBI->connect isn't working and thus your script dies / throws some error ? I'd t

Re: 2nd perl install?

2003-06-25 Thread Thomas Klausner
Hi! On Mit, Jun 25, 2003 at 07:02:31 -0400, Bill Marrs wrote: > If I can't find the mod_perl rpm I need, it's looking like I might need to > build it from source. I believe this would mean also building Perl and > Apache from source. > > Now, I have a redhat-installed Perl already. From past

Re: Current directory

2003-06-17 Thread Thomas Klausner
Hi! On Tue, Jun 17, 2003 at 02:19:49AM +0200, Oskar wrote: > when I am executing perl script on Apache it seems that the current > directory is not the directory where the script is located but the directory > c:\program files\apache group\apache. I need current dir to be the script > dir since i

[OT] Re: pl extension

2003-06-06 Thread Thomas Klausner
Hi! On Thu, Jun 05, 2003 at 11:00:37AM +0200, [EMAIL PROTECTED] wrote: > I'm running redhat 9 and trying to execute a perl script through a web > browser > > http://host/file.pl > > and the file displays as text, how do i get my apache to recognize this > extension? This doesn't seems like

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Thomas Klausner
Hi! On Thu, Jun 05, 2003 at 01:56:58PM -0700, Dennis G. Allard wrote: > > You don't need perl-blead (which is probably Stas' install of the latest > > unstable Perl version) > > > > This will do the same job: > > % perl -Mmod-perl -le 'print mod_perl->VERSION' > > Bummmer, that does not work eit

Re: How tell what version of mod_perl is installed?

2003-06-06 Thread Thomas Klausner
Hi! On Thu, Jun 05, 2003 at 01:37:59PM -0700, Dennis G. Allard wrote: > Please note, though, one of my goals in life is to rely on my software > providers to do the work of providing me with a stable, tested, > updatable OS and associated tools. If I download 'out of band' updates, > then I can n

Re: How tell what version of mod_perl is installed?

2003-06-05 Thread Thomas Klausner
Hi! On Don, Jun 05, 2003 at 12:35:37 -0700, Dennis G. Allard wrote: > I am running Red Hat 8.0, Apache/2.0.40. AFAIK, mod_perl 1.x won't run with Apache 2.0, so I'm quite sure you're running mod_perl 2 (which comes shipped with Red Hat 8) -- #!/usr/bin/perl http:/

unsubscribe request

2003-05-31 Thread Diego Thomas
remove me from this fuckin list plss - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "Shashank Kailash Shringi" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 5:00 PM Subject: Re: Stacked Handlers Location directive -- inside and

Re: how to secure perl modules?

2003-05-30 Thread Thomas Klausner
Hi! On Thu, May 29, 2003 at 10:27:54AM -0700, iCap wrote: > i have a collection of perl modules (running under the mod_perl umbrella) > and would like to distribute the application to several different sources > (clients with open internet web servers). but i dont want to send it out > without at

Re: mod_perl caching form data?

2003-05-30 Thread Thomas Klausner
Hi! On Thu, May 29, 2003 at 12:19:49PM -0500, David Ressman wrote: > So far, so good. Everything works pretty well... Except that > something's caching previously entered form data and displaying it back > to me as the default values in those same forms. As an example, this > form has a text f

Re: best way to configure for multiple developers?

2003-04-03 Thread Brian C. Thomas
Hi Thanks for the info. I'll try setting up some virtual hosts. More below... On Wed, Apr 02, 2003 at 06:07:01PM -0500, Perrin Harkins wrote: > Brian C. Thomas wrote: > >I have read through the lists looking for issues related to mp2 and > >@INC, and have read the part

best way to configure for multiple developers?

2003-04-03 Thread Brian C. Thomas
Hi I have read through the lists looking for issues related to mp2 and @INC, and have read the part about "+Parent" and virtual hosts. What about the following scenario? One apache2 server w/ mp2 (no virtual hosts) and several perl coders using the server as a development site. Is there a "best

Re: cgi.pm does not work in handlers (why responsehandlers at all ?)

2003-04-01 Thread Thomas Klausner
Hi! On Wed, Apr 02, 2003 at 12:49:56AM +0200, [EMAIL PROTECTED] wrote: > Is the O'Reilly about apache-modules what I'm looking for ? I've the > small O'reilly about mod_perl but it raises more questions than its > answers. The "Eagle" book is definitly very interesting (if a little bit old - B

Re: AuthDBI logoff

2003-03-28 Thread Thomas Klausner
Hi! On Fri, Mar 28, 2003 at 02:27:29PM -0500, Todd White wrote: > i'm seeking a means by which i can allow my web users to "logoff" after > authenticating for access to restricted web space. i realize that users > can just close their browser, but i'm seeking a solution that allows the > browser

Re: inline mod_perl - is this possible?

2003-03-19 Thread Thomas Klausner
Hi! On Wed, Mar 19, 2003 at 03:55:20AM -0800, www.ReadNotify.com wrote: > I want to do this (serverside of course); is it > possible? > > > I am running > > print $ENV{MOD_PERL}; > print "process ID $$"; > > on Apache!! > > > What modules/config/etc do I need to set up? There are various

Re: Using a Startup.pl

2003-03-18 Thread Thomas Klausner
Hi! On Tue, Mar 18, 2003 at 01:39:41PM -0500, Chris Faust wrote: > I'm running mod_perl 2 on RedHat with Apache 2.0.44 and I'm using NamedBased > Virtual Hosting in apache (so I have a number of virtual hosts and apache > directs properly based on hostname). > > I use a startup.pl to load up com

[MP2] Can't dup STDOUT

2003-03-17 Thread Thomas Hilbig
I need to dup the STDOUT handle for a package (Spreadsheet::WriteExcel) to work properly under mod_perl. The code below from the MP1 User documentation now gives an error in MP2: use constant IS_MODPERL => $ENV{MOD_PERL}; if (IS_MODPERL) { tie *OUT, 'Apache'; } else {

Job tracking and publishing question.

2003-03-11 Thread Thomas Whitney
t would be helpful to find some package that suited at least some of my requirements.. I would really appreciate any thoughts or suggestions. Thanks, Thomas Whitney

Re: [mp2] disabling a perl handler within a specific location

2003-03-04 Thread Thomas Klausner
Hi! On Tue, Mar 04, 2003 at 12:54:30AM -0500, Matt Avitable wrote: > Does anyone know how one goes about disabling a particular handler > within a specific location? For example, consider the following: > > > PerlInitHandler config > PerlOutputFilterHandler filter > >

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Thomas Klausner
Hi! On Sat, Feb 15, 2003 at 12:07:28PM +0530, Devi .M wrote: > After authentication I have to redirect to > another page,if the user and passwd is right. I am able to view my HTML > page also correctly but below the page the following message is displayed. > When I checked the error.log , there

Re: Server side programming PHP Vs CGI Vs modPerl

2003-02-14 Thread Thomas Klausner
Hi! On Fri, Feb 14, 2003 at 03:52:35PM +0530, Devi .M wrote: > Now I tried authenticating the user, where I have to maintain > separate session for each user. When I saw how to do session management in > mod_perl a module called Apache::Session was told. But when I tried it, > that module w

Re: The best place for mod_perl beginners to get started.

2003-01-15 Thread Thomas Eibner
to Programming Perl) For any Minnesota locals, I found that Microcenter in St Louis Park has (had?) copies that where on clearance for $4.99. I got an extra copy and now have a total of 4. /Thomas

Re: development techniques

2003-01-09 Thread Thomas Bolioli
I use my debugging module (http://cpan.perl.org/authors/id/T/TB/TBOLIOLI/Log-AndError-0.99.tar.gz) which prints to stderr (hence I got bit by the mod_cgi issues with read/write deadlocks on pipes) while tailing the logs, etc. I am looking to include a syslog and other output drivers to my mod w

Re: Perl Cookbook modperl chapter

2002-12-11 Thread Thomas Eibner
publisher can only justify a certain amount of books on each topic. [Don't really want to go into wheter or not mod_perl should be covered in gnat's book, but if they have decided to include it they are certainly within their rights to do so. If you don't like that, just don't

Re: Obfusacating the source

2002-11-19 Thread Thomas Klausner
Hi! On Tue, Nov 19, 2002 at 07:08:00PM +, Mark Fowler wrote: > > > I need some tool that gets all the perl modules and > > mason components, of an application we made, and obfucaste > > it a little. > > See Acme::Bleach In fact you're probably better off using Acme::EyeDrops http://search.

Re: RFC: Template::YetAnother

2002-11-16 Thread Thomas Klausner
Hi! On Sat, Nov 16, 2002 at 03:31:39PM -0500, Perrin Harkins wrote: > >I also posted this on perlmonks: > >http://www.perlmonks.org/index.pl?node_id=213300 > > Ovid on Perlmonks already said some of the things I would have said > about needing a presentation language. For a templating system to

Re: RFC: Template::YetAnother

2002-11-16 Thread Thomas Klausner
Hi! On Fri, Nov 15, 2002 at 07:05:49PM -0800, Josh Chamas wrote: > Don't do it. If you want a stripped down version of > .. > evolution of these things. The perl template user community is > already fractured enough, I expected that canonical answer to all Template Proposals :-) > better to h

Re: RFC: Template::YetAnother

2002-11-16 Thread Thomas Klausner
Hi! On Sat, Nov 16, 2002 at 10:43:44AM +0100, Marcin Kasperski wrote: > One note: while talking about templating systems for generating HTML, > it can be inspiring to take a look at the Zope Page Templates (yes, I > know, this is the python/zope world, not perl...). They found the nice > idea of

RFC: Template::YetAnother

2002-11-15 Thread Thomas Klausner
Template::YetAnother Handler Object. =head2 fill $th->fill($data); Fill the template with the data in the data structure. =head2 _gen my $fragment=$th->_gen('type',$data) Generates a new Template Fragment You usually do not have to call this. You just say $th->type($data

Namespace problem

2002-11-15 Thread Thomas Hilbig
I am having a namespace problem that is a slight twist to that described in the 1.0 docs http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs My problem is even simpler, but worse. If I have two CGI programs using the same required script. Initially one works

Re: [OT] Perl vs. PHP..... but where is mod_perl?

2002-10-21 Thread Thomas Eibner
er have. I'm sure the php team wouldn't even put something like that up. Maybe Randall should even contact them and offer his services in fixing their broken site. (I got the Apache::Cookie:: scalar link too). -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszon

Re: SSL <-> mod_gzip <-> mod_perl = mod_proxy error

2002-10-18 Thread Thomas Eibner
stat Something tells me that the proxy isn't handling this, have you double checked that the proxy server is actually sending the request to the mod_gzip enabled server? -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr

Re: Handler Concept / Question

2002-08-13 Thread Thomas Whitney
>> You were close. It's default-handler. >> >> http://httpd.apache.org/docs/handler.html >And in mod_perl docs: >http://perl.apache.org/docs/1.0/guide/config.html#Overriding_E_lt_LocationE _gt__Se>tting_in__Sub_Location_ __ Thanks, that was what I was looking for. Thomas Whitney

Re: Handler Concept / Question

2002-08-12 Thread Thomas Whitney
ck. I do not mind doint the the searching, if you would perhaps suggest a couple other search topics. Thanks, Thomas Whitney.

Re: Static vs. DSO on Linux specifically

2002-07-22 Thread Thomas Klausner
Hi! On Mon, Jul 22, 2002 at 10:26:32AM -0500, David Dyer-Bennet wrote: > So, specifically for the Linux environment, what are the downsides of > running mod_perl as a DSO? (Pointers to the FM so I can R it would be > fine.) Did you take a look at this: http://perl.apache.org/docs/1.0/guide/i

Re: Hiding perl code

2002-07-22 Thread Thomas Klausner
Hi! On Sun, Jul 21, 2002 at 10:58:24PM -0400, Jonathon M. Robison wrote: > Anyone know offhand a good way to hide your perl code when using > mod_perl? Acme::Bleach isn't doing it - httpd is failing to start on You could write an obfuscator. Maybe Acme::EyeDrop works? See http://domm.zsi.at/

Re: mod_proxy_add_forward.c

2002-07-21 Thread Thomas Eibner
Host The Host originally requested by the client > X-Forwarded-Server The actual served "server-hostname" on the frontend server. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http

Re: mod_proxy_add_forward.c

2002-07-21 Thread Thomas Eibner
you can use to determine the original client. I've created a module (both 1.3 and 2.0) to take advantage of the headers called mod_rpaf [1] (reverse proxy add forward) in the backend. 1: http://stderr.net/apache/rpaf/ -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://d

Apache 2.0.40 / modperl-2.0 - Under Cygwin environment

2002-06-30 Thread Thomas S. Pangborn
have found that apr and aprutil are not in the linker path and have added them, however, there is no apache library created that the linker is looking for.   Any help here would be greatly appreciated.   Thanks,   Thomas

[OT] mod_perl obfuscation / T-shirt ?

2002-06-11 Thread Thomas Klausner
'll even get the I of the child. =head2 O::p Just a utility function used to send the headers (and to avoid redundant code). =head1 INSTALLATION Dump it somewhere Apache can find it. =head1 De-Obfuscation To tired now. But I will post the obfu on perlmonks.org, and a de-obfuscation

Re: modperl 2

2002-06-09 Thread Thomas Klausner
Hi! On Sun, Jun 09, 2002 at 12:42:15AM -0400, Jaberwocky wrote: > Does any one know of any modperl 2 resources? mailing lists, > stuff like that. mod_perl 2 issues are discussed here on the mod_perl mailing list Please read this before posting: http://perl.apache.org/release/maillist/email-eti

Re: DBI Bug

2002-06-03 Thread Thomas Klausner
Hi! On Mon, Jun 03, 2002 at 03:40:57PM -0300, Udlei Nattis wrote: > PerlModule DBI > .. > i test it in > Apache 2.0/Perl 5.8.0RC1/Modperl 1.99.02/03 > Apache 2.0/Perl 5.7.3/Modperl 1.99.02/03 > Apache 2.0/Perl 5.6.1/Modperl 1.99.02/03 > Apache 2.0-cvs/All Perls/All Modperls I'm not sure if Apach

Re: mod_perl netscape problem

2002-06-03 Thread Thomas Eibner
the chunking delimiters. > http://www.iyengar-yoga.com/forum/ > > Does anyone know what cause of this could be? My apologies if this has > been asked before, I searched the archives, but didn't find anything. Sounds like the mod_proxy bug that is fixed in the soon to be 1.3.

Re: Invoke PHP scripts?

2002-05-29 Thread Thomas Klausner
Hi! On Tue, May 28, 2002 at 09:48:14PM -0600, Ryan Thompson wrote: > I'm developing a large-ish web site in which I would like to use a > combination of mod_perl (90%) and PHP (10%). I have run into a > roadblock trying to include the output of a PHP script from a mod_perl > script. As far as I k

Re: Scripts and passwd

2002-05-20 Thread Thomas Klausner
Hi! On Sun, May 19, 2002 at 10:34:17AM +0200, Per Einar Ellefsen wrote: > At 10:22 19.05.2002, [EMAIL PROTECTED] wrote: > > I have written scripts to add a user to the passwd and shadow files as well > >as sendmail user files. When I run this script from the command line for > >testing all runs

Re: Force a 404 error?

2002-05-16 Thread Thomas Klausner
Hi! On Thu, May 16, 2002 at 11:40:49AM +0100, Jonathan M. Hollin wrote: > Is it possible to force a 404-error from within a mod_perl CGI? What about returning NOT_FOUND from your handler and let an ErrorDocument print out the warning? See Chapter 4, "Handling Errors", in the Eagle book. -- D_

[RFC] New Subject Tag for mod_perl 2.x postings

2002-05-06 Thread Thomas Klausner
Hi! As there are more and more mod_perl 2.x related questions on the mailing list, it would be a good idea to introduce a new subject tag (as in http://perl.apache.org/email-etiquette.html#Tags ): Something like: [mod_perl 2.x] [mp2] [2x] [2.x] ?? What do you think? It would definitly keep my

Re: Client capabilities

2002-04-30 Thread Martin Haase-Thomas
dle "image/png", while in practise lynx cannot display >that. > > // Joel > > > > -- "Constant shallowness leads to evil." --- Martin Haase-Thomas |Tel.: +49 30 43730-558 Software Development| [EMAIL PROTECTED] ---

Re: [Q maybe OT] forward

2002-04-29 Thread Martin Haase-Thomas
lead to a 301 response, a 'moved' to a 302, and a 'forward' to whatever. But these are in fact not of the server page's concerns. Would you agree with this approach? regards M Perrin Harkins wrote: > Martin Haase-Thomas wrote: > >> forwarding is a term tha

Re: [Q maybe OT] forward

2002-04-28 Thread Martin Haase-Thomas
0-930-9101 >------ > > -- "Constant shallowness leads to evil." --- Martin Haase-Thomas |Tel.: +49 30 43730-558 Software Development| [EMAIL PROTECTED] ---

Re: [Q maybe OT] forward

2002-04-24 Thread Martin Haase-Thomas
mfortable decision what do to with this 'event' up to him... ... whistling ... :) M Per Einar Ellefsen wrote: > At 07:44 24.04.2002, Martin Haase-Thomas wrote: > >> Hi all, >> >> maybe this is going to be a little off topic, but it won't take you >>

[Q maybe OT] forward

2002-04-23 Thread Martin Haase-Thomas
7;t all just a dream... thx M -- http://www.meome.de ------- Martin Haase-Thomas |Tel.: +49 30 43730-558 meOme AG|Fax.: +49 30 43730-555 Software Development| [EMAIL PROTECTED] ---

Location header blows away Set-Cookie?

2002-04-12 Thread Thomas K. Burkholder
ent way to do this? I'm pretty sure this isn't a caching issue since I'm using curl to initiate the test. Am I barking up the wrong tree? Thanks in advance for any help- //Thomas Thomas K. Burkholder [cripplecreek:~/MyProjects/WebFetcher/build] burkhold% curl -i &

Re: Apache::File correction

2002-04-10 Thread Martin Haase-Thomas
not close $name: $!\n"; > >But $output is empty on each request. Is there an error somewhere that I >am not seeing? I appreciate all comments.responses. >Thanks in advance >-r > -- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

Re: Unsubscribe me please [KILL THIS THREAD]

2002-04-10 Thread Martin Haase-Thomas
:) giggle... Perrin Harkins wrote: > Please kill this thread. Some people are not good at dealing with > mailing lists. At least this guy was polite. > > - Perrin > > > -- http://www.meome.de --

Re: PDF generation

2002-04-08 Thread Thomas Eibner
option either it's not possible just to import the PDF and then write the information needed to the document. I wonder how much PDI from pdflib.org will do.. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>

Re: PDF generation

2002-04-07 Thread Thomas Eibner
v)25.1(ar r)9.9(adioj mangxas la fla)20(v)24.8(a)] for the "simple" text of "Kvar radioj mangxas la flava". Doesn't that just look hopeless to parse? I'm about to give up on this solution, any comments? -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>

Re: proxy front to modperl back with 1.3.24

2002-04-05 Thread Thomas Eibner
On Fri, Apr 05, 2002 at 03:23:38PM -0800, ___cliff rayman___ wrote: > Thomas Eibner wrote: > > > > > There are some few messages concerning the problem a while ago either on > > this list or the dev@httpd list. > > > > http://msgs.securepoint.com/cgi

Re: proxy front to modperl back with 1.3.24

2002-04-05 Thread Thomas Eibner
ration, or perhaps > someone can give me a tip if they've > solved this problem. There are some few messages concerning the problem a while ago either on this list or the dev@httpd list. http://msgs.securepoint.com/cgi-bin/get/apache0204/1/3.html etc. Can't really rememb

Re: PDF generation

2002-04-03 Thread Thomas Eibner
interface to pdflib_pl.pm which is what I am using. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>

Any way to run two versions of the same perl classes at the same time?

2002-03-28 Thread Thomas Burkholder
ser's home dir. I just don't know how to get two apaches to run that read the different versions of the code. Thanks, //Thomas

How to get two perl namespaces in apache

2002-03-26 Thread Thomas K. Burkholder
wondering if there's an easy way to have two completely separate apache configurations running on the same machine (listening on different ports obviously). Any help greatly appreciated. Thanks, //Thomas Thomas K. Burkholder

Re: [OT?] What exactly is forwarding?

2002-03-12 Thread Martin Haase-Thomas
> mod_perl apps, I never feel the need for that sort of thing, with so > many better ways to accomplish things (OO, method calls, dispatch > tables, template includes). > > - Perrin > > -- http://www.meome.de --

Re: [OT] Thought for the Day

2002-03-12 Thread Martin Haase-Thomas
x27;s a similar idea to >> the Unix motd functionality whose implementation is quite clever. >> >> --Geoff >> >> > > > -- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

[OT?] What exactly is forwarding?

2002-03-12 Thread Martin Haase-Thomas
artin -- http://www.meome.de ------- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

Perl script for Cobalt Cube 3

2002-03-07 Thread Thomas Hanson
). Thanks Thomas

Re: How to invoke the save dialog box when clicking in the link, which is generated by PERL script.

2002-03-06 Thread Martin Haase-Thomas
r. Programmer, Frontlinesoft, Hyderabad > http://www.frontlinesoft.com > Ph: 91-40-3392147, 3391683 (O) > ICQ: 56093095 > > > -- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

Re: [OT] redirect STDOUT

2002-03-06 Thread Martin Haase-Thomas
Thanx a lot, you saved my life! Geoffrey Young wrote: >Martin Haase-Thomas wrote: > >>Hi all, >> >>instead of committing suicide after having tried and searched for all of >>the day now i'd rather ask you: >>does anyone know how to redirect STDOUT i

[OT] redirect STDOUT

2002-03-06 Thread Martin Haase-Thomas
buffer? desperate Martin -- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

Re: [WOT] Opcode/ Safe

2002-03-04 Thread Martin Haase-Thomas
l_to_be_decided :dangerous); $page->deny(Opcode::opset_to_ops($opset)); $page->permit qw(print ref ); $page->deny (qw(rand srand)); $page->reval ("eval \" print 'huhu' \""); print $@."\n"; Martin Haase-Thomas wrote: > Hi all, > > may

[WOT] Opcode/ Safe

2002-03-04 Thread Martin Haase-Thomas
eval); $page->deny qw(rand srand); $page->reval ("sysopen '/bla/blub.html' || kill 15, 1906"); Anyone with an idea? btw: funny things will happen if you type 1 instead of 1906 ... :) regards Martin -- http://www.meome.de ---

Re: "Use of uninitialized value." with no line number in error log

2002-02-21 Thread Martin Haase-Thomas
you're right, i forgot about those two perl signals. ashamed martin Stas Bekman wrote: > Martin Haase-Thomas wrote: > >> perl sighandlers require the signal as their first argument. so i >> assume that it may not be a good idea to call Carp::cluck(), as any >&g

Re: [OT] Re: Anyone for JavaScript question

2002-02-21 Thread Martin Haase-Thomas
>Hi Martin, > > You could try posting the form to a hidden frame or you could use >Javascript remote scripting (JSRS) to communicate the onUnload event to >your server. > > >Nigel > -- http://www.meome.de --

Re: Anyone for JavaScript question

2002-02-21 Thread Martin Haase-Thomas
>Medi Montaseri [EMAIL PROTECTED] >Unix Distributed Systems EngineerHTTP://www.CyberShell.com >CyberShell Engineering >- > > > > --

Re: "Use of uninitialized value." with no line number in error log

2002-02-21 Thread Martin Haase-Thomas
r >follow-up to my own post, I eventually traced the problem to an incorrect >driver string in DBI->connect. However, that doesn't explain (to me anyway) >why I wasn't getting more detail in the error log. Perhaps I'll delve into >DBI.pm, unless someone can explain this

Re: A really strange POST problem

2002-02-19 Thread Thomas Eibner
in the long run. If it was a bug you'd have to be more specific as to which versions you are running of Apache/mod_perl. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>

Re: Image Magick Alternatives?

2002-02-18 Thread Thomas Eibner
o would be > willing to help me install Perl Magick properly? I'd take a look at home Apache::Gallery uses Inline::C and imlib to generate thumbnails. It supports PNG, TIFF, JPEG, PPM and other goodies. -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>

Re: Apache::DBI

2002-02-12 Thread Martin Haase-Thomas
t /etc/httpd/conf/startup.pl line 28.Compilation failed in require at (eval 14) line 1.--On Tue, 12 Feb 2002 08:44:12 Martin Haase-Thomas wrote: Marty J. Rogers wrote: [snip]>From httpd.conf:PerlModule Apache::DBI CGI DBD::mysql \Apache::AuthenDBIPerlRequire /path/

Re: [Q] Apache::File->new

2002-02-12 Thread Martin Haase-Thomas
/s\.gif$' to uri '/67567' 192.168.255.75 - - [12/Feb/2002:15:03:55 +0100] [disp05/sid#80aec3c][rid#81b5494/subreq] (3) applying pattern '^/pictures/(.*)' to uri '/67567' 192.168.255.75 - - [12/Feb/2002:15:03:55 +0100] [disp05/sid#80aec3c][rid#81b5494/subreq] (3) appl

[Q] Apache::File->new

2002-02-12 Thread Martin Haase-Thomas
Hi, I searched in the book, I searched in the FAQs - no I ask u: Does Apache::File->new start a subrequest? There are some mystical lines in my rewrite_log, which might come from there. Thanx a lot Martin

  1   2   3   >