compile

2007-08-10 Thread usha rani
hi how can we compile modperl programs in cygwin. -- www.g-billboards

Re: Correct way to upload a file

2007-08-10 Thread Jonathan Vanasco
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

Correct way to upload a file

2007-08-10 Thread Mag Gam
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

Re: SV: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Perrin Harkins
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

Re: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread William A. Rowe, Jr.
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'

Re: copilation command

2007-08-10 Thread Praveen Ray
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

Using perl source code filter in mod_perl2

2007-08-10 Thread Steve Hay
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

Re: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Randy Kobes
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

copilation command

2007-08-10 Thread prapulla rani
hi what is the compilation command for modperl in cygwin and also debugging command -- www.g-billbords.com

Re: Help me with an url rewrite

2007-08-10 Thread pennyyh
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

Re: Help me with an url rewrite

2007-08-10 Thread Nils Kaiser
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

Help me with an url rewrite

2007-08-10 Thread pennyyh
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

Re: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Foo JH
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

Re: SV: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Foo JH
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

SV: [mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Henrik Schak Hansen
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

[mp2+Win32] Frustration over Apache 2.0/ 2.2 restart failure

2007-08-10 Thread Foo JH
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