Re: Perl Cookbook modperl chapter

2002-12-11 Thread Thomas Eibner
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 buy the book?] -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http

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

2002-10-21 Thread Thomas Eibner
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://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: SSL - mod_gzip - mod_perl = mod_proxy error

2002-10-18 Thread Thomas Eibner
the request to the mod_gzip enabled server? -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer http://photos.eibner.dk/ !(C)http://copywrong.dk/ http://apachegallery.dk/ Putting the HEST in .COM http

Re: mod_proxy_add_forward.c

2002-07-21 Thread Thomas Eibner
) 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://dnszone.org/ mod_pointer http://stderr.net/mod_pointer http://photos.eibner.dk/ !(C)http://copywrong.dk

Re: PDF generation

2002-04-08 Thread Thomas Eibner
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
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
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 remember if they have fixed it in CVS already. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net

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-bin/get/apache0204/1/3.html etc. thanks - it must

Re: PDF generation

2002-04-03 Thread Thomas Eibner
. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer http://photos.eibner.dk/

Re: A really strange POST problem

2002-02-19 Thread Thomas Eibner
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
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/ mod_pointer http://stderr.net/mod_pointer http://photos.eibner.dk/

Re: email attachments; was modperl growth

2002-02-02 Thread Thomas Eibner
story. Outlook Express has no clue on what to do with PGP signed messages? Which is what it was. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer !(C)http://copywrong.dk/ Putting the HEST in .COM http://www.hestdesign.com/

Re: Cross-site Scripting prevention with Apache::TaintRequest

2002-01-22 Thread Thomas Eibner
for doing this isn't All the variables that are passed through form fields into other pages goes through HTML::Entities' encode_entites function right before it's inserted in a template. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net

Re: Fast template system. Ideas,theorys and tools

2002-01-01 Thread Thomas Eibner
there's no code they can break by using whatever windows-app they want to use to edit their html. I tried Mason and other of the more featurefull template systems out there but I always ended up going back to CGI::FastTemplate. my $cent = 2; # on templates -- Thomas Eibner http://thomas.eibner.dk

Re: irc

2001-12-24 Thread Thomas Eibner
, but Why don't we do that then? on irc.rhizomatic.net -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: irc

2001-12-22 Thread Thomas Eibner
On Sat, Dec 22, 2001 at 12:25:51PM -0800, Cure wrote: On irc.dal.net, theres a #mod_perl, Nobody goes there anyomore, But we all could start joining it. Please, no more networks =) I think something like #modperl would be appropriate on rhizomatic, but it's not up to me. -- Thomas Eibner

Re: mixing cgi-bin mod_perl

2001-12-20 Thread Thomas Eibner
the files he could do something like: Alias /cgi-bin/script1.pl /mod-perl/script1.pl And when he has moved them all just move the directory so it works from the original directory. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Thomas Eibner
$cent = 2; -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: mod_perl vs. C for high performance Apache modules

2001-12-14 Thread Thomas Eibner
On Fri, Dec 14, 2001 at 12:58:51PM -0800, Jeff Yoak wrote: At 09:15 PM 12/14/2001 +0100, Thomas Eibner wrote: The key to mod_perl development is speed, there are numerous testimonials from users implementing a lot of work in a very short time with mod_perl. Ask the clients investor wheter he

Re: segfault on start....

2001-10-02 Thread Thomas Eibner
NOT some C-code guru, and explain to me what I need to do, because it doesn't seem like doing what the docs say is helping. *chuckle* Isn't there anything about debugging in the documentation? -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net

Re: Keeping POST information between request phases

2001-10-01 Thread Thomas Eibner
#Reusing_Data_from_POST_request Above instance method was made to avoid having to do workarounds like that in the guide. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: Keeping POST information between request phases

2001-10-01 Thread Thomas Eibner
from the socket once. This is stored in the pnotes table in the Apache request object and follows all the way through the request and will make POST's work from both your AuthenHandler and your content handler in the same request. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http

Re: Keeping POST information between request phases

2001-09-30 Thread Thomas Eibner
of Apache's handling? For example, if I have a $q=new Apache::Request($r); in, say, the Authentication, how can I get the POSTed variables in, say, the Response phase? Use the newly introduced instance function of Apache::Request : my $apr = Apache::Request-instance($r); -- Thomas Eibner http

Re: problems building mod_perl with apache: cannot find -lperl

2001-09-26 Thread Thomas Eibner
-lperl collect2: ld returned 1 exit status make: *** [dummy] Error 1 = End of Error Report = apt-get install libperl5.6 libperl-dev -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: is postreadrequest too late to determine name vhost?

2001-08-29 Thread Thomas Eibner
On Wed, Aug 29, 2001 at 02:44:48PM -0400, Vivek Khera wrote: TE == Thomas Eibner [EMAIL PROTECTED] writes: TE It seems that everything concerning vhosts is set up in http_protocal.c TE and that the vhost is set right after Apache has read the request from TE the client and then calling

Re: is postreadrequest too late to determine name vhost?

2001-08-29 Thread Thomas Eibner
gets to run. It might be possible to create a C module that sets the Host: header like you want it to be and then call ap_update_vhost_from_headers. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

[ADMIN] can we have a reply-to header?

2001-08-15 Thread Thomas Eibner
Am I the only one that always have to go *doh* after I replied to a message here? -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: DBI Problem...

2001-08-13 Thread Thomas Eibner
mailinglist: [EMAIL PROTECTED] -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: Apache::SimpleTemplate

2001-07-08 Thread Thomas Eibner
around this module too, like you and it works pretty well with the rest of the framework I use. -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

[ANNOUNCE] Apache::DnsZone 0.2

2001-06-26 Thread Thomas Eibner
) Download: http://www.dnszone.org/dist/ -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: Just a few questions...

2001-06-13 Thread Thomas Eibner
verified that there is no Content-Length header in the output via telnet to the Apache server, but how safe is it to omit this header? Why is the results with ab inconsistent? The Content-Length header is necessary if you want keep-alive connections to work. -- Thomas Eibner http

[ANNOUNCE] First release of Apache::DnsZone

2001-06-13 Thread Thomas Eibner
/TH/THOMAS/Apache-DnsZone-0.1.tar.gz size: 39963 bytes md5: b3ed58a8c0e72822da665e67f42b37f5 -- Thomas Eibner http://thomas.eibner.dk/ DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-31 Thread Thomas Eibner
file. Example: my $BindDN = $r-dir_config('BindDN'); See: http://perl.apache.org/guide/config.html#PerlSetVar_PerlSetEnv_and_PerlP -- Thomas Eibner http://thomas.eibner.dk/ - DnsZone http://dnszone.org/ mod_pointer http://stderr.net/mod_pointer

Re: RFC - testers wanted - application for mod_perl

2001-05-14 Thread Thomas Eibner
into our nameservers. So I came up with this idea and since it works for us and we don't need a profit I thought I just might as well release it. It's work done solely in my own time and has been on it's way for a good few months now. -- Thomas Eibner - http://thomas.eibner.dk/

RFC - testers wanted - application for mod_perl

2001-05-13 Thread Thomas Eibner
, Apache::DnsZone.pm and Apache::DnsZone::, is that fine? that's all for now, -- Thomas Eibner - http://thomas.eibner.dk/