mod_sandwich - parsing the header and footer through SSI module

1999-11-22 Thread Shay Mandel
hi, Does anyone has a modified version of the Sandwich module that passes the header and footer files through the SSI handler ? the version I've download does it only for the body of the document. -- Shay Mandel IT Group - WebMaster Galileo Technology Moshav Manof, D.N. Misgav 20184, ISRAEL.

Simple Mod_Perl XML Engine

1999-11-22 Thread Alex Menendez
hello, all I am currently developing a simple mod_perl xml engine that replaces proprietary xml packets embedded in a web page with db content...no formatting just simple text. I have just started and do not want to re-invent the wheel if a good package exists out there. My initial plan was to l

RE: PerlSetVar precedence questions

1999-11-22 Thread Robin Berjon
At 22:18 22/11/1999 -0600, Ken Williams wrote: >But my gripe is with the following: > >--docroot/.htaccess: > > PerlSetVar Lemon Tasty > > >--docroot/subdir/.htaccess:- >PerlSetVar Lemon Sour > > >Now i

RE: PerlSetVar precedence questions

1999-11-22 Thread Ken Williams
[EMAIL PROTECTED] (Eric Cholet) wrote: >Ken Williams wrote: >> I've done some more digging, and found a rather bizarre explanation. >> As it turns out, if the parent .htaccess has its directive in a >> section and the subdirectory doesn't, the parent will >> override the child. If they're speci

Apache, Perl, Frontpage and PHP

1999-11-22 Thread The Doctor
Has anyone to date accomplished a combination of Apache + mod_Perl + Mod_frontpage + Mod_php in one go? I did try to compile php and ran into the following: Script started on Sun Nov 21 16:28:56 1999 doctor.nl2k.ab.ca//usr/source/php-3.0.12$ gmake php gcc -g -O2 -O2 -fPIC -I. -I. -I/usr/sou

Re: lost getting mod_perl to work

1999-11-22 Thread Perrin Harkins
On Tue, 9 Nov 1999, Michael Cunningham wrote: > I downloaded apache 1.3.9 and configured it.. > then used cpan to install the apache module. > told it to compile apache for me.. > and then i did a make install. > > So I run httpd -l and I see modperl as a module now.. > > I put this in the http

missing header files on debian

1999-11-22 Thread Slava
I tried to install Apache::Request both way: manualy and using perl -MCPAN -e shell. It does't work on Debian. it tries to find some header files from apache. The same with libapreq-0.31 I installed apache and mod_perl as debian package(DSO). Any body knows how to solve this? Than

Re: Duplicated emails from mod_perl list

1999-11-22 Thread G.W. Haywood
On Mon, 22 Nov 1999, Andrei A. Voropaev wrote: > Probably this is off-topic. But it's about the list itself. Why do I > get OLD emails from time to time. Today I got about 7 or 8 of > those. I'm absolutely positive that I've seen them once before. Some > of those emails are dated Nov. 16th > > T

RE: Another IE5 complaint

1999-11-22 Thread Fulko Hew
Joe Pearson <[EMAIL PROTECTED]> wrote: > Maybe everyone already knows this, but I just discovered that > whenever a IE5 user visits a page in their "Favorites", IE5 also trys > to GET favicon.ico from the same site. Therefor I have hundreds of > "File does not exist:" errors in my log file. C

Re: Another IE5 complaint

