Detect auth errors: user not found or password mismatch ?

2007-05-21 Thread Sergij Borodych
Hi ALL, I try detect auth errors with use basic auth I have 2 error type in httpd log [error] [client 192.168.0.2] user test1: authentication failure for "/": Password Mismatch [error] [client 192.168.0.2] user test2 not found: / How I can determine it under both mod_perl (1&2) ? I use $r->sta

Re: What would cause a SEGFAULT on startup

2007-05-21 Thread Tuc at T-B-O-H.NET
Hi, Thanks for the reply, but unfortunately I can't on both accounts. I realize this sounds weird, because of certain issues I need to bring this up like another server. The only reason difference was I wanted to see if I could get threaded perl running on this one. Over the week

RE: File Handle Issues in Mod_Perl 2.0

2007-05-21 Thread Justin Luster
I'm not closing the file on purpose to try and simulate an error condition. My main question is why would it work differently from mod_perl 1.0 to 2.0? Thanks, Justin -Original Message- From: Foo JH [mailto:[EMAIL PROTECTED] Sent: Sunday, May 20, 2007 7:15 PM To: Justin Luster Cc: modp

mod_perl not loading into apache error.

2007-05-21 Thread Nick Pron
Hi all, I am on a fresh install of Ubuntu 7.04 with Apache 2.2.4 compiled from source. Perl v5.8.8 built for i486-linux-gnu-thread-multi (came with Ubuntu as a package I assume) and I am getting this error when I try to start Apache. httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd

Re: File Handle Issues in Mod_Perl 2.0

2007-05-21 Thread Foo JH
What kind of errors specifically are you getting? Justin Luster wrote: I'm not closing the file on purpose to try and simulate an error condition. My main question is why would it work differently from mod_perl 1.0 to 2.0? Thanks, Justin -Original Message- From: Foo JH [mailto:[EMAIL

Re: What would cause a SEGFAULT on startup

2007-05-21 Thread Foo JH
Tuc at T-B-O-H.NET wrote: Hi, Thanks for the reply, but unfortunately I can't on both accounts. I realize this sounds weird, because of certain issues I need to bring this up like another server. The only reason difference was I wanted to see if I could get threaded perl running on this

Re: mod_perl not loading into apache error.

2007-05-21 Thread Fred Moyer
Nick Pron wrote: Hi all, I am on a fresh install of Ubuntu 7.04 with Apache 2.2.4 compiled from source. Perl v5.8.8 built for i486-linux-gnu-thread-multi (came with Ubuntu as a package I assume) and I am getting this error when I try to start Apache. httpd: Syntax error on line 54 of /usr/local

Re: mod_perl not loading into apache error.

2007-05-21 Thread Nick Pron
Yes I'm positive. I didn't install Apache or mod_perl with the package manager, the only thing that came packaged installed was Perl. I just tried installing mod_perl with the package mananger anyway, it didn't find anything to upgrade (it wanted a fresh install of it) so that's how I know it's no

Re: mod_perl not loading into apache error.

2007-05-21 Thread Fred Moyer
Nick Pron wrote: Fred Moyer wrote: Nick Pron wrote: Hi all, I am on a fresh install of Ubuntu 7.04 with Apache 2.2.4 compiled from source. Perl v5.8.8 built for i486-linux-gnu-thread-multi (came with Ubuntu as a package I assume) and I am getting this error when I try to start Apache. httpd:

Re: mod_perl not loading into apache error.

2007-05-21 Thread Jonathan Vanasco
On May 22, 2007, at 12:32 AM, Nick Pron wrote: Hi all, I am on a fresh install of Ubuntu 7.04 with Apache 2.2.4 compiled from source. Perl v5.8.8 built for i486-linux-gnu-thread-multi (came with Ubuntu as a package I assume) and I am getting this error when I try to start Apache. httpd

RE: mod_perl not loading into apache error.

2007-05-21 Thread Sravan Garlapati
Hi Friends, I am unable to install mod_perl-2.0.3 in my system(Windows). I am using apache version 2 Perl version 5.6.1. I have given from DOS command prompt. I put mod_perl-2.03 directory and its file in C:\Perl C:\Perl\mod_per-2.0.3> Perl makefile.pl APACHE_SRC=C:\Program Files\Apache Gr

Re: mod_perl not loading into apache error.

2007-05-21 Thread Nick Pron
Hi Fred, Thanks for the reply. This was solved by installing libperl5.8 and libperl5.8-dev. Make test failed with only 2 problems but it installed fine and it seems to be running (do a server check on r5a.org) John, Thanks for the reply but using packages is not an option. Sravan, You need t

RE: mod_perl not loading into apache error.

2007-05-21 Thread Sravan Garlapati
Hi, I have downloaded perl 5.8.8 source code from CPAN site stable.tar.gz. When I downloaded this from CPAN . I got complete source code which contain some c files and .pl files. Pleas let me know how should I install that source code in my windows OS. I have not access for activestate.com in my