Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-29 Thread perl
Actually I haven't got this to work. I'm yet trying to figure how to load the module (PerlModule Apache::SSI) in the .htaccess with it actuall residing in the /perl/ directory rather than the standard lib directories. Why? It's a module, not a CGI script. I'm not sure whether the company

Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-29 Thread perl
At 10:50 AM 1/29/2003, Perrin Harkins wrote: [EMAIL PROTECTED] wrote: I'm not sure whether the company that's hosting my web site will want to install any non-critical module (They ahve done me a favor allowing me to run mod_perl ... ) So I want to see if I have any options installing it

Newbie Q on Apache::Include

2003-01-28 Thread perl
Hi, Can someone direct me to a good tutorial for Apache::Include? Rgds

mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-28 Thread perl
You can do this. Technically I think you can POST to a file, but you don't need to. You can do this lots of ways, including post-processing the output of a CGI script with a module like CGI::SSI. What I Tks that way worked except for the #config sizefmt of mod_include would suggest is

Re: mod_perl and current directory (was Re: Newbie Q on Apache::Include)

2003-01-28 Thread perl
::Include I couldn't make out whether it handled other features like set which I am using. It does not implement SSI, it just integrates an extra tag (#perl) into mod_include. Everything that works in your current mod_include pages should continue to work. Oh kinda like embedding perl code

[QUESTION]PerlHandler and PerlLogHandler Phase

2002-02-01 Thread Mod Perl
Hi! I am been working on modperl for some time this is the first time I am posting a question on the mailing list. Please bear with me if I miss something or give too much information. I have been working on a project that can be described as an online library. The modperl portion of it adds a

Re: [QUESTION]PerlHandler and PerlLogHandler Phase

2002-02-01 Thread Mod Perl
Thanks Thomas, Question: Here are the problems/Questions that I face: 1. Since in this case each requests for a html file has multiple files that need to be downloaded the client. Am I right to assume that the handler will act on each and every file requested file below my /en/course

RE: [QUESTION]PerlHandler and PerlLogHandler Phase

2002-02-01 Thread Mod Perl
that are needed to complete the requested page as they are? Answer: In the Eagle book (as well as a Perl Journal article) there is an example of a Apache::Header/Apache::Footer. CPAN doesn't show them right now. But you could implement them as filters using Apache::Filter to mark up each

Re: What hapened to AxKit.com?

2001-10-03 Thread Perl Man
At 02:42 PM 10/3/2001 -0700, you wrote: Does anyone have factual information about the AxKit website? Here's what I got after trying to join their email list: After 10 days (232 hours), your message could not be fully delivered. It failed to be received by

Re: ANNOUNCE: Apache::OpenIndex

2001-10-01 Thread Perl Man
At 03:02 PM 9/27/2001 -0700, you wrote: George Sanderson wrote: Apache::OpenIndex (OpenIndex-1.00.tar.gz) was uploaded to CPAN on 14Sep2001 and is currently released. This was my first module. I enjoyed journey. OpenIndex provides a file manager for an Apache modperl web site using a

Re: Post processing Perl output through PHP

2001-07-15 Thread perl
I am having a nightmare trying to get some PHP into the output of a Perl script. PHP. I've heard rumours of Apache 2.0 allowing multiple filters, which would be perfect when it's out, but not yet obviously. Add PHP support to your server, and use subrequests to get the results

RE: Post processing Perl output through PHP

2001-07-15 Thread perl
I'm not entirely sure if I'm getting what you're asking here - I get the impression you want the Perl program to call the php script, such as http://localhost/script.php3 and get the results from that script which you then push into the results of your perl script, correct? The reason I'm

Post processing Perl output through PHP

2001-07-14 Thread perl
Hi all, I am having a nightmare trying to get some PHP into the output of a Perl script. PHP. I've heard rumours of Apache 2.0 allowing multiple filters, which would be perfect when it's out, but not yet obviously. I've tried calling the CGI PHP from inside Perl in a few ways: == #!/usr

Apache with MOD_PERL

2001-05-28 Thread perl . mail
Hello, I will install apache_1.3.20.tar.gz and mod_perl-1.25.tar.gz on the HP-UX OS. I have installed all perl modules e.g libwww-perl-5.48.tar.gz URI MIME-Base64 HTML-Parser libnet Digest::MD5 HTML::Tagset Finally I am doing following: $gzip -d apache_x.xx.tar.gz $tar xfv apache_x.xx.tar

Child keeps seg faulting

2001-04-25 Thread Mod-Perl List
I have the following config: Solaris 2.7, perl 5.6, php4 and mod_perl 1.25 compiled statically into Apache 1.3.19. This exact same config works flawlessly on several Suse machines and a few Red Hat machines. After building and testing the server, I get the following error when trying

Problem building on Solaris 2.7

2001-04-24 Thread Mod-Perl List
I am trying to build mod_perl 1.25 as a DSO on Solaris 2.7 and when I execute perl Makefile.PL, it says I will probably get core dumps and to upgrade to perl 5.6. I am running Perl 5.005_03, the latest considered stable on Solaris 2.7. I cannot upgrade to 5.6 due to heavy perl code already

PUT handling (somewhat off-topic)

2000-09-06 Thread mjd-perl-modperl
I apologize in advance, because this isn't directly related to mod_perl. But I really wasn't sure where to ask. Posting to comp.infosystems.www.servers.unix didn't produce any result. There doesn't seem to be a mailing list for discussion of Apache generally. I am trying to get apache to

Passing a hash to a cgi outside a form?

2000-08-21 Thread perl
Hi there! Sorry for this question which might sound easy to you, but, does anyone know : How can a CGI pass and receive a hash without a form? Please have a look at the following simple scripts : This is test.cgi --- #!/usr/bin/perl use CGI; $list-{'value1'} = 'apple