Re: [RFC] Exceptions addition for the guide.

2000-04-09 Thread Matt Sergeant
On Sat, 8 Apr 2000, Autarch wrote: On Sat, 8 Apr 2000, Matt Sergeant wrote: I've written a short document on exception handling for the guide, even though it's not particularly mod_perl specific, Stas thinks it would be a good addition. Take a look at it, and let me know if there is

Apache::ASP Install - Need help

2000-04-09 Thread Wimpy
Hello I installed ASP for apache according to the readme. I have a linux box with slackware 7.0 and 2.2.14 When I try to look at asp code, it give me the % and everything between them. What could be wrong? Thanks JIm

Sometimes stdout ends in the error_log!

2000-04-09 Thread René Seindal
I have a problem thats bothering me. Sometimes one of the httpd childs start to send normal output to the error_log, and browsers report 'document contains no data'. Normally only one child does it, and the others respond normally, meaning that the user sees sporadic failure. Is this a known

[newbie] diffs and cvs

2000-04-09 Thread JoshNarins
I'll probably never be applying a lot of the diffs I see here, but I have to wonder, what are they made for? They only thing I know is they aren't made by diff for ed. Oh, and is there a place in the Guide for "getting the latest release from CVS," as is often recommended to mod_ers with

HTML glitch on perl.apache.org

2000-04-09 Thread Dan McCormick
FYI, there's a missing from the perl.apache.org main page at the line: Latest stable release is 1.22, get it from a href="dist/"this site/a or from a href="http://www.cpan.org/ CPAN -- HERE p It causes the page to read Latest stable release is 1.22, get it from this site or

my first mod_perl works but ...

