Re: CSS errors on perl.apache.org

2006-01-25 Thread allan juul
Tom Schindl wrote: Well the style attribute run-in for display is part of the CSS2-Spec but at the moment only Opera seems to support it. http://www.blooberry.com/indexdot/css/properties/classify/display.htm Tom Tyler MacDonald wrote: Hey, Since the new FireFox displays CSS parsing e

redirecting a post (or vice versa)

2005-08-11 Thread allan juul
hi this is not a specific mod_perl question, but i wonder if it could be done at all. we have a reverse proxy scenario (via mod_rewrite) with an apache2 frontend and IIS6 on another machine as backend. we want a dual login to the site and we want the backend to handle the login. 1) we ha

rotatelog on win32

2005-05-17 Thread allan juul
hello i have run into a strange problem on windows mod_perl2 RC6 using rotaleog.exe i have this in httpd.conf CustomLog "|D:/rotatelogs.exe \ d:/logs/apache2/http/apache.%Y-%m-%d-%H_%M_%S 86400" combined if i don't load mod_perl there are never a problem. if i load mod_perl, i can (sometimes) st

Re: advice needed: mod_perl reverse proxy

2005-05-03 Thread allan juul
Stas Bekman wrote: allan juul wrote: hi stas Stas Bekman wrote: allan juul wrote: [...] But if you use a mod_perl filter you will still hit the issue of unknown content-length header. yes, of course that's true. there goes caching (: Not really. Nothing prevents you from buffering u

Re: advice needed: mod_perl reverse proxy

2005-04-30 Thread allan juul
hi stas Stas Bekman wrote: allan juul wrote: [...] But if you use a mod_perl filter you will still hit the issue of unknown content-length header. yes, of course that's true. there goes caching (: Not really. Nothing prevents you from buffering up the response, process it, set the co

win32 binary of RC5 ?

2005-04-26 Thread allan juul
hi does anyone run mod_perl 2.0 RC5 on windows server 2003 ? if so, did you compile yourself or did you get a precompiled installer ? ./allan

Re: advice needed: mod_perl reverse proxy

2005-04-20 Thread allan juul
Stas Bekman wrote: allan juul wrote: hi i need advice before i waste too much time on the bleeding obvious. we have a setup where we will reverse proxy content both to our own backend-servers (which run on IIS) and other external servers which content we dont control. one of the reasons we proxy

advice needed: mod_perl reverse proxy

2005-04-20 Thread allan juul
hi i need advice before i waste too much time on the bleeding obvious. we have a setup where we will reverse proxy content both to our own backend-servers (which run on IIS) and other external servers which content we dont control. one of the reasons we proxy is because of speed/performance we

mod_perl2 filters and reverse proxies

2004-11-10 Thread allan juul
hi i have tried the filter example on http://www.perl.com/pub/a/2003/04/17/filters.html which worked like a charm. (this filter will "clean" the html in the requested file if the location begins with /clean) i wish to use a filter/handler to massage the content coming from a reverse proxied s

[OT] printing docs on perl.apache.org

2004-08-12 Thread allan juul
hello we'd like the pages on perl.apache.org to print prettier while the screen rendering should look as always, so we made a few changes that hopefully didn't mess anything up. we have only semi-tested this "feature" and would like a broader browser/platform matrix experience before commiting

[OT] printing docs on perl.apache.org

2004-08-12 Thread allan juul
hello we'd like the pages on perl.apache.org to print prettier while the screen rendering should look as always, so we made a few changes that hopefully didn't mess anything up. we have only semi-tested this "feature" and would like a broader browser/platform matrix experience before commiting

Re: Confused between mod_perl and Perl!

2004-03-20 Thread allan juul
hi mazen short answers follows Mazen S. Alzogbi wrote: Hi, I am totally new to the LAMP world and I am trying to find my way. I am a web solutions architect using Microsoft .NET, hence, I know how web servers work, etc. etc. I am just confused between mod_perl and Perl. My target is to be able to