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 make[

[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) libapreq

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 f

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

2002-04-18 Thread Edward Moon
I recently applied the glibc updates described at 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. Apa

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-16 Thread Edward
See. http://slashdot.org/articles/01/03/20/1423223.shtml On Fri, Nov 16, 2001 at 12:13:48PM -0500, Stephen Adkins wrote: > > FYI. > > This is true as a rule, that HTTP_USER_AGENT only identifies the > browser type, without a serial number. > > Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)

Re: Doing Authorization using mod_perl from a programmers perspective

2001-11-16 Thread Edward
See. http://slashdot.org/articles/01/03/20/1423223.shtml On Fri, Nov 16, 2001 at 12:13:48PM -0500, Stephen Adkins wrote: > > FYI. > > This is true as a rule, that HTTP_USER_AGENT only identifies the > browser type, without a serial number. > > Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) >

Re: best way to handle my-website-configuration.xml?

2001-09-25 Thread Edward
number of > dynamic generation packages. Is 1.4_82 this 1.5 beta you speak of? If not, where can 1.5 be found? Is cvs alive again? Thanks, Edward

OT: cachability measurement tool?

2001-08-28 Thread Edward Moon
Sorry for the off-topic post. Last year and a couple jobs ago, I had found a python based app that would analyze the cachability of a given URL. It could run as a CGI app or on the command-line. I can't find the tool by searching on Google. Can anyone give me a pointer to this tool or something

RE: Need Some Help

2001-01-12 Thread Perry Edward (tsp2emp)
I tried bot the options separately and I tried them together neither seem to work. I have looked though every thing I could fine but what docs are you referring to ? -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 7:09 PM To: Perry Edward

Need Some Help

2001-01-11 Thread Perry Edward (tsp2emp)
ERL_" but made no change in the out come of my problem.     Any suggestions or direction would be most appreciated.   Edward Perry      

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: 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 eve

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 for details on what headers you'll need to set for caching to work. On Fri, 22 Dec 2000, Philip Mak wrote: > Hi e

[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 c

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

Re: [OT] mod_proxy tuning info?

2000-08-15 Thread Edward Moon
u read this yet? > http://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. > > > >

[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: Trying to setup embedded Perl

2000-04-22 Thread Edward Thomas
It seems as if this site is already running Apache/mod_perl (according to Netcraft) so as long as you can get hold of the particular module responsible for this then you should have no problems. -- Edward Thomas | [EMAIL PROTECTED] Cynosure Design | www.cyno.co.uk - Original Message

Re: mod_perl (preferably Embperl) based shopping cart?

2000-02-10 Thread Edward Moon
Check out . 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. D