2000-04-09 Thread Peter J. Schoenster
Hello, Nearly all my work has been on virtual servers and recently our hosting company (iserver) began to support mod_perl on their freebsd servers ... so other than one time in the past I have not had the opportunity to write code for mod_perl (except on our intranet where it has been for

Diff between Apache::Cookie and CGI::Cookie

2000-04-09 Thread Fred Xia
Can anyone tell what's the difference between Apache::Cookie and CGI::Cookie? The eagle book has examples of using CGI::Cookie. Thanks. Fred Xia __ Get Your Private, Free Email at http://www.hotmail.com

Pls discard prev msg

2000-04-09 Thread Fred Xia
Sorry for the laziness. I read the Apache::Cookie manual after posted the question. Fred __ Get Your Private, Free Email at http://www.hotmail.com

Re: Sometimes stdout ends in the error_log!

2000-04-09 Thread Dan McCormick
I've encountered a similar problem, in which 'die' statements that should never be called end up printing to the error log. Recently I even did if (0) { die "whoops" } and a "whoops" error message appeared in the error log. Even weirder, if (1) { print "hello" } else { die "goodbye" }

Re: Mod_Perl install - no apxs error

2000-04-09 Thread Buddy Lee Haystack
Some cut paste from previous messages... For RedHat DSO specific steps in the mod_perl guide see: http://perl.apache.org/guide/install.html#Installing_separate_Apache_and_m No need to recompile Apache. My DSO setup works quite well! **EDIT the "/etc/httpd/conf/httpd.conf" file

[RFC] Exceptions addition to the guide

2000-04-09 Thread Matt Sergeant
This is the 2nd attempt, at Stas' request I'm pasting the whole thing here so you can reply and/or edit. =head1 Exception Handling for mod_perl Provided here are some guidelines for Sclean(er) exception handling for mod_perl usage, although the technique presented here applies to all of your

Re: HTML glitch on perl.apache.org

2000-04-09 Thread Eric Cholet
On Sun, Apr 09, 2000 at 02:32:37PM -0400, Dan McCormick wrote: FYI, there's a missing from the perl.apache.org main page at the line: Latest stable release is 1.22, get it from a href="dist/"this site/a or from a href="http://www.cpan.org/ CPAN -- HERE p It causes the page

Re: Apache::ASP Install - Need help

2000-04-09 Thread Joshua Chamas
Wimpy wrote: Hello I installed ASP for apache according to the readme. I have a linux box with slackware 7.0 and 2.2.14 When I try to look at asp code, it give me the % and everything between them. What could be wrong? Thanks JIm You probably haven't configured AllowOverride All

Re: Sometimes stdout ends in the error_log!

2000-04-09 Thread Joshua Chamas
Give me the Apache::ASP page, and I'll try to duplicate the problem on my end. --Joshua Dan McCormick wrote: I've encountered a similar problem, in which 'die' statements that should never be called end up printing to the error log. Recently I even did if (0) { die "whoops" } and a

Re: [newbie] diffs and cvs

2000-04-09 Thread Stas Bekman
I'll probably never be applying a lot of the diffs I see here, but I have to wonder, what are they made for? They only thing I know is they aren't made by diff for ed. Oh, and is there a place in the Guide for "getting the latest release from CVS," as is often recommended to mod_ers with

Re: [newbie] diffs and cvs

2000-04-09 Thread Stas Bekman
On Sun, 9 Apr 2000, Matt Sergeant wrote: On Sun, 9 Apr 2000, Stas Bekman wrote: I'll probably never be applying a lot of the diffs I see here, but I have to wonder, what are they made for? They only thing I know is they aren't made by diff for ed. Oh, and is there a place

Re: [newbie] diffs and cvs

2000-04-09 Thread Billy Donahue
On Sun, 9 Apr 2000 [EMAIL PROTECTED] wrote: Date: Sun, 9 Apr 2000 12:21:39 EDT From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [newbie] diffs and cvs I'll probably never be applying a lot of the diffs I see here, but I have to wonder, what are they made for? They only thing I

Re: [newbie] diffs and cvs

2000-04-09 Thread Ken Williams
[EMAIL PROTECTED] (Stas Bekman) wrote: It's much easier than starting with a real CVS server if you do that for the first time. But it worth the hassle, if you want to use open source software and live on the cutting edge. For me it's more than that - even if you don't want to use the latest

mod_perl and AuthenDBI headaches

2000-04-09 Thread Drew Degentesh
Hello, My setup is: Redhat 6.1 (Linux 2.2.12-20RS ) Apache 1.3.12 (compiled from source) mod_perl: 1.12 (compiled from source) ApacheDBI-0.87 DBI-1.13 mysql Ver 9.36 Distrib 3.22.27 (from distribution) perl 5.005_03 (from distribution)

Re: [RFC] Exceptions addition to the guide

2000-04-09 Thread Autarch
On Sun, 9 Apr 2000, Matt Sergeant wrote: For similar exception handling techniques, see the Try module, the Exception module and the Error module, all on CPAN. There is no Exception module on CPAN? If you're referring to my code, it's not yet on CPAN because I don't think I can justify

Core dump on startup

2000-04-09 Thread Robert Jenks
Title: Core dump on startup I'm having problems with httpd core dumping during startup and have been completely unable to track it down. Sometimes it will start up fine and other times it will core dump. Any ideas, hints, etc.. would be GREATLY appreciated. I'm running: VALinux/RedHat 6.0 -

Apache::Cookie problems

2000-04-09 Thread Alvar Freude
Hi, I have some problems in setting and getting back Cookie Values with Apache::Cookie. I'm setting a cookie with Apache::Cookie and it seems that the cookie is set correct: my $c = Apache::Cookie-new($r, -name= 'conf', -value

PATCH for Apache::AuthCookie to overwrite the login_form display

2000-04-09 Thread Gerald Richter
Hi Ken, I use your Apache::AuthCookie in an application where the way to display the login form via the custon_response does not fit my needs. Instead the normal ContentHandler has to display th login form. I have made a simple patch to Apache::AuthCookie that splits up the call to

Re: Apache::Cookie problems

2000-04-09 Thread Rajesh Kumar Mallah
perldoc Apache::Cookie says value Get or set the values of the cookie: 1.my $value = $cookie-value; 2.my @values = $cookie-value; 3.$cookie-value("string"); 4.$cookie-value(\@array); so if you set a array ref in 4 you retrieve

Re: PATCH for Apache::AuthCookie to overwrite the login_form display

2000-04-09 Thread Ken Williams
[EMAIL PROTECTED] (Gerald Richter) wrote: Hi Ken, I use your Apache::AuthCookie in an application where the way to display the login form via the custon_response does not fit my needs. Instead the normal ContentHandler has to display th login form. I have made a simple patch to

Re: Mod_Perl install - no apxs error -- COMPILED AND WORKING !!!

2000-04-09 Thread Kenneth Frankel
Finally installed!!! Sources Of Problems: * I was so focused on "no apxs" messages in mod_perl, I didnt question my custom build scripts that built mod_perl and Apache ... for two days! Scripts ran my apache's Configure after building mod_perl, wiping out mod_perl's changes to