RE: Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Chandrasekhar R S
Hi John, Could you guide me to information as to how I can compile with "cc". with Thanks Chandra. -Original Message- From: John Arnold [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 8:41 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Mod_Perl Compilation wi

E-commerce payment systems for apache/mod_perl

2002-07-02 Thread David Dyer-Bennet
Any obvious choices for a relatively small-scale e-commerce payment processing system for a server running apache / mod_perl? -- David Dyer-Bennet, [EMAIL PROTECTED] / New TMDA anti-spam in test John Dyer-Bennet 1915-2002 Memorial Site http://john.dyer-bennet.net Book log: http://www

[OT] Better Linux server platform: Redhat or SuSe?

2002-07-02 Thread Gerd Knops
Hi, Sorry for this somewhat OT post (though it may be of general interest). I am currently maintaining a WAN (4 continents) consisting of FreeBSD machines. While I am quite happy with FreeBSD, lack of driver support for some boards I need to use forces me to switch to Linux. And while the Pros

Bootstrapping problem with Inline C module.

2002-07-02 Thread Ganesan M
Hello Lists, I am kinda new to Inline C. Any idea about the following error? Had problems bootstrapping Inline module 'inlinetest_pl_e039' Can't load '/u/mfc/gui/perl-progs/inline/_Inline/lib/auto/inlinetest_pl_e039/inlinetest _pl_e039.so' for module inlinetest_pl_e039: dynamic linker: perl:

[ANNOUNCE] Apache::Clean 0.05

2002-07-02 Thread Geoffrey Young
The URL http://www.modperlcookbook.org/~geoff/modules/Apache-Clean-0.05.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz size: 5419 bytes md5: f5b5bf3b6c0ba9839e8d72348388f9ca This release _should_ solve problems that arise when you want mix both

Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Nigel Peck
I think I've sorted it, the problem seems to have been as follows. I needed the latest Service Pack for Visual Studio 6. and The compiler doesn't seem to like having include directories on a different partition, it was using a relative path to try and find perl56.lib but it was on a different p

Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Nigel Peck
The error I get when trying to use the makefile APACHE_SRC= INSTALL_DLL= method is don't know how to make ap_config_auto.h, the file isn't anywhere on my system. >>> "Nigel Peck" <[EMAIL PROTECTED]> 07/02/02 04:29pm >>> I am having a lot of trouble getting Mod_Perl 1.27 up and running on Win 2k

Re: Mod_Perl on Win2k Install Problems

2002-07-02 Thread Randy Kobes
On Tue, 2 Jul 2002, Nigel Peck wrote: > I am having a lot of trouble getting Mod_Perl 1.27 up and running on Win > 2k with Apache 1.3.26 and ActiveState Perl 5.6.1 Build 631. > > I am trying to compile by following the instructions in install.win32 > (to the letter) using Visual C++ 6 as instruct

Mod_Perl on Win2k Install Problems

2002-07-02 Thread Nigel Peck
I am having a lot of trouble getting Mod_Perl 1.27 up and running on Win 2k with Apache 1.3.26 and ActiveState Perl 5.6.1 Build 631. I am trying to compile by following the instructions in install.win32 (to the letter) using Visual C++ 6 as instructed. The makefile.pl runs fine and so does the nm

Re: Nearing banner submission deadline

2002-07-02 Thread Mark Fowler
On Tue, 2 Jul 2002, Per Einar Ellefsen wrote: > Banners are now online!! > > We received banners from 3 persons, and they will all represent mod_perl :) > However, if you have any new ideas and a little time, you are very welcome > to send in more banners, we always welcome those. > > See the

Re: Nearing banner submission deadline

2002-07-02 Thread Per Einar Ellefsen
Banners are now online!! We received banners from 3 persons, and they will all represent mod_perl :) However, if you have any new ideas and a little time, you are very welcome to send in more banners, we always welcome those. See the banners online at: http://perl.apache.org/release/a

[ANNOUNCE] New mod_perl site Release Candidate 1

2002-07-02 Thread Per Einar Ellefsen
What? - As you may know, the work on the new mod_perl site started in September 2001, and after almost a year we are glad to present to you the outcome of this work. The new site's goal wasn't only to create a nice design, but mainly to improve its documentation organization and navigational

Re: apache 1.3.26 reverse proxy

2002-07-02 Thread Roger Pettett
Could this be a keepalive issue? I think keepalive support was fiddled with in recent mod_proxies. R.

Re: Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Per Einar Ellefsen
At 11:02 02.07.2002, Chandrasekhar R S wrote: >Hello everyone, > I must compile Mod_perl on HPUX 11.0 with HPUX's native CC, > instead of gcc. > > Are there any configuration parameters need to be set such that > Mod_Perl is >compiled using "cc". I don't know if mod_perl will co

Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Chandrasekhar R S
Hello everyone, I must compile Mod_perl on HPUX 11.0 with HPUX's native CC, instead of gcc. Are there any configuration parameters need to be set such that Mod_Perl is compiled using "cc". Thanks Chandra. Namaste, R S Chandrasekhar [EMAIL PROTECTED] [EMAIL PROTECTED] Phone : 205

Re: apache 1.3.26 reverse proxy

2002-07-02 Thread Igor Sysoev
On Mon, 1 Jul 2002, E Kolve wrote: > I was watching the apache scoreboard file and it appeared the the > mod_perl process was not being immediately freed by the proxy. Normally > there will be 3 or 4 mod_perl procs in mode "W" Sending Reply, but after > around 20 - 30 seconds on 1.3.26 as the

Re: Re: param trouble

2002-07-02 Thread Richard Clarke
http://thingy.kcilink.com/modperlguide/snippets/Reusing_Data_from_POST_reque st.html - Original Message - From: "Tim Sebastian Böckers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 2:24 PM Subject: Fwd: Re: param trouble Thanks to everyone giving their hints