Re: Apache::Scoreboard on Digital Unix

2001-06-29 Thread Alessio Bragadini
Hi all, on Fri, 17 Nov 2000 Didier Godefroy wrote: I was trying to add the Apache::Scoreboard module [on Digital Unix/Compaq Tru64] to perl using cpan and it's giving out errors: cc: Error: /usr/local/lib/perl5/site_perl/5.6.0/alpha-dec_osf/auto/Apache/include/inclu de/http_protocol.h,

Apache et perl

2001-06-29 Thread Guillaume Denizot
J'ai installé Apache 1.3.12, Perl 5.6.0 sous Mandrake 8.0. J'ai la page HTML suivante (sans les ) (dans /var/www/html): html head title Page de Test /title meta name=author content=denizot /head body form action=../cgi-bin/base.pl method=GET input type=Text name=saisie value= size=10 /form /body

[admin] Please post only English

2001-06-29 Thread Stas Bekman
Folks, This email is to remind you that you should use English when you communicate over this list, triggered by the last day's posts in French and German. If English is not your native language please try to do your best to express yourself in English. While you should spend some time to spell

RE: Apache et perl

2001-06-29 Thread Sean O'Halpin
Guillaume, Just this once, I have translated your message for you. Please bear in mind that most of the people on this list can understand only English! Any volunteers for translating the replies? HTH Sean START OF MESSAGE I've installed Apache 1.3.12, Perl 5.6.0 under Mandrake 8.0 I have

RE: Apache et perl

2001-06-29 Thread Geoffrey Young
-Original Message- From: Sean O'Halpin [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 6:12 AM To: 'Guillaume Denizot'; [EMAIL PROTECTED] Subject: RE: Apache et perl Guillaume, Just this once, I have translated your message for you. and, sadly enough, it's not even

Re: osx mod_perl

2001-06-29 Thread Christian Wattinger
on 28.06.01 18.20, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Hi Chris, here is the head binary if you still need it. i've had the same problem and it seem to work out. i tried to install HTML::mason on top of mod_perl, but have no idea if what i did is correct i guess i need to do

RE: Help me!

2001-06-29 Thread Webmaster
- Original Message - From: wac [EMAIL PROTECTED] To: mod_perl Maillist [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 5:48 AM Subject: Help me! Dear All, I want to write a handler, function : log client request file size. My code can't work: Apache Config file Location

RE: osx mod_perl

2001-06-29 Thread Webmaster
- Original Message - From: Christian Wattinger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 12:25 PM Subject: Re: osx mod_perl on 28.06.01 18.20, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Hi Chris, here is the head binary if you

setting httpd cookie domains

2001-06-29 Thread will trillich
- Forwarded message from will trillich [EMAIL PROTECTED] - From: will trillich [EMAIL PROTECTED] Date: Tue, 1 May 2001 21:58:41 -0500 To: [EMAIL PROTECTED] Subject: OT -- setting httpd cookies Pointers welcome, of course, to which FM i should R: In setting cookies via cgi or whatever,

Re: Requests using If-Modified-Since cause response Set-Cookie to be discarded

2001-06-29 Thread will trillich
On Wed, Jun 27, 2001 at 10:59:16AM -0700, Rob Bloodgood wrote: me, on the other hand, i don't see the problem with on incoming request if has-cookie 'session' { update serverside 'accesstime' for session[this] to NOW

Re: API Design Question

2001-06-29 Thread Shawn Devlin
Adam Worrall wrote: SD == Shawn Devlin [EMAIL PROTECTED] writes: SD My first thought is to break the API up so that there is a SD module per API call (there are some 70 calls in the API). My SD reasoning is that I can modify existing calls and add new ones SD without affecting

Re: API Design Question

2001-06-29 Thread Shawn Devlin
James G Smith wrote: [snip] My first thought is to break the API up so that there is a module per API call (there are some 70 calls in the API). My reasoning is that I can modify existing calls and add new ones without affecting everything else. Does this make sense or is it better to have

RE: setting httpd cookie domains

2001-06-29 Thread David Harris
will trillich [EMAIL PROTECTED] wrote: Pointers welcome, of course, to which FM i should R: In setting cookies via cgi or whatever, there's rules on having to include at least two portions of your domain in the cookie, such as for hyperarchive.lcs.mit.edu the minimum domain allowable would

RE: setting httpd cookie domains

2001-06-29 Thread David Harris
David Harris [EMAIL PROTECTED] wrote: These two should answer your question. You may also need to read section 4.3.4, Sending Cookies to the Origin Server, to determine what cookies will be sent to what servers. The criteria you are probably looking for is this: }} The origin server's

RE: API Design Question

2001-06-29 Thread Joe Breeden
Shawn, We have taken the approach here of a format like the on laid out below: (in startup.pl - use lib '/usr/local/apache/lib'; - add the directories to @INC) /usr/local/apache/lib/APP - where APP is the main name of our application. In this directory we will have perl modules that are shared

Re: API Design Question

2001-06-29 Thread Per Einar
- Original Message - From: Shawn Devlin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 8:18 PM Subject: Re: API Design Question What I like about this is I can add a new function without needing to disturb the existing code. Also, each function call is then

OT: Is there a comperable Apache list (besides anounce)?

2001-06-29 Thread Rodney Broom
Hi all, The only list I found on apache.org was [EMAIL PROTECTED]. I see from thearchives that this question was asked in this group a year or two ago, butnobody had a very good answer. ---Rodney BroomProgrammer: Desert.Net

mod_perl + mod_ssl + mod_fastcgi + mm can't compile Apache

2001-06-29 Thread Marcio Merlone dos Santos
Dear All, I'm having some troubles in compiling apache with such modules. I'm using the following sources: (linux-2.4.5.tar.gz) apache_1.3.20.tar.gz mm-1.1.3.tar.gz mod_fastcgi.tar.gz mod_perl-1.25.tar.gz mod_ssl-2.8.4-1.3.20.tar.gz openssl-0.9.6a.tar.gz and I'm compiling like this: OpenSSL:

Re: mod_perl + mod_ssl + mod_fastcgi + mm can't compile Apache

2001-06-29 Thread Stas Bekman
On Fri, 29 Jun 2001, Marcio Merlone dos Santos wrote: Dear All, I'm having some troubles in compiling apache with such modules. I'm using the following sources: (linux-2.4.5.tar.gz) apache_1.3.20.tar.gz mm-1.1.3.tar.gz mod_fastcgi.tar.gz mod_perl-1.25.tar.gz

Re: OT: Is there a comperable Apache list (besides anounce)?

2001-06-29 Thread Stas Bekman
On Fri, 29 Jun 2001, Rodney Broom wrote: Hi all, The only list I found on apache.org was [EMAIL PROTECTED] I see from the archives that this question was asked in this group a year or two ago, but nobody had a very good answer. Here are some pointers: http://perl.apache.org/#maillists