Re: segfaulting upon request

2002-03-08 Thread Ged Haywood
Hi there, On Thu, 7 Mar 2002, Steev Hise wrote: On Thu, 7 Mar 2002, Ged Haywood wrote: - on redhat 7.0 linux i686, kernel 2.2.19-7.0.1smp --- - perl -V - Summary of my perl5 (revision 5.0 version 6 subversion 1)

Re: Site Host Providers that Support mod_perl?

2002-03-08 Thread Sergey Maretskiy
Hello. Sorry my bad English. There is ISP Zenon http://zenon.net I think Zenon is the best of those providing professional hosting services and they rank first by number of clients hosted in Russia. They offer personal httpd with mod_perl (running as backend), shell, gcc, personal MySQL and

Newbie help - My cookies won't bake?

2002-03-08 Thread Jeff Armstrong
Revered Chefs, Please forgive a mere mod_perl kitchen-hand, undergoing early cookie training... I have the following cookie code, but no cookies come back when I refresh, and I don't see any $HTTP_COOKIE in %ENV. $cookies ends up as a hash ref pointing to an empty hash. I have the following

Re: [Patch] Apache::ProxyPassThru

2002-03-08 Thread Ask Bjoern Hansen
On Fri, 8 Mar 2002, Tatsuhiko Miyagawa wrote: here is a patch for Apache::ProxyPassThru, fixing the bug that multiple response headers are mungled into one (like double Set-Cookie:s) Thanks. Look for 0.94 on a mirror near you within a day or two. - ask -- ask bjoern hansen,

Apache::Status override keys in menu_item() sub

2002-03-08 Thread Enrico Sorcinelli
Hi all, I've seen that there is a conflict situation in Apache::Status module (v 2.02, mod_perl 1.26) in handling plug-in items. In effect when I install an Apache::Status menu item plug-in, there isn't control over pre-installed items. For example I can add following item in my module: #

Re: Newbie help - My cookies won't bake?

2002-03-08 Thread Geoffrey Young
Jeff Armstrong wrote: Revered Chefs, Please forgive a mere mod_perl kitchen-hand, undergoing early cookie training... I have the following cookie code, but no cookies come back when I refresh, and I don't see any $HTTP_COOKIE in %ENV. $cookies ends up as a hash ref pointing to an empty

Re: where is libperl.so.1?

2002-03-08 Thread J S
I found the cause of this error. Somehow I'd managed to install an apache build I did, where I was running mod_perl dynamically not static. I copied over my latest build where I run mod_perl statically and it was fine. From: Michael Peppler [EMAIL PROTECTED] To: darren chamberlain [EMAIL

Response-Debug and IIS

2002-03-08 Thread Mike Martinet
Can anyone tell me if $Response-Debug from Apache::ASP is implemented in ActiveState Perl under IIS? We are trying to develop one set of PerlScript pages to run under both Apache and IIS and it would be really great if we could settle on this for debugging. Thanks, MjM

Simple configuration question

2002-03-08 Thread Kirk Rogers
Hello, I've installed an Apache/mod_perl distribution some months ago and used the standard installation guidelines. However, now I'd like to add SSL capabilities and dont want to clobber my existing system How can I add SSL to my existing distribution without overwriting any of my current

Re: Response-Debug and IIS

2002-03-08 Thread Perrin Harkins
Mike Martinet wrote: Can anyone tell me if $Response-Debug from Apache::ASP is implemented in ActiveState Perl under IIS? Since your questions is about Microsoft ASP, you might want to ask it on a Microsoft ASP list. You already know that Apache::ASP supports it. - Perrin

Re: Simple configuration question

2002-03-08 Thread Ged Haywood
Hi there, On Fri, 8 Mar 2002, Kirk Rogers wrote: now I'd like to add SSL capabilities and dont want to clobber my existing system How can I add SSL to my existing distribution without overwriting any of my current configuration and files? Go ahead and rebuild with the latest sources in a

RE: Simple configuration question

2002-03-08 Thread Kirk Rogers
Following the example to the T in http://perl.apache.org/guide/install.html#mod_perl_and_apache_ssl_openss, if I add APACHE_PREFIX=/usr/local/apache_ssl it shouldn't even touch anything I have in my original installation at /usr/local/apache. Is this correct? Then I can slowly migrate my

Re: Response-Debug and IIS

2002-03-08 Thread Joshua Chamas
Mike Martinet wrote: Can anyone tell me if $Response-Debug from Apache::ASP is implemented in ActiveState Perl under IIS? Unlikely, as I specifically developed it for Apache::ASP. Please post all Apache::ASP specific questions to its mailing list, which you can get on at [EMAIL PROTECTED]

About Apache::DBI

2002-03-08 Thread Axel Andersson
Hi Okay, so I read up on Apache::DBI, but I still have a question or two. Specifically, am I supposed to keep my use DBI, DBI-connect(), and everything DBI related and not change a single thing in my source after I've added Apache::DBI-connect_on_init() in startup.pl? Right, I guess that's

RE: About Apache::DBI

2002-03-08 Thread Brendan W. McAdams
Once you use Apache::DBI; all calls to DBI should transparently use it. You should not have to change any of your other code (connect statements, etc) -Original Message- From: Axel Andersson [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 8:51 PM To: modperl Subject: About

Upload Meter with Apache::Request

2002-03-08 Thread Michael Dwyer
Hi, I'm sorry if this has been covered, but i've scoured the net and can't find any documentation on exactly how to use the upload hook of Apache::Request to create a meter, as it states in the Apache::Request documentation. Just wondering if anyone can point me in the right direction to look