cvs commit: modperl-2.0 Changes

2002-09-27 Thread dougm
dougm 2002/09/27 08:11:21 Modified:.Changes Log: 1.99_06 release Revision ChangesPath 1.46 +1 -1 modperl-2.0/Changes Index: Changes === RCS file: /home/cvs/modperl-2.0/Changes,v

cvs commit: modperl-2.0/lib mod_perl.pm

2002-09-27 Thread dougm
dougm 2002/09/27 08:18:37 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.47 +2 -0 modperl-2.0/Changes Index: Changes === RCS

cvs commit: modperl-2.0/t/response/TestDirective pod.pm

2002-09-27 Thread dougm
dougm 2002/09/27 12:33:33 Modified:.Changes lib/ModPerl TestRun.pm t/response/TestDirective pod.pm Log: Submitted by: gozer Reviewed by: dougm fix =pod directive test config problem Revision ChangesPath 1.48 +4 -1

cvs commit: modperl-2.0/lib mod_perl.pm

2002-09-27 Thread dougm
dougm 2002/09/27 12:41:51 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.49 +2 -0 modperl-2.0/Changes Index: Changes === RCS

ProxyRewrite configuration

2002-09-27 Thread rodneyr
I'm having problem with the ProxyRewrite configuration. My enviroment is: Internal Site: http://a.a.a.a/site External Site (The proxy server): http://b.b.b.b/site I'd like to configure a Reverse Proxy so that all resquests to http://b.b.b.b/site would be redirected to http://a.a.a.a/site. So

RE: ProxyRewrite configuration

2002-09-27 Thread Adam Nelson
This seems to be more of a general apache thing. I try never to use the domain name/IP anywhere that isn't totally necessary. So, instead of: print redirect(http://a.a.a.a/site/cgi-bin/.cgi;); Why not: print redirect(/site/cgi-bin/.cgi); This way, there is no need to hardcode the

RE: ProxyRewrite configuration

2002-09-27 Thread rodneyr
I've already tried without the domain name/IP and I didn't have success. I don't use domain name/IP on my scripts. I did it only on the scripts that I want to redirect with the reverse proxy, as I was having problems whith the embedded URLs. Thanks for yuor help.

access_log numbers lower than expected....

2002-09-27 Thread Anthony E.
I'm using mod_perl, and am getting some inaccurate numbers in my access_log file. for example, i have the google search engine on my page (http://www.euroseek.com), they are claiming our number of searches are 200,000 per day. However, my log file only shows about 18,000 queries for the

RE: access_log numbers lower than expected....

2002-09-27 Thread Davis, Benjamin
It's my understanding that unless you have setup something explicitly otherwise it would report even the cached accesses in your access_log. Are you rotating your script or anything like that? Are you sure all searches are going through that one file? Is it accounting for mutiple domains etc?

RE: access_log numbers lower than expected....

2002-09-27 Thread Charles
One possibility is that if you (or some process) edits the logfile in question while apache is running, logging will stop until you restart apache. You might consider logging directly from your mod_perl handler to a file or DB. Charles -Original Message- From: Anthony E.

ANNOUNCE: mod_perl-1.99_07

2002-09-27 Thread Doug MacEachern
The URL http://perl.apache.org/dist/mod_perl-1.99_07.tar.gz has entered CPAN as file: $CPAN/authors/id/D/DO/DOUGM/mod_perl-1.99_07.tar.gz size: 610901 bytes md5: e1be9ce97a9fe52564d6b436dcacb375 Changes since 1.99_05: add support for pod directives (=pod,=back,=cut) and __END__

newbie: apache, mod_perl, mod_ssl (openssl) installation...

2002-09-27 Thread Anthony E.
quick question, probably a stupid one at that... do i need a secure certificate from thawte.com to install a secure server? if not, what's the point of the certificate? Can someone briefly explain the process... thanks __ Do you Yahoo!? New DSL

ANNOUNCE: Bricolage 1.4.2

2002-09-27 Thread David Wheeler
The Bricolage team would like to announce the release of Bricolage 1.4.2. This is a maintenance release that fixes several critical bugs in version 1.4.1. All users of earlier versions of Bricolage are strongly encouraged to upgrade. Bricolage is a full-featured, enterprise-class content

UTF8 character issue with Apache::Request?

2002-09-27 Thread siberian
Hi All- We are using Apache::Request to handle our uploads via the browser. Now that we switched to UTF-8 encoding any filename with Kanji in the filename uploads with a size of '0' and nothing goes to disk. Take the same file, put its name to roman chars and it uploads fine. All other

RE: Help with Install

2002-09-27 Thread Jim Kipp
Thanks. The docs suggest not using the threaded version. Although I do not see why. anyway, i am stuck on the Apache install at the moment. -Original Message- From: Lester Vecsey [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 7:52 PM To: [EMAIL PROTECTED] Subject: Re: Help

RE: newbie: apache, mod_perl, mod_ssl (openssl) installation...

2002-09-27 Thread Jesse Erlbaum
Hey Anthony -- quick question, probably a stupid one at that... do i need a secure certificate from thawte.com to install a secure server? Not strictly. if not, what's the point of the certificate? The point is to raise $55 million so that Mark Shuttleworth can travel in space? Hehe...