Re: Hooking into core

1999-01-03 Thread Stas Bekman
I would like to be able to add to or change the way errors are handled. I am hoping that is possible to somehow create a routine in perl that I can get called before or instead of the standard core routine. I want to be able to construct a page that contains a more user friendly response.

confining hash changes to individual httpd child

1999-01-03 Thread Kevin Ward
Hi, Let me explain what I am working on: I have written an Apache module (which I am calling Glossary) which, when it receives a page request, highlights terms in the page which are found in an online glossary. This way a user can click on the highlighted term and go view the description.

Problems parsing PerlAccessHandler directive...

1999-01-03 Thread Einar Johnsson
Hello. I just compiled mod_perl-1.21 with: perl Makefile.PL EVERYTHING=1 When I try to use the PerlAccessHandler directive in my httpd.conf I get: Invalid command 'PerlAccessHandler', perhaps mis-spelled or defined by a module not included in the server configuration When the Makefile.PL

XML and Apache

1999-01-03 Thread Anthony Gardner
All, I have a problem. I want to use data in XML format and store it in memory for obvious reasons of speed and to utilise the capabilities of XML. I also want to load the data at server start up time. The problem arises with the size of the data. I end up with six children each with 150MB

Re: XML and Apache

1999-01-03 Thread Chip Turner
"Anthony Gardner" [EMAIL PROTECTED] writes: I have a problem. I want to use data in XML format and store it in memory for obvious reasons of speed and to utilise the capabilities of XML. I also want to load the data at server start up time. The problem arises with the size of the data.

RE: Problems parsing PerlAccessHandler directive...

1999-01-03 Thread Miguel Navarro
I'm experiencing the same problem and looking for help. Miguel Navarro [EMAIL PROTECTED] -- From: Einar Johnsson Sent: Friday, November 05, 1999 6:51 AM To: [EMAIL PROTECTED] Subject: Problems parsing PerlAccessHandler directive... Hello. I just compiled mod_perl-1.21 with: perl

Re: XML and Apache

1999-01-03 Thread Vassilii Khachaturov
I think you can do better doing XML-oriented research here first before you dig into apache/mod_perl if you don't find some quick solutions. Here are some leads. I don't go deeper -- we're here for mod_perl, check out comp.text.sgml and the SGML/XML home page at oasis.

Re: XML and Apache

1999-01-03 Thread Greg Stark
There was a database posted on freshmeat specifically designed for storing XML data. I'm not sure what that would mean but perhaps it would be the solution for your problem? "Anthony Gardner" [EMAIL PROTECTED] writes: All, I have a problem. I want to use data in XML format and store it

Re: CGI.pm not maintaing values..

1999-01-03 Thread Christoph Wernli
Alex, check out http://perl.apache.org/guide/obvious.html#my_scoped_variable_in_nested_s Cheers, -Christoph Alex Krohn wrote: Hi, I've read through the guide, and tried to search through the list, but CGI.pm is a pretty common keyword, ;). This script which I thought should work fine

Re: CGI.pm not maintaing values..

1999-01-03 Thread Alex Krohn
On Fri, 05 Nov 1999 14:12:43 -0500 Eugene Miretskiy [EMAIL PROTECTED] wrote: Take a look at: http://perl.apache.org/guide/obvious.html#my_scoped_variable_in_nested_s Thanks, that was just the part I was looking for. Cheers, Alex Gossamer Threads Inc.

Re: Attempt to free unreferenced scalar during global destruction.

1999-01-03 Thread Andrei A. Voropaev
Hi! I've searched thru archives and came up with the following conclusion. Please correct me if I'm wrong. There was some patch related to the problem that made it to mod_perl 1.21 but seems like that patch fixes something else and not the problem. To really fix the problem I need to upgrade

Re: CGI.pm not maintaing values..

1999-01-03 Thread Frank D. Cringle
Ofer Inbar [EMAIL PROTECTED] writes: Alex Krohn [EMAIL PROTECTED] wrote: (mis)handles lexically scoped variables. This oddity only comes into play if you use a lexical variable in a block *and* a sub-block of that block, and you run that same code multiple times, and the values are not

ANNOUNCEMENT: NEW VERSION: HTML::Template 1.1

1999-01-03 Thread Sam Tregar
NAME HTML::Template - a Perl module to use HTML Templates CHANGES 1.1 - Lifted requirement that TMPL_INCLUDEs be alone on a line - Added "path" option to new() to manipulate search path for templates. - bug fixes DESCRIPTION This module attempts

Re: CGI.pm not maintaing values..

1999-01-03 Thread Bruce Johnson
Ofer Inbar wrote: book. I happened to stumble across this bug before I'd read that chapter, and it took literally something like 20 hours of coding and debugging time to figure out what was going on. Then I saw it in the Only 20 hours? Man, I burned more hours than that! If only we could

Positions Available

1999-01-03 Thread Hurewitz, Beth
Internet Contract Jobs Available Site Systems is a Los Angeles-based Internet consultancy that works with clients in the entertainment and hi-tech industries. We are looking for contractors to assist with current and future projects (including Internet/intranet, systems integration, web

Apache::SSI timefmt partial support

1999-01-03 Thread Vassilii Khachaturov
I just hacked the subj into Apache::SSI (v. 2.08) because I desperately needed it, and I am submitting this to Ken so that he can incorporate it into the future Apache::SSI release. I didn't make anything to handle the echo_... stuff printing the time -- it is currently unaffected by !--#config