Re: libapreq-1.1 Release Candidate 1

2002-11-25 Thread Edward Moon
PowerBook Ti 667 Rev1 (1GB RAM 30GB HD) OS X 10.2 Apache 1.3.27 installed at Apple default (custom build w/ mod_perl 1.27) Apache 2.0.43 installed at /usr/local/apache2 Ran configure then make and got the error: cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode

[SOLVED] Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-24 Thread Edward Moon
FYI, I finally got my problems with Apache::Cookie (part of libapreq) solved. Much thanks to Stas for advice on solving this problem. Here's what I found: 1) Installing the glibc 2.2.4-24 updates borked the RPM installed perl 5.6.1. Building 5.6.1 from source fixed this problem. 2)

Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-18 Thread Edward Moon
I recently applied the glibc updates described at http://www.redhat.com/support/errata/RHBA-2002-056.html to a system running Apache 1.2.22/modperl 1.2.26 on a Perl 5.6.1/Redhat Linux 7.2 system. All seemed well until I updated Apache::Cookie to the latest version and restarted apache.

Re: Redhat 7.2 glibc update causes problems with Apache::Cookie?

2002-04-18 Thread Edward Moon
I did that Stas. I forgot to mention that I updated Apache::Cookie via CPAN. On Fri, 19 Apr 2002, Stas Bekman wrote: [snip] looks like you have a broken or missing binary package. It says exactly what's your problem - it cannot find the library. Check that you have the right symlinks

[Solved]: Apache::Compress + mod_proxy problem

2000-12-22 Thread Edward Moon
Here's a patch for Apache::Compress that passes off proxied requests to mod_proxy. Without this patch Apache::Compress will return an internal server error since it can't find the proxied URI on the local filesystem. Much of the patch was lifted from chapter 7 of the Eagle book. Right now the

Re: Dynamic content that is static

2000-12-22 Thread Edward Moon
Not necessarily. You can use mod_proxy to cache the dynamically generated pages on the lightweight apache. Check out http://perl.apache.org/guide/strategy.html#Apache_s_mod_proxy for details on what headers you'll need to set for caching to work. On Fri, 22 Dec 2000, Philip Mak wrote: Hi

Re: Dynamic content that is static

2000-12-22 Thread Edward Moon
You should check out the documentation on mod_proxy to see what it's capable of: http://httpd.apache.org/docs/mod/mod_proxy.html You can specify expiration values and be assured that cached files older than expiry will be deleted. So, for example, if you know that your content gets updated

Apache::Compress + mod_proxy problem

2000-12-15 Thread Edward Moon
I've run into a problem with Apache::Compress in dealing with mod_proxyed content. The author of Apace::Compress suggested that I post the problem here. I'm running apache 1.3.14, mod_perl 1.24_01, Apache::Compress 1.003 on a RedHat 6.2 linux box. I get an internal server error when ever I try

[OT] mod_proxy tuning info?

2000-08-15 Thread Edward Moon
I'm looking for docs or white papers on tuning apache/mod_proxy for optimum performance when acting as a reverse proxy for a web farm. Can anyone point me to a URL or a book that's a good reference? Thanks,

Re: [OT] mod_proxy tuning info?

2000-08-15 Thread Edward Moon
://perl.apache.org/guide/scenario.html#mod_proxy Edward Moon wrote: I'm looking for docs or white papers on tuning apache/mod_proxy for optimum performance when acting as a reverse proxy for a web farm. Can anyone point me to a URL or a book that's a good reference? Thanks

Re: mod_perl (preferably Embperl) based shopping cart?

2000-02-10 Thread Edward Moon
Check out http://www.opensales.org/. I don't recall if they use mod_perl or Embperl, but I do know that they use Perl (gee is that vague enough :). On Thu, 10 Feb 2000, Jason Bodnar wrote: A while ago somebody posted that they were working on an open source shopping cart using mod_perl. Did