Re: Apache - mod_perl - Windows

2001-11-28 Thread Ron Savage
Folks See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html :: My question is: :: 1. is there a way to get a precompiled windows version running (I don't :: want to reset my Apache server to some ancient version!) I have set up several Windows / Apache / mod_perl

RE: Apache - mod_perl - Windows

2001-11-28 Thread Jonathan M. Hollin
:: I have set up several Windows / Apache / mod_perl servers without any :: problems whatsoever. I would recommend the following (in order): :: :: Alternately: http://savage.net.au/Perl.html#Configuring-Apache Nice one Ron. That's excellent documentation. Cheers. Jonathan M. Hollin -

Re: [OT] A couple of dubious network problems...

2001-11-28 Thread Dave Hodgkinson
Mark Maunder [EMAIL PROTECTED] writes: Dave Hodgkinson wrote: 1. On a RH6.0 (yes, ick) box without persistent DBI connections, the server side of the DBD::mysql connection was successfully closed (netstat shows nothing), but the client side shows a TIME_WAIT state, which hangs around

[modperl site design challenge] update

2001-11-28 Thread Stas Bekman
The deadline is over now, but if you didn't have enough time till now and want to submit your design or improve the one that you've submitted, please email me and we will wait for you. If you do that, please give me a completion time estimate. The deadline was set in order to make things

Apache::Fake

2001-11-28 Thread Geoffrey Young
FWIW, just saw this recent CPAN upload on use.perl.org and haven't seen it announced here. I breezed through the code and it looks pretty complete... http://search.cpan.org/search?dist=Apache-Fake-0.9 --Geoff

OT: Converting a ASP request to CGI?

2001-11-28 Thread Alessandro Forghieri
Greetings. I realize this is an Off-Topic with serious flamage potential, so I'll keep it very short. Is anybody aware of any module capable of doing for the ASP environment what Apache::Registry does for mod_perl? (i.e. making an asp request look and feel as if it were an old plain cgi-bin)

Re: OT: Converting a ASP request to CGI?

2001-11-28 Thread James Buchanan
Write an ASP page which then calls a CGI script. In file blah.asp: Dim param1, param2 param1 = Request.QueryString(param1) param2 = Request.QueryString(param2) Response.Redirect somewhere.cgi?param1= param1 param2= param2 ... and so on is one way to do it, if I understand what you are

Re: location directive

2001-11-28 Thread Perrin Harkins
On Tue, 27 Nov 2001, [EMAIL PROTECTED] wrote: I have put mod_perl handler inside a virtual host section then inside the virtualhost section, i also put location directives to override overall modperl handler in some situations, with sethandler default-handler. for instance Alias

RE: Apache::Session Problem -- Addendum

2001-11-28 Thread Perrin Harkins
On Thu, 22 Nov 2001, Jonathan M. Hollin wrote: My code now includes: 35: # Session handler... 36: my %session; undef my $session_id; 37: use Apache::Session::MySQL; 38: tie %session, 'Apache::Session::MySQL', $session_id, 39: { DataSource = 'dbi:mysql:sessions', UserName =

Why libperl.so?

2001-11-28 Thread BeerBong
Hello! It may be very stupid problem, but I stuck - hard day. I installed Perl. Perl 5.6.1 with all default options on Debian Linux 2.4.13 - btw, it is a another problem, but 4 make test for Perl FAILED lib/dirhand and other, I found that kernerl 2.4.x is responsible for it, but didn't find

Re: Why libperl.so?

2001-11-28 Thread BeerBong
Hello! It may be very stupid problem, but I stuck - hard day. I installed Perl. Perl 5.6.1 with all default options on Debian Linux 2.4.13 - btw, it is a another problem, but 4 make test for Perl FAILED lib/dirhand and other, I found that kernerl 2.4.x is responsible for it, but didn't

RE: Why libperl.so?

2001-11-28 Thread William Rusch
try recompiling perl with sh Configure -Duseshrplib this will build the libperl.so file that apache needs -Original Message- From: BeerBong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 12:31 PM To: mod-perl Subject: Why libperl.so? Hello! It may be very stupid

Re: DSO Issues

2001-11-28 Thread Vivek Khera
JC == John Chia [EMAIL PROTECTED] writes: JC On 27 November 2001 15:17 (-0500), Vivek Khera wrote: The *only* issue I encounter is a massive memory leak upon SIGHUP or SIGUSR to apache. JC Hm. I only get memory leaks if PerlFreshRestart is enabled and I SIGHUP JC it. Perl 5.005_03 has the

Re: OT: Converting a ASP request to CGI?

2001-11-28 Thread Joshua Chamas
Alessandro Forghieri wrote: Greetings. I realize this is an Off-Topic with serious flamage potential, so I'll keep it very short. Is anybody aware of any module capable of doing for the ASP environment what Apache::Registry does for mod_perl? (i.e. making an asp request look and feel as

$ENV{'REMOTE_USER'} getting clobbered?

2001-11-28 Thread Kenny Smith
Hello, I'm using mod_perl as a replacement for CGI. We are getting strange behavior where $ENV{'REMOTE_USER'} isn't being set correctly. The script is protected by an .htaccess type of authentication, so when I log in as 'kenny', $ENV{'REMOTE_USER'} should be equal to 'kenny'. However, every

Pearl programmer needed

2001-11-28 Thread Hesso Bellem
Good morning, I hope you can help us... We are an ad agency producing web sites for our clients and are in need of someone with pearl scripting ability. We would appreciate if you could forward our request to someone interested in working with us. Our web site is http://www.admethods.com you

Apache ASP help not helpfull :(

2001-11-28 Thread alan matthews
After twenty years in hardware and real-time programming, I'm back at university getting into business computing, so I'm very new to this server stuff and I'm trying to learn. I wanted to run a local server but Microsoft PWS doesn't run on Win ME. Searching around I came across this

Apache ASP help not helpful. I'm not alone

2001-11-28 Thread alan matthews
I've just seen a pile of posts on a Yahoo board full of people with ASP problems. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com

Re: [OT] search.cpan.org

2001-11-28 Thread Elaine -HFB- Ashton
*On Tue, 27 Nov 2001, Randy Kobes wrote: * *I think the load, and network connection, is the main reason; the *search itself, if you were connected locally at a time when the *machine isn't so busy, is pretty quick. The difference is in the 2 boxes actually. There are 2, one is at wustl.edu, the

Re: [OT] search.cpan.org

2001-11-28 Thread Elaine -HFB- Ashton
*Bill Moseley wrote: * *Because it does a full text search of all the contents of the DB. * *Perhaps, but it's just overloaded. Neither of these is completely true. The search does do a match but only on certain fields that are determined by the type of search you choose. And, the boxes only

Re: DSO Issues

2001-11-28 Thread Daniel Jacobowitz
On Wed, Nov 28, 2001 at 10:34:00AM -0500, Vivek Khera wrote: SR == Stephen Reppucci [EMAIL PROTECTED] writes: SR If we're collecting a list of things that don't work in a DSO SR build, add perl subs (via !--#perl sub=My::handler--). SR At least, they didn't work as of January of this

Re: $ENV{'REMOTE_USER'} getting clobbered?

2001-11-28 Thread Daniel Jacobowitz
On Wed, Nov 28, 2001 at 04:31:07PM -0800, Kenny Smith wrote: Hello, I'm using mod_perl as a replacement for CGI. We are getting strange behavior where $ENV{'REMOTE_USER'} isn't being set correctly. The script is protected by an .htaccess type of authentication, so when I log in as

Re: Apache ASP help not helpful. I'm not alone

2001-11-28 Thread Randy Kobes
On Wed, 28 Nov 2001, alan matthews wrote: I've just seen a pile of posts on a Yahoo board full of people with ASP problems. For Win32 ActivePerl users, if the CPAN.pm method of installing Apache::ASP becomes confused, you may want to try ppm: C:\ ppm ppm set repository some_name

Re: Apache ASP help not helpfull :(

2001-11-28 Thread Joshua Chamas
alan matthews wrote: I wanted to run a local server but Microsoft PWS doesn't run on Win ME. Searching around I came across this http://www.ricocheting.com/sever/index.html I found it very helpful, albeit a bit out of date. So, I've installed apache_1.3.22-win32-x86.msi onto this Win ME

Re: Apache ASP help not helpful. I'm not alone

2001-11-28 Thread Joshua Chamas
alan matthews wrote: I've just seen a pile of posts on a Yahoo board full of people with ASP problems. If these are Apache::ASP users, they need to get on the mail list for it at [EMAIL PROTECTED] ... If they are using IIS / VBScript or PerlScript ASP, then they may be in the right

Re: Why libperl.so?

2001-11-28 Thread BeerBong
Sorry, it is necessary for mod_perl now ? I want to compile statically as many modules as I can. --- Sergey BeerBong Polyakov chief of WebZavod (http://www.webzavod.ru) try recompiling perl with sh Configure -Duseshrplib this will build the libperl.so file that apache needs -Original

Apache::MP3::Skin and PerlSetVar

2001-11-28 Thread Patrick Buckingham
I just install Apache::MP3 and it works fine but if I try to use ::Skin I get these messages for PerlSetVar PerlSetvar takes two arguments Perl config var and value This does this with ::Sortlist also. But with the straight MP3 modules I can use PerlSetVar SetHandler perl-script

Re: Why libperl.so?

2001-11-28 Thread Ilya Martynov
On Thu, 29 Nov 2001 09:02:35 +0400, BeerBong [EMAIL PROTECTED] said: BB Sorry, it is necessary for mod_perl now ? BB I want to compile statically as many modules as I can. But why? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov

Re: Apache::MP3::Skin and PerlSetVar

2001-11-28 Thread Jason Galea
Patrick Buckingham wrote: I just install Apache::MP3 and it works fine but if I try to use ::Skin I get these messages for PerlSetVar PerlSetvar takes two arguments Perl config var and value This does this with ::Sortlist also. But with the straight MP3 modules I can use PerlSetVar

Re: DSO Issues

2001-11-28 Thread Vivek Khera
SR == Stephen Reppucci [EMAIL PROTECTED] writes: SR If we're collecting a list of things that don't work in a DSO SR build, add perl subs (via !--#perl sub=My::handler--). SR At least, they didn't work as of January of this year. Doubtful that they ever will, either, since that introduces a