Apache::Cookie under mod_perl

2002-06-24 Thread Prakash Chatterjee
Using mod_perl, I am serving my pages from port 8050 - how can I ensure that the cookies I send using Apache::Cookie appends this port on to the end of the domain in the cookie that I send back to the browser? Thanks PC

Re: [ANNOUNCE] Apache::DBI 0.89

2002-06-24 Thread Geoffrey Young
Ask Bjoern Hansen wrote: Since early 1997 Edmund Mergl has been developing and maintaining Apache::DBI. I would think that it's now one of the most used Apache related modules (and one of the most stable!) In the last almost 3 years only two bugs has been found. Edmund no longer has

Re: Apache::Request - Win32

2002-06-24 Thread Levon Barker
That worked!! I had installed the ActiveState libapreq. Thanks for your help on this! On Sun, 23 Jun 2002, Levon Rubin Barker wrote: Hello. I'm sure this is a simple problem, but I'm a noob at mod_perl and could use some help. I am running WinXP, Apache 1.3.26, Mod_perl 1.27_01-dev

Preserving POST data on external redirect?

2002-06-24 Thread Kirk Bowe
Hi all, my content handler does some work with POSTed data, and at the end wants to redirect to a totally unrelated server, preserving the POST data that the client originally sent, so that the unrelated server can do its own further processing with its own mod_perl, cgi, or whatever. I

Re: Preserving POST data on external redirect?

2002-06-24 Thread Ken Y. Clark
On Mon, 24 Jun 2002, Kirk Bowe wrote: Date: Mon, 24 Jun 2002 16:22:42 +0100 (BST) From: Kirk Bowe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Preserving POST data on external redirect? Hi all, my content handler does some work with POSTed data, and at the end wants to redirect to

Another SEGV perl 5.8.0-RC2 apache 1.3.26 mod_perl 1.27

2002-06-24 Thread Andreas J. Koenig
This stack trace is all I have. I cannot reproduce this SEGV at will, so it will be difficult to obtain additional information. All I can do is let the webserver run in -X mode and wait. I have no hints (yet) what kind of request triggers it. Again, as in my older posted SEGV, the line numbers

Re: Preserving POST data on external redirect?

