Re: [mp2] modperl2 compile error

2005-04-29 Thread Stas Bekman
Tom Caldwell wrote: Stas, I forgot to mention that apache usually runs under a different account than nobody (I use - apache), in case that matters. Of course. In which case you need to check 'apache' instead of 'nobody'. Also, I apologize for not cc'ing the list on the last message but I normally

mod_perl2 + Apache::AuthenNTLM 2.10 + mod_dav_svn

2005-04-29 Thread Chris Fedde
I'm seeing curious behavior on a webserver that hosts several virtual sites. All the sites use Apache::AuthenNTLM very successfully except one that hosts a subversion repository under mod_dav_svn. It appears that all all operations, including ls, co, update, stat, etc operate as expected. all exce

[ANNOUNCE] Apache2::AuthCookieDBI available

2005-04-29 Thread J Matisse Enzer
With the help of Lance P Cleveland there is now an Apache2:: version of AuthCookieDBI. Apache2::AuthCookieDBI premiered at version 2.03 and is essentially the same as Apache::AuthCookieDBI 2.02 but works with mod_perl2. --- Matisse Enzer <[EMAI

Re: [mp2] Problems with Apache::Request

2005-04-29 Thread Stephen Quinney
On Fri, Apr 29, 2005 at 01:56:20PM -0400, Geoffrey Young wrote: > > > [error] [client 127.0.0.1] failed to resolve handler `Jadevine::Hello': > > Apache::Request: httpd must load mod_apreq.so first > > try adding > > LoadModule apreq_module modules/mod_apreq.so > > in your httpd.conf. Ah, b

Re: Problems with Apache::Request

2005-04-29 Thread angie ahl
I'd get upgraded to MP2 1999.22 if I were you. Stas told me I should as things changed between your version and it, this whole use Apache2 thing has gone: http://perl.apache.org/docs/2.0/rename.html I figured I'd have to do it eventually and things are now running smoother. of course, if you ca

Re: [mp2] modperl2 compile error

2005-04-29 Thread Tom Caldwell
Stas, I forgot to mention that apache usually runs under a different account than nobody (I use - apache), in case that matters. Also, I apologize for not cc'ing the list on the last message but I normally use the mail client from my desktop machine instead of this Ximian client on red hat and I

Re: [mp2] Problems with Apache::Request

2005-04-29 Thread Joe Schaefer
Stephen Quinney <[EMAIL PROTECTED]> writes: > I have tried putting the "use" statements in every order imaginable > without any joy so I'm not sure what the error is trying to get me to > do to correct the problem. It's a server-config issue. You need to add a LoadModule apreq_module modules/

Re: [mp2] Problems with Apache::Request

2005-04-29 Thread Geoffrey Young
> [error] [client 127.0.0.1] failed to resolve handler `Jadevine::Hello': > Apache::Request: httpd must load mod_apreq.so first try adding LoadModule apreq_module modules/mod_apreq.so in your httpd.conf. --Geoff

[mp2] Problems with Apache::Request

2005-04-29 Thread Stephen Quinney
I've been having problems with the Apache::Request module (from libapreq2) and mod_perl2 for a while now and I've not come up with a decent solution. I am using the Debian packages but I didn't get a response from the maintainer so I hope someone here can enlighten me. This is with libapreq2-2.04_

Re: changing permissions in order to write a file in Mod_perl

2005-04-29 Thread Dermot Paikkos
There are 2 options of course: 1) change the apache UID and GIU 2) install mod_cgi; that does allow suexec from what I have read. I don't know if the performance is the same though. On 29 Apr 2005 at 17:48, angie ahl wrote: > Thanks for trying though. The last hurdle's always the toughest one.

Apache2::Status bug?

2005-04-29 Thread Octavian Rasnita
Hello, I have finished (I hope) installing mod_perl rc5 under Windows 2000, and I have tried the server using http://localhost/perl-status. I was able to use it very well, until I have tried to see the following links in order: Loaded Modules - Apache::Const - Apache::Const::OK - Syntax Tree Dump

Re: changing permissions in order to write a file in Mod_perl

2005-04-29 Thread Dermot Paikkos
I really don't know but I was just trying to set up something similar here and noticed that under MP1 you certainly couldn't, see this article: http://perl.apache.org/docs/1.0/guide/install.html#Is_it_possible_to_r un_mod_perl_enabled_Apache_as_suExec_ And then I saw this on changes on MP2: "pe

Re: changing permissions in order to write a file in Mod_perl

2005-04-29 Thread angie ahl
So the scripts running under user apache and group apache, and the site's files are suexec user/group myuser/myuser how do you write files without permissions errors. Am I right in saying that if suexec were working right then the uid and gid in the handler should be returning those for the user/g

for a background process and return

2005-04-29 Thread jiesheng zhang
Hi I am try to run something like this in my cgi. - system ("sleep 3000 &"); --- Since, it is time-consuming task, I let it run in background and immediately return to user. I tested this script. It was no problem for a standalon

Re: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-29 Thread Shannon Eric Peevey
Shannon, You're great. It's working fine now, I'm very be satisfied with your software. It looks very good and we want use your software for production Cordys software. Thanks for your help!! I'm glad to help :) -- Shannon Eric Peevey President - EriKin Corporation [EMAIL PROTECTED] (940) 391-

Re: changing permissions in order to write a file in Mod_perl

2005-04-29 Thread Dermot Paikkos
Does suexec work under MP2? http://perl.apache.org/docs/2.0/user/intro/overview.html#What_s_new_in _Apache_2_0 On 29 Apr 2005 at 14:48, angie ahl wrote: > I'm sending this question to the beginners perl list and the mod_perl > list as I'm not sure where it belongs. > > In short: I'm trying to

Re: Apache::Session::Store::Postgres FOR UPDATE problems

2005-04-29 Thread Perrin Harkins
Kjetil Kjernsmo wrote: On the surface, the symptom is that for certain pages, it will just sit and spin at the $self->{materialize_sth}->execute; call in Apache::Session::Store::Postgres for exactly two minutes, then time out, and that makes the rest of the app confused, so most things go boom.

Apache::Session::Store::Postgres FOR UPDATE problems

2005-04-29 Thread Kjetil Kjernsmo
Honored MPs! I've taken over maintenance of AxKit::XSP::BasicSession from Mike Nachbaur, but Mike still contributes and we've been discussing some problems with it over the past few days. A:X:BS lets Apache::Session do most of its hard work. However, it seems like no users have ever gotten it

changing permissions in order to write a file in Mod_perl

2005-04-29 Thread angie ahl
I'm sending this question to the beginners perl list and the mod_perl list as I'm not sure where it belongs. In short: I'm trying to work out how to create a directory/file under a specific user. This is running on MP2 on Apache2 with suexec enabled. The vhost has: SuexecUserGroup myuser

Re: [mp2] aborted() method doesn't work in RC5

2005-04-29 Thread Stas Bekman
Nick Wellnhofer wrote: I get the following error message if I try to call the method aborted() using the new RC5: Can't locate object method "aborted" via package "Apache2::Connection" RC4 worked fine. Add: use Apache2::Connection (); before calling aborted(). -- ___

RE: [ANNOUNCE] Apache2-AuthenNTLM-0.01

2005-04-29 Thread Gert Jan Schipper
>Try the new version that was just uploaded: Apache2-AuthenNTLM-0.02. I >tested the download, and it worked. I'm not sure what happened with the >previous version, as I had successfully installed and used the module, >and all of the files that it complained about were there... Shannon, You'r