Re: Problems building

1999-12-15 Thread Eric Cholet
On Wed, 15 Dec 1999, you wrote: Hi all, On 14 Dec 1999, Greg Stark wrote: I think the interdependence with the apache tree and the mod_perl tree just makes things too complicated. I'm not unfamiliar with complicated building software -- even fairly complex software, but mod_perl

RE: Trouble in proxyland

1999-12-10 Thread Eric Cholet
Dave Hayes wrote: On Fri, 6 Aug 1999, Vivek Khera wrote: Running Apache/1.3.7-dev (Unix) mod_perl/1.19_01-dev, it seems that PerlPostReadRequestHandler is virtual-host bound. Yep, and I really have to ask why this is implemented in this fashion? Because mod_perl lacks a per-server merge

RE: Problem with compiling mod_perl

1999-12-08 Thread Eric Cholet
I must have now installed mod_perl a dozen times on a dozen machines and this is the first time I've come across this problem and I can't seem to solve it...nor have I had any luck through FAQs, DejaNews or even newsgroup postings :( I have an RH Linux 6.1 box. I currently have Apache

RE: HTTP_REFERER is gone under Mod_Perl and EmbPerl!

1999-12-06 Thread Eric Cholet
I have Apache 1.3.9 and Mod_Perl 1.2.1 and EmbPerl 1.2.0. The environment variable HTTP_REFERER is not in my scripts' CGI environment. I tried both regular Perl and Mod_Perl and it doesn't show up anywhere. I've searched the Net for any mention of this and found none. Can

RE: LWP vs Netscape

1999-12-03 Thread Eric Cholet
hi, If I put this on Location: bar on the Netscape browser, I get the result of the search as expected (try it). http://www.volunteermatch.com/results/results.jtmpl?zip=5radius=60when=30ongoing=bcategory=Everythingsubmit=Search I don't, I get the search form. Using IE5 on Win98.

mod_perl Programmers demand is going up...

1999-12-03 Thread Eric Cholet
Randal L. Schwartz wrote: For some people, I presume dealing only with content handlers could be considered as "mod_perl experience". But mod_perl is so much more than the content phase. I would laugh at someone that said they "knew mod_perl", but couldn't tell me most of what's in Stas'

RE: conf file precedence

1999-12-02 Thread Eric Cholet
I have the following in my conf file: # Framed applications ProxyPass /frames http://sw3.tivoli.com:81/frames ProxyPassReverse /frames http://sw3.tivoli.com:81/frames # Begin Apache::ProxyStuff stuff PerlModule Apache::ProxyStuff Location / SetHandler perl-script PerlHandler

RE: PerlLogHandler - bytes always zero for proxy requests

1999-12-01 Thread Eric Cholet
I presume from the lack of response that nobody knows the answer to this one? Or have I sent this to the wrong mailing list? Or is it a stupid question? Best Regards, Brian "Brian S. Craigie" wrote: Can anyone tell me how to turn on logging of the bytes through the proxy

RE: Questions

1999-11-24 Thread Eric Cholet
Hi, a couple of questions. I can't get the $ENV{REMOTE_USER} var., after succesfull authentification - there is nothing in it. Here is the configuration : VirtualHost 127.0.0.1 ...blah .blah ... Directory /work/volunteer/members AuthDBUserFile /work/.volunteers.db

RE: mod_perl messages in error_log

1999-11-22 Thread Eric Cholet
What means mod_perl: rwrite returned -1 (fd=3, B_EOUT=8) in the error_log file? It means the client disconnected before your script ended. There's a bug that makes this message appear unduly, which has (hopefully) been fixed in the CVS tree. I'm adapting the Apache::Ticket*

RE: Does no_cache really deny caching?!

1999-11-16 Thread Eric Cholet
Hello, I would like to deny caching of pages which are under access control. So, I looked at no_cache and browsed through the http header produced by this method. As far as I discovered, no_cache(1) behaves like the A option of mod_expires. The httpd header field looks like Expires:

RE: Support of CR LF in a EBCDIC environment

1999-11-15 Thread Eric Cholet
I'm not familiar with EBCDIC, but in Perl \r and \n are platform dependent, you migh want to try the platform independent \015 (cr) and \012 (lf). [EMAIL PROTECTED] wrote: Dear list readers - I'm working with the following environment: BS2000-Posix as O.S. Perl-5.005_54 Apache-1.3.9

RE: DigExt in user-agent hammering my site

1999-11-03 Thread Eric Cholet
Randal, This is a nice package, but I have some questions: my $host = $r-get_remote_host; return DECLINED if $host =~ /\.(holdit|stonehenge)\.com$/; You have host name lookups turned on? That's not very performance friendly. And you've just published how to get around your

RE: Hello

1999-11-03 Thread Eric Cholet
Javier Viveros: Hi from Paraguay. Did anyone wrote a chat client with mod_perl??? I am on that project now, and it will be helpfull to read another source code. Greetz and sorry for my poor english level. I have written a chat server and client that works with modperl.I plan to release it but

RE: Installing libwww

1999-10-29 Thread Eric Cholet
Man, that's some ps program you've got here. I should run Linux one of these days. PID TTY STAT TIME COMMAND 1 ? S0:05 init [2] 2 ? SW 0:06 (kflushd) 3 ? SW 0:07 (kupdate) 4 ? SW 0:00 (kpiod) 5 ? SW 0:04 (kswapd) 82 ? S0:00

RE: Generic Server

1999-10-29 Thread Eric Cholet
I'll use POP3 as my example, although any other service (eg telnet, ssh, FTP, SMTP) are equally valid. Having apache run on a non-http port, say port 110 (POP3), could be handy. You could even have POP3 running elsewhere and use the POP3 module: o to proxy POP3 requests inside a

RE: Rewrite to handler

1999-10-16 Thread Eric Cholet
On Friday, October 15, 1999 7:34 PM, Leslie Mikesell [SMTP:[EMAIL PROTECTED]] wrote: What is the most straightforward way to make a RewriteRule map an arbitrary URL directly to a handler? I can do it by setting a handler for a directory, putting the file there and rewriting to that location,

RE: startup.pl output in headers ???

1999-10-14 Thread Eric Cholet
On Wednesday, October 13, 1999 4:54 PM, Kees Vonk 7249 24549 [SMTP:[EMAIL PROTECTED]] wrote: I have managed to get it back to work. Restarting the server and touching the index.html file made no difference, but when I cleared the browser's cache it all started working again. I still don't

RE: [SITE] the great redesign of 1999

1999-10-14 Thread Eric Cholet
Robin Berjon [EMAIL PROTECTED] sez: As a side note, reading about that desert idea this morning triggered a neuron somehow, so I quickly modified an old template of mine that hadn't been used and uploaded it at http://www.knowscape.org/modperl/ ... Adding my vote to this too, I think it

RE: How to change a users name

1999-10-12 Thread Eric Cholet
On Tuesday, October 12, 1999 7:33 PM, Joshua Gerth [SMTP:[EMAIL PROTECTED]] wrote: Howdy, After flipping through the Eagle book, perl.apache.org web site and the mailing list archive I did not find any examples of this so I figured I would post the question here. Does anyone know

RE: httpd.conf problem.

1999-10-09 Thread Eric Cholet
On Friday, October 08, 1999 4:26 PM, Terje Malmedal [SMTP:[EMAIL PROTECTED]] wrote: Hi, Inside a Perl section I want to configure mod_rewrite dynamically, this works: $RewriteRule = "/cgi-bin/printenv /cgi-bin/slave.pl [PT]"; If I do this: $RewriteRule = "/cgi-bin/printenv

RE: internal_redirect and POST

1999-10-08 Thread Eric Cholet
On Friday, October 08, 1999 3:35 PM, Andrei A. Voropaev [SMTP:[EMAIL PROTECTED]] wrote: On Fri, Oct 08, 1999 at 09:39:30AM +0200, Eric Cholet wrote: On Friday, October 08, 1999 3:35 AM, Dmitry Beransky [SMTP:[EMAIL PROTECTED]] wrote: I've been playing around with internal redirects

RE: Apache::VMonitor in action

1999-10-07 Thread Eric Cholet
On Thursday, October 07, 1999 11:44 AM, Stas Bekman [SMTP:[EMAIL PROTECTED]] wrote: Hi, Take a look at the Apache::VMonitor in action, a moment before I'm going to protect it. http://www.singlesheaven.com:8080/sys-monitor Please, be gentle -- it's a production server. Thank you!

RE: can't resolve symbol 'perl_get_sv'

1999-10-07 Thread Eric Cholet
On Thursday, October 07, 1999 7:02 PM, Crawford, David [SMTP:[EMAIL PROTECTED]] wrote: The server built using the latest CVS archive produces the same errors. I'm going to wait for the next tree build to be posted (should be any minute) if Are you referring to a new build of Perl? I haven't

RE: perl variable in configs for few virtual servers

1999-01-17 Thread Eric Cholet
change I have is patch for correcting PATH enviroment corruption provided by Doug. Andrei On Tue, Nov 16, 1999 at 05:29:46PM +0100, Eric Cholet wrote: Which version of mod_perl are you using, 1.21 or the CVS version perhaps? Hi! I've encountered very interesting problem. When I

<    1   2