Re: mod_accel reverse proxying?

2001-12-28 Thread Philip Mak
On Fri, 28 Dec 2001, Igor Sysoev wrote: Yes, it doesn't. It's difficult to figure proxied URL parts in mod_rewrite so I have to make explicit directive to specify reverse rewrite. I will make it today or tomorrow. Great! I think it should have reverse syntax: AccelReverse

Re: What phase am I in?

2001-12-28 Thread Eric Cholet
--On jeudi 20 décembre 2001 16:10 -0600 Dave Rolsky [EMAIL PROTECTED] wrote: On Thu, 20 Dec 2001, Perrin Harkins wrote: I've looked through the mod_perl docs and guide and am unable to find something that I can use in a handler to figure out what the current phase is. This seems like

Re: CGI module bug, Internet Explorer 6 problems and workaround...

2001-12-28 Thread Jean-Michel Hiver
Hope this helps any people who encounter the same problem. Though it of course raises the question, is the XHTML incorrect in someway to cause IE to barf, or is IE barfing incorrectly? I do work on a product (http://www.mkdoc.com) which outputs mainly valid XHTML, and it works fine with any

XML::LibXML

2001-12-28 Thread Fred
Hi, sorry for this question that is not directly related to mod_perl, rather to perl itself. I use XML::LibXML, that I found on http://www.xml.com, and it matches my needs. Because it might (surely!) be good code structure examples, I had a look at the module. There comes my question : I do

[OT] Re: XML::LibXML

2001-12-28 Thread Per Einar
At 16:58 28/12/01, Fred wrote: I know (guess?) my answer in somwhere linked with Dynaloader. But I do not find the link between XML::LibXML and libxml2. Do not man have to specify it somewhere? Where is the link between C libs and Perl? How come can calls to undefined methods like

re: how to access the perl file from palm top

2001-12-28 Thread Grant Babb
CGI::WML available from CPAN ... you should be able to port your code quite easily with it. hope that helps- grant

re: how to access the perl file from palm top (READ THIS ONE)

2001-12-28 Thread Grant Babb
[sorry, forgot about the otherpart of this] CGI::WML available from CPAN ... you should be able to port your code quite easily with it. also - you need to set up the mime-type for wml in apache, 1.3.22 and up seem to have it already (don't know about previous versions). hope that helps- grant

[ANNOUNCE] Cache::Mmap 0.03

2001-12-28 Thread Peter Haworth
file: $CPAN/authors/id/P/PM/PMH/Cache-Mmap-0.03.tar.gz size: 9454 bytes md5: f28df3400f28b54034a8a684a8e1e923 I strongly advise all users of this module to upgrade to this version if they are using the write() method, and at least version 0.02 otherwise. The next version should come out

mod_deflate warning

2001-12-28 Thread Jeremy Howard
I posted a couple of weeks ago about how well the mod_deflate/mod_accel combination works on a front-end HTTP accelerator. I've just discovered a problem that I thought I'd mention here for anyone who's trying this out. It appears that Mozilla-based browsers fail when using gzip encoding with

Re: mod_accel reverse proxying?

2001-12-28 Thread Jeremy Howard
Philip Mak wrote: On Fri, 28 Dec 2001, Igor Sysoev wrote: I think it should have reverse syntax: AccelReverse http://127.0.0.1:8001/ / Or not ? Of course it complicates porting from mod_proxy to mod_accel but I think it's clearer then ProxyPassReverse syntax. I don't think

Re: [OT] Re: XML::LibXML

2001-12-28 Thread clayton
try perldoc XML::LibXML i got this perl module working fine http://drfrog.fdns.net/x3d/ Per Einar wrote: At 16:58 28/12/01, Fred wrote: I know (guess?) my answer in somwhere linked with Dynaloader. But I do not find the link between XML::LibXML and libxml2. Do not man have to specify

Re: mod_deflate warning

2001-12-28 Thread Igor Sysoev
On Sat, 29 Dec 2001, Jeremy Howard wrote: I posted a couple of weeks ago about how well the mod_deflate/mod_accel combination works on a front-end HTTP accelerator. I've just discovered a problem that I thought I'd mention here for anyone who's trying this out. It appears that

Re: mod_accel reverse proxying?

2001-12-28 Thread Igor Sysoev
On Sat, 29 Dec 2001, Jeremy Howard wrote: Philip Mak wrote: On Fri, 28 Dec 2001, Igor Sysoev wrote: I think it should have reverse syntax: AccelReverse http://127.0.0.1:8001/ / Or not ? Of course it complicates porting from mod_proxy to mod_accel but I think it's clearer

cvs commit: modperl/Apache Apache.pm

2001-12-28 Thread cholet
cholet 01/12/28 02:25:48 Modified:Apache Apache.pm Log: more docco Revision ChangesPath 1.66 +23 -7 modperl/Apache/Apache.pm Index: Apache.pm === RCS file: