xml parsing under mod_perl segfaults

2001-11-12 Thread Artem Litvinovich
Hello mod_perl gurus, I am trying to do some xml parsing under mod_perl. My script basically looks like this: #!/usr/bin/perl -w use strict; use CGI qw(:standard); use XML::Parser; use XML::SimpleObject; my $file=test.xml; my $parser = XML::Parser-new(ErrorContext = 2, Style = Tree); my $xml

RE: xml parsing under mod_perl segfaults

2001-11-12 Thread Matt Sergeant
-Original Message- From: Artem Litvinovich [mailto:[EMAIL PROTECTED]] Please reply if you are aware of a fix for this problem or a workaround for parsing XML under mod_perl. (a fix that does not require apache recompilation would be ideal) 1) Use XML::LibXML 2) Use

[OT] AxKit: Back online

2001-11-12 Thread Matt Sergeant
This post doesn't seem to have hit the list: -- Forwarded message -- Date: Mon, 12 Nov 2001 07:12:00 + (GMT) From: Matt Sergeant [EMAIL PROTECTED] To: AxKit Users Mailing List [EMAIL PROTECTED] Subject: [OT] AxKit: We're Back! Well, after around 12 or 13 weeks outage,

Can't install Apache::Request on Linux

2001-11-12 Thread Jonathan Bennett
I suspect all this is is a path problem, but I'm not sure where to stuff the appropriate line With: Linux 2.2.17 on x86 Apache 1.3.19 Perl 5.6.1 mod_perl 1.26 I can't install Apache::Request using either CPAN.pm or manually. Both give the error: Request.xs:40 mod_perl.h: No such file or

Re: dont understand mem-mapping

2001-11-12 Thread Stas Bekman
Peter Pilsl wrote: I just cant get the following in my brain. I have a modules that is started with apache using the PerlModule-directive in httpd.conf. This module defines a global pointer on startup that should be the same in all sub-instances of httpd and really in the current

Apache::OutputChain vs. Apache::Filter

2001-11-12 Thread Issac Goldstand
Just out of curiosity, which of these two modules are more popularly used? I have to make some sort of inline SSI processing in one of my modules, and am curious to know how other people do it... I know that different people will do different things depending on the situation, and that

asp perl problem

2001-11-12 Thread Julian Martin
Hi I am new to perl and would like to make a asp page with a script that will find all files in a given directory and create links to different files in another directory. The two sets of files are images (thumbnails and big pics) so I would also like to show the thumbnails on the page and have

[OT] AxKit: We're Back!

2001-11-12 Thread Matt Sergeant
-- Forwarded message -- Date: Mon, 12 Nov 2001 07:12:00 + (GMT) From: Matt Sergeant [EMAIL PROTECTED] To: AxKit Users Mailing List [EMAIL PROTECTED] Subject: [OT] AxKit: We're Back! Well, after around 12 or 13 weeks outage, axkit.org, axkit.com, and (less disconcerting)

Re: open-source suggestion for a knowledge-base/search engine?

2001-11-12 Thread James G Smith
Grant Babb [EMAIL PROTECTED] wrote: --=_3114418==_.ALT Content-Type: text/plain; charset=us-ascii; format=flowed all- In our migration to open-source solutions, I have been asked to suggest a solution for our knowledge base. We have found that a well-indexed

Silly Newbie Question: cookies and such

2001-11-12 Thread Jon Robison
Unfortunatly, I find myself with a silly newbie question: I need to make an Apache module (not a Registry script) which will: 1. Check for a cookie, and if not there, pushhandler to a module for logging in (keeping the original request at hand for use after they succeed in logging in). 2.

Re: Silly Newbie Question: cookies and such

2001-11-12 Thread Cees Hek
On Tue, 13 Nov 2001 04:28, you wrote: I need to make an Apache module (not a Registry script) which will: 1. Check for a cookie, and if not there, pushhandler to a module for logging in (keeping the original request at hand for use after they succeed in logging in). 2. Extract data from the

Re: Internal server error on Refreshing mod_perl page ( Apache::ASP )

2001-11-12 Thread SubbaReddy M
Thanks alot Joshua, You ar right, by turning off the PerlTaintCheck , PerlTaintCheck Off in my httpd.conf. It's fixed. My dev versions of Apache::ASP ( 2.29 ) MLDBM::Sync ( .25 ) will be able to run under PerlTaintCheck On, let me know if you would like these pre release. And I would like to

Re: open-source suggestion for a knowledge-base/search engine?

2001-11-12 Thread Oleg Bartunov
If you may use PostgreSQL as a database engine, there is an OpenFTS (openfts.sourceforge.net). I'm one of the author, so I'm biased a little bit, but we have successfully use it in many projects with close integration with mod_perl (Mason). regards, Oleg On Mon, 12 Nov

Re: Apache::Sandwich, etc

2001-11-12 Thread Vivek Khera
JG == Jie Gao [EMAIL PROTECTED] writes: JG I am wondering if it is possible to add a footer to dynamic pages, JG server-wide, like the subject module does to static pages. Apache::Sandwich will work with whatever content handler you want, including dynamic ones. See the docs. --

cvs commit: modperl-2.0/xs/APR/Table APR__Table.h

2001-11-12 Thread dougm
dougm 01/11/12 14:14:36 Modified:src/modules/perl modperl_config.c modperl_env.c xs/APR/Table APR__Table.h Log: adjust to const-ness changes Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: dougm Revision ChangesPath 1.47 +1

cvs commit: modperl-2.0/todo deprecated_features.txt missing_old_features.txt

2001-11-12 Thread stas
stas01/11/12 22:52:27 Modified:todo deprecated_features.txt missing_old_features.txt Log: correct names/paths Revision ChangesPath 1.4 +1 -1 modperl-2.0/todo/deprecated_features.txt Index: deprecated_features.txt

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryLoader.pm

2001-11-12 Thread stas
stas01/11/12 20:33:06 Modified:ModPerl-Registry/t/conf extra.conf.in Added: ModPerl-Registry/t/conf modperl_extra_startup.pl ModPerl-Registry/lib/ModPerl RegistryLoader.pm Log: - implement RegistryLoader and test it in the startup file Revision

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

2001-11-12 Thread stas
stas01/11/12 20:34:31 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm Log: - style tweaks Revision ChangesPath 1.5 +3 -3 modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Index: RegistryCooker.pm

cvs commit: modperl-2.0/ModPerl-Registry/t TEST.PL

2001-11-12 Thread stas
stas01/11/12 20:35:26 Modified:ModPerl-Registry/t TEST.PL Log: - enable testing with the live sources, and not blib Revision ChangesPath 1.3 +1 -0 modperl-2.0/ModPerl-Registry/t/TEST.PL Index: TEST.PL

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-11-12 Thread stas
stas01/11/12 20:37:55 Modified:todo missing_old_features.txt Log: - all these are implemented now: Apache::PerlRun, Apache::{Registry, RegistryNG}, Apache::RegistryLoader Revision ChangesPath 1.13 +0 -2 modperl-2.0/todo/missing_old_features.txt