hi
how can we compile modperl programs in cygwin.
--
www.g-billboards
On Aug 10, 2007, at 10:25 PM, Mag Gam wrote:
I have just started learning perl and mod_perl, and I must admit I
am enjoying it a lot!
I am tying to upload a file, so I can do some calculations to the
file, my question is what is the "correct" and most "efficient" way
to upload the file, an
Hi All,
I have just started learning perl and mod_perl, and I must admit I am
enjoying it a lot!
I am tying to upload a file, so I can do some calculations to the file, my
question is what is the "correct" and most "efficient" way to upload the
file, and perform the calculations? Should I consider
On 8/10/07, Foo JH <[EMAIL PROTECTED]> wrote:
> The sad truth is that my clients are more comfortable with Windows OS
Is it possible that if they have a small enough site to run
comfortably on Windows, they can run it through CGI? I suspect that
whatever issue you're having with mod_perl could be
Foo JH wrote:
> Hi all,
>
> I am rather disappointed (and a little frustrated as well) on modperl's
> inability to survive an Apache restart on the Windows platform. The
> platform combo tested are Windows 2003 + Apache 2.2 (and Apache 2.0) +
> modperl2 + libapreq2
Foo - I'm honesty clueless. I'
Prapulla,
Please see how others ask questions on this list. You need to provide
sufficient details. Your question doesn't even make much sense. There is
nothing to 'compile' in mod-perl, unlike java and C#. What are you trying to
achieve?
- Praveen
- Original Message
From: prapul
Is it possible to use perl source code filters (like Filter::Util::Call)
in scripts that are run via ModPerl::Registry?
If I place the following module somewhere in my @INC path:
Hello2Goodbye.pm
package Hello2Goodbye;
use Filter::Util::Call;
sub import {
my $type = shift
On Fri, 10 Aug 2007, Foo JH wrote:
Hi all,
A little more tests reveal the following:
If Apache was not installed in the default location (c:\program files\apache
foundation\apache2.2) and instead installed into a path that does not have
spaces (eg. c:\Apache2.2), while restarting will still
hi
what is the compilation command for modperl in cygwin and also debugging
command
--
www.g-billbords.com
Thank you.it works perfectly.
-Original Message-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]; modperl@perl.apache.org
Sent: Fri, 10 Aug 2007 6.16PM
Subject: Re: Help me with an url rewrite
Hello,
well this is more of a mod_rewrite question.
The problem is that
Hello,
well this is more of a mod_rewrite question.
The problem is that you have to use the QUERY_STRING variable in order
to access parameters, these are not part of the normal scope of the
RewriteCond / RewriteRule stuff. Refer to the mod_rewrite guide for that.
We use this to append a use
I'm not sure if I've asked the correct lists,but hope I can get some
helps here.:)
I need a mod_rewrite rule,rewrite this url:
http://abc.site.com/index.php?q1=v1
to:
http://www.site.com/index.php?q1=v1&domain=abc
I applicated this rule:
RewriteEngine on
RewriteRule ^/(.+)$ http://www
Hi all,
A little more tests reveal the following:
If Apache was not installed in the default location (c:\program
files\apache foundation\apache2.2) and instead installed into a path
that does not have spaces (eg. c:\Apache2.2), while restarting will
still fail, you can manually start the ser
Hello Henrik,
Yes we have conversed earlier and shared the pain on this same point. My
FreeBSD installations were relatively painless in comparison to the
Win32 counterparts.
The sad truth is that my clients are more comfortable with Windows OS,
and I have to support our products on this pla
Hi Foo
I finally gave up on Apahce/modperl2 on win32 in various version
combinations. I kept hoping that newer versions of apache/modperl would
stabilize it but rather it seemed to get worse. Daily apache/modperl
would fail and modperl would restart maybe 10 time within a few minutes
before final
Hi all,
I am rather disappointed (and a little frustrated as well) on modperl's
inability to survive an Apache restart on the Windows platform. The
platform combo tested are Windows 2003 + Apache 2.2 (and Apache 2.0) +
modperl2 + libapreq2
I have come to accept the fact that once in a while
16 matches
Mail list logo