1999-11-22 Thread Robin Berjon
At 15:10 22/11/1999 -0500, Vivek Khera wrote: >Why not just create a 10Mb large favicon.ico file for their >convenience? ;-) ;-) I played around with that idea, but most ICO files are really small, and it seems that they thought of that and do not download if it is over a few k (perhaps even less

Re: Bug in libapreq makes form elements stick to an apache child

1999-11-22 Thread Tim Bunce
On Fri, Nov 19, 1999 at 10:10:07AM -0800, Jeffrey Baker wrote: > > if (defined @foo_in) { Generally using defined() on aggregates is a bad idea. Tim.

Re: Another IE5 complaint

1999-11-22 Thread Matt Sergeant
On Fri, 01 Oct 1999, Joe Pearson wrote: > Hi all, > > Maybe everyone already knows this, but I just discovered that > whenever a IE5 user visits a page in their "Favorites", IE5 also trys > to GET favicon.ico from the same site. Therefor I have hundreds of > "File does not exist:" errors in my

Re: Duplicated emails from mod_perl list

1999-11-22 Thread Jeffrey Baker
"G.W. Haywood" wrote: > > On Mon, 22 Nov 1999, Andrei A. Voropaev wrote: > > > Probably this is off-topic. But it's about the list itself. Why do I > > get OLD emails from time to time. Today I got about 7 or 8 of > > those. I'm absolutely positive that I've seen them once before. Some > > of th

RE: EmbPerl, PHP

1999-11-22 Thread Gerald Richter
> > > Steve Willer has written a few words about PHP and Embperl. Look at > > > > > http://perl.apache.org/embperl/Sites.pod.1.html#http_www_webperson > als_com_St > > Well, the 10-20 times performance difference is very > questionable. Depends a lot on what you are doing. For most stuff PHP is

Re: Another IE5 complaint

1999-11-22 Thread Steven Champeon
On Fri, 1 Oct 1999, Joe Pearson wrote: > Maybe everyone already knows this, but I just discovered that > whenever a IE5 user visits a page in their "Favorites", IE5 also trys > to GET favicon.ico from the same site. Therefor I have hundreds of > "File does not exist:" errors in my log file. Oh,

Re: Apache and FILEHANDLES

1999-11-22 Thread Vivek Khera
> "AG" == Anthony Gardner <[EMAIL PROTECTED]> writes: AG> Is there another way to write to files than AG> print OPF (< ... AG> END I don't get your question. How else does one write to files other than printing to the file handle opened for writing to that file? AG> Also, why can't I writ

Re: Another IE5 complaint

1999-11-22 Thread Vivek Khera
> "JP" == Joe Pearson <[EMAIL PROTECTED]> writes: JP> Maybe everyone already knows this, but I just discovered that JP> whenever a IE5 user visits a page in their "Favorites", IE5 also trys JP> to GET favicon.ico from the same site. Therefor I have hundreds of JP> "File does not exist:" err

RE: EmbPerl, PHP

1999-11-22 Thread Gerald Richter
> > Can anyone point me towards any good resources comparing EmbPerl, PHP, > etc.? > > Or better yet, does anyone have any real world stories about the > merits of each in terms of performance, memory consumption, bugs, etc? > Steve Willer has written a few words about PHP and Embperl. Look at h

Re: Duplicated emails from mod_perl list

1999-11-22 Thread Jim Winstead
Looks like '[EMAIL PROTECTED]' is recycling mails back into the list, based on the headers. Probably a busted fetchmail setup or something of the sort. Jim On Nov 22, Andrei A. Voropaev wrote: > Hi! > > Probably this is off-topic. But it's about the list itself. Why do I > get OLD emails from t

RE: web-based email

1999-11-22 Thread William R. Lorenz
Search www.freshmeat.net for "IMP" ... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of Rudy > I run a small ISP (www.monkeybrains.net) and would like to > provide web-based email. > I plan on using POP3Client.pm. Is there any code out there >

Re: Web Crawler

1999-11-22 Thread Randal L. Schwartz
> "ricarDo" == ricarDo oliveiRa <[EMAIL PROTECTED]> writes: ricarDo> thanks in advance for any further help. I have a web crawler ricarDo> running in a solaris+apache+mod_perl web server, and for some ricarDo> reason, when I try go get the contents of a certain page, it ricarDo> hangs and gi

RE: A few pointers, please.

1999-11-22 Thread Ian Mahuron
What I'm doing is this: Using DBI to store info for Apache::Session w/ cookies. I'm using MySQL and added an additional field to the sessions table that contains a timestamp. A couple of fields stored in session data are username and crypted passwd... it's checked at critical points of the app

Re: web-based email

1999-11-22 Thread Jim Serio
> I plan on using POP3Client.pm. Is there any code out there which For a list of free web-based clients, check out: http://www.cru.fr/http-mail/ Jim -- Jim Serio - [EMAIL PROTECTED] Producer, World of Coasters

Re: Duplicated emails from mod_perl list

1999-11-22 Thread Cliff Rayman
you are definetly receiving duplicates - so am I. I know because some of the duplicates are ones I sent from last week. cliff rayman genwax.com "Andrei A. Voropaev" wrote: > Hi! > > Probably this is off-topic. But it's about the list itself. Why do I > get OLD emails from time to time. Today I

Re: Duplicated emails from mod_perl list

1999-11-22 Thread Ray Zimmerman
At 12:45 PM -0500 11/22/99, Andrei A. Voropaev wrote: >Hi! > >Probably this is off-topic. But it's about the list itself. Why do I >get OLD emails from time to time. Today I got about 7 or 8 of >those. I'm absolutely positive that I've seen them once before. Some >of those emails are dated Nov. 16

RE: Duplicated emails from mod_perl list

1999-11-22 Thread Eric Cholet
> Hi! > > Probably this is off-topic. But it's about the list itself. Why do I > get OLD emails from time to time. Today I got about 7 or 8 of > those. I'm absolutely positive that I've seen them once before. Some > of those emails are dated Nov. 16th > > This happened 2 or 3 times already so I

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*

Duplicated emails from mod_perl list

1999-11-22 Thread Andrei A. Voropaev
Hi! Probably this is off-topic. But it's about the list itself. Why do I get OLD emails from time to time. Today I got about 7 or 8 of those. I'm absolutely positive that I've seen them once before. Some of those emails are dated Nov. 16th This happened 2 or 3 times already so I decided to ask.

Web Crawler

1999-11-22 Thread ricarDo oliveiRa
Hi there, thanks in advance for any further help. I have a web crawler running in a solaris+apache+mod_perl web server, and for some reason, when I try go get the contents of a certain page, it hangs and gives no timeout whatsoever. use LWP::Simple; ... $page_text = get($thisURL); ... beside

Web Crawler

1999-11-22 Thread ricarDo oliveiRa
Hi there, thanks in advance for any further help. I have a web crawler running in a solaris+apache+mod_perl web server, and for some reason, when I try go get the contents of a certain page, it hangs and gives no timeout whatsoever. use LWP::Simple; ... $page_text = get($thisURL); ... beside

RE: PerlSetVar precedence questions

1999-11-22 Thread Eric Cholet
Ken Williams wrote: > I've done some more digging, and found a rather bizarre explanation. As it > turns out, if the parent .htaccess has its directive in a section and > the subdirectory doesn't, the parent will override the child. If they're > specified the same way, the child will override t

Re: EmbPerl, PHP

1999-11-22 Thread Ken Y. Clark
On Mon, 22 Nov 1999, Robert Locke wrote: > > Hi, > > Can anyone point me towards any good resources comparing EmbPerl, PHP, > etc.? > > Or better yet, does anyone have any real world stories about the > merits of each in terms of performance, memory consumption, bugs, etc? > > On an unrelated

EmbPerl, PHP

1999-11-22 Thread Robert Locke
Hi, Can anyone point me towards any good resources comparing EmbPerl, PHP, etc.? Or better yet, does anyone have any real world stories about the merits of each in terms of performance, memory consumption, bugs, etc? On an unrelated note, any recommendations for a plotting package to generate

strange: pdf page is loaded twice with Apache::File

1999-11-22 Thread Dirk Lutzebaeck
Hi, I have a strange problem with Apache::File : everytime a PDF is loaded (ie. a plugin is started in the browser) I see two requests for the same file. This happens with no other file types and not with direct pdf downloads. What I don't understand is why NS or MSIE send Pragma: no-cache