2002-06-24 Thread Kirk Bowe
Hi, yes that's one of the pages that I've been looking at, and the code is almost identical (I've tried M_GET / GET as well). Still nothing happening for me :-) Cheers Kirk. On Mon, 24 Jun 2002, Ken Y. Clark wrote: On Mon, 24 Jun 2002, Kirk Bowe wrote: Date: Mon, 24 Jun 2002 16:22:42

Re: Preserving POST data on external redirect?

2002-06-24 Thread Robert Landrum
A few things to note here... You cannot post to a remote server in this fashion. You can take a POST request to your server and convert it to a GET request to another server, which may not be what you want. To take POST content and POST it to another server you must proxy the request. By

Re: Preserving POST data on external redirect?

2002-06-24 Thread Merlin, The Mage
Hi, The RFC 2068 (HTTP/1.1) specify that: 301 e 302 responses to POSTs shouldn't be redirected unless they can be confirm by user. Also notes that some UA transform the POST to a GET, erroniously. Merlin, The Mage On Monday 24 June 2002 11:50 am,

Re: Preserving POST data on external redirect?

2002-06-24 Thread Nikolaus Rath
Ken Y. Clark [EMAIL PROTECTED] wrote: On Mon, 24 Jun 2002, Kirk Bowe wrote: Hi all, my content handler does some work with POSTed data, and at the end wants to redirect to a totally unrelated server, preserving the POST data that the client originally sent, so that the unrelated server can

Apache 2.0.39 and mod_perl

2002-06-24 Thread Kent, Mr. John
Greetings, Attempting to build mod-perl with Apache-2.0.39 Following the instructions on: http://perl.apache.org/release/docs/2.0/user/install/install.html When I get to CREATE THE BUILD ENVIRONMENT and run % perl Makefile.PL MP_AP_PREFIX=/home/stas/src/httpd-2.0.39 Get!!! Unable to open

Reproductable Segmentation Fault

2002-06-24 Thread Nikolaus Rath
Hello. First, my configuration (i snipped as much as possible). DocumentRoot /home/nikratio/Projekte/www-testing Perl use lib '/home/nikratio/Projekte/www-testing/lib'; /Perl #PerlRequire debug.pl PerlModule CGI PerlModule Apache::Registry PerlModule SSIChainNG

Re: Preserving POST data on external redirect?

2002-06-24 Thread Peter Bi
The link asks to change POST to GET. However, there is a limit on the length of the URL so the POST data may be truncated and the redirect action may not work properly. Also, make sure to escapeURL() in the URL (which will also add extra chars in the URL). Peter Bi - Original Message -

Re: Any known good configuration for mod_perl DSO?

2002-06-24 Thread siberian
We built our own RPM that did source level builds on our entire system. So you load the rpm and it in turn executes a build script that built our entire system. Not just apache, modperl and mason but also it rebuilt all the modules that were needed, compiled external binaries, installed the

RewriteRule and AccelPass conflict

2002-06-24 Thread Philip Mak
I'm trying to add a RewriteRule, but it's not working: RewriteEngine on RewriteCond %{HTTP_HOST} !^www.animewallpapers.com(:80)?$ RewriteCond %{HTTP_HOST} !^64.246.28.97(:80)?$ RewriteRule ^/(.*) http://www.animewallpapers.com/$1 [L,R] I want to make it so that if someone accesses that website

Re: RewriteRule and AccelPass conflict

2002-06-24 Thread Robert Landrum
On Mon, Jun 24, 2002 at 05:37:51PM -0400, Philip Mak wrote: I'm trying to add a RewriteRule, but it's not working: RewriteEngine on RewriteCond %{HTTP_HOST} !^www.animewallpapers.com(:80)?$ RewriteCond %{HTTP_HOST} !^64.246.28.97(:80)?$ RewriteRule ^/(.*) http://www.animewallpapers.com/$1

liapreq problems

2002-06-24 Thread Brian Zammit
I'm not sure if this is the right place to request assistance with this perl module installation issue. Please direct me to the proper person if possible. I have been trying to install the libapreq-1.0 module through CPAN and through the tar (Makefile.PL) to no avail. I keep getting various

Re: RewriteRule and AccelPass conflict

2002-06-24 Thread Philip Mak
On Mon, Jun 24, 2002 at 06:12:04PM -0400, Robert Landrum wrote: I would think that you would need something like the following. Location / SetHandler rewrite accel # rewrite rules and accel rules /Location Or something like that... Your goal is to stack these handlers, so that

Re: Knowing your limitation - was Re: [JOB] Crack OOP Perl whitebox tester wanted

2002-06-24 Thread Zac Morris
My point is still the same, and you both concede that the problem is ultimately your lack of management ability. The point I was trying to illustrate was that it's really not OK for you to just say, Yup, that's my limitation, so be it. In every way conceivable, that's wrong in that it goes

Re: Any known good configuration for mod_perl DSO?

2002-06-24 Thread Ged Haywood
Hi there, On Mon, 24 Jun 2002, Wilbur, Charlton wrote: I have the task of making Apache, mod_perl, and HTML::Mason work together under RedHat. I know this is a problem; Not necessarily; look at this thread for example... 73, Ged.

(Beginning of?) english translation for mod_deflate

2002-06-24 Thread Christian Jaeger
Hi all (If I haven't missed it, there's still no alternative mod_[accel|deflate] discussion list.) I have recently installed mod_accel and mod_deflate, and since there seems to be no english documentation of mod_deflate around, I have made a translation with the help of babelfish, which is

OT - Looking for Information

2002-06-24 Thread Jimi Thompson
We have a database here that we manage all of our inventory in (using mod_perl, of course), but our management is thinking of implementing Marimba. I've been all over the web and the news groups and no one seems to have anything to say. I was wondering if any of you out there on the mod_perl

RE: when to mod_perl?

2002-06-24 Thread David LeBlanc
You don't mention what OS you're using, but with Linux, 256mb just running httpd seems quite generous whether you're using mod_perl or not. From what I know, mod_perl is going to give you more performance on any given box. And now, I can't resist: When should you? Why, when you're in the mod of

Re: when to mod_perl?

2002-06-24 Thread Cees Hek
Quoting md [EMAIL PROTECTED]: Hello, I'm working on a dynamic site that I originally thought I would do with mod_perl. Now after reviewing the requirements and available hardware, I wonder if mod_perl will be my best solution. The machine will not be a huge box (though I wasn't

(newbie) Problems compiling XML::LibXSLT

2002-06-24 Thread S.tygian B.lacksmith S.tudios
Hello, I'm having some problems compiling the XML::LibXSLT module and was wondering if anyone could help. I've successfully compiled and tested libxml2 2.4.22 and libxslt 1.0.18, and have been able to get the make procedures to find libxml when compiling things like Sablotron, etc. However, I

Re: when to mod_perl?

2002-06-24 Thread md
--- Cees Hek [EMAIL PROTECTED] wrote: I would build your application using plain old CGI, following the guidlines that mod_perl provides for running CGI applications under the Apache::Registry module. If you properly analyse your application, and build small tight CGI scripts, then

Re: liapreq problems

2002-06-24 Thread Stas Bekman
Brian Zammit wrote: I'm not sure if this is the right place to request assistance with this perl module installation issue. Please direct me to the proper person if possible. I have been trying to install the libapreq-1.0 module through CPAN and through the tar (Makefile.PL) to no avail. I

Re: Apache 2.0.39 and mod_perl

2002-06-24 Thread Stas Bekman
Kent, Mr. John wrote: Greetings, Attempting to build mod-perl with Apache-2.0.39 Following the instructions on: http://perl.apache.org/release/docs/2.0/user/install/install.html When I get to CREATE THE BUILD ENVIRONMENT and run % perl Makefile.PL

Re: when to mod_perl?

2002-06-24 Thread Stas Bekman
md wrote: Hello, I'm working on a dynamic site that I originally thought I would do with mod_perl. Now after reviewing the requirements and available hardware, I wonder if mod_perl will be my best solution. The machine will not be a huge box (though I wasn't provided much in the way of

Re: (newbie) Problems compiling XML::LibXSLT

2002-06-24 Thread Stas Bekman
Sorry Scott, this is the *mod_perl* list. And this kind of questions is very non-desired here, since it has absolutely nothing to do with mod_perl. The XML::LibXSLT manpage includes the email of the author (hey Matt :) and he will be able to help you directly or point you to the mailing list

Re: when to mod_perl?

2002-06-24 Thread md
--- Stas Bekman [EMAIL PROTECTED] wrote: In any case we are talking about registry scripts, aren't we? In that case it takes very little time to turn it on and off and test what is better. Unless you are talking about writing full fledged mod_perl API handlers, which is only when your

Re: when to mod_perl?

2002-06-24 Thread Peter Bi
wait a second ... don't forget using proxy: it saves you a lot of dynamical calls, especially if you have also a database. Peter Bi - Original Message - From: md [EMAIL PROTECTED] To: Stas Bekman [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 9:36 PM Subject: Re:

Re: when to mod_perl?

2002-06-24 Thread Stas Bekman
Peter Bi wrote: wait a second ... don't forget using proxy: it saves you a lot of dynamical calls, especially if you have also a database. good point, Peter. And there are many others. It's the best if you can take some time and read the guide before you start coding. It includes a big