UNSUBSRIBE

2009-09-23 Thread raja agireddy
Please take me out of mailing list

Fwd: Htgroup adding blank lin when it is within a loop

2005-10-13 Thread raja agireddy
Please, If anyone can help me. I know this is not a modperl issue but just wanted to know if anyone handled it before. Regards, Raja -- Forwarded message -- From: raja agireddy <[EMAIL PROTECTED]> Date: Oct 12, 2005 10:41 AM Subject: Htgroup adding blank lin when it is wi

DBD:ORACLE test failing

2005-09-07 Thread raja agireddy
Hello! I have modepler2.0,Apache2.0.53 ,Perl5.8 on Sun OS 5.9. I have successfully installed DBI 1.48 and currently in the process of installing DBD-Oracle-1.16. I am getting the following error while running "make test" during DBD::Oracle installation. PERL_DL_NONLAZY=1 /home/gaccr1/fdmg/web2/

Re: r->get_basic_auth_pw(...)

2005-06-29 Thread raja agireddy
Members, Plese let me know if anyone experience the following issue. Regards, Raja On 6/28/05, raja agireddy <[EMAIL PROTECTED]> wrote: > Hello, > > I have implemented modperl2.0, Apache2.0 and AuthenSmb0.72. I have > modified AuthenSmb to include timeout conditions. > &

r->get_basic_auth_pw(...)

2005-06-28 Thread raja agireddy
Hello, I have implemented modperl2.0, Apache2.0 and AuthenSmb0.72. I have modified AuthenSmb to include timeout conditions. Everthing works fine, with an exception. When the user logs in first does any wrong thing with the password and user entry the r->get_basic_auth_pw(...) returns 01. After th

Re: Apache::RequestRec::notes stays wrong usage

2005-05-16 Thread raja agireddy
); open S, "> /home/gaccr1/fdmg/web2/logs/AuthenSmb.lck" or die "Can't open AuthenSmb.lck: $!\n"; flock S, LOCK_EX; close S; Any direction would be greatly appreciated. Regards, Raja On 5/13/05, Perrin Harkins <[EMAIL PRO

Apache::RequestRec::notes stays wrong usage

2005-05-13 Thread raja agireddy
Hello, I have installed httpd-2.0.53 ---> Apache mod_perl-2.0.0-RC4 ---> modperl Authen-Smb-0.91 Apache-AuthenSmb-0.72 Apache-AuthenCache-1.00 I am getting the following error. [Thu May 12 17:12:36 2005] [error] [client 135.43.15.119] Usage: Apache::RequestRec::notes(obj, val=NULL) at /raj/perl/l

Re: Server Load Profile

2005-05-13 Thread raja agireddy
Hello, I have installed httpd-2.0.53 ---> Apache mod_perl-2.0.0-RC4 ---> modperl Authen-Smb-0.91 Apache-AuthenSmb-0.72 Apache-AuthenCache-1.00 I am getting the following error. [Thu May 12 17:12:36 2005] [error] [client 135.43.15.119] Usage: Apache::RequestRec::notes(obj, val=NULL) at /raj/perl/

Apache SessionTimeOut how to configure

2005-05-11 Thread raja agireddy
Hello, I have installed mod_perl, Apache2.0, AuthenSmb 0.72 for the NT authentication on the UNIX server. I want to implement the time out feature, so that any user after 30 minutes of inactive session needs to relogin. Any suggestions will be greatly appreciated. Regards, Raja

SessionTimeOut how to configure

2005-05-10 Thread raja agireddy
Hello, I have installed mod_perl, Apache AuthenSmb for the NT authentication on the UNIX server. I want to implement the time out feature, so that any user after 30 minutes of inactive session need to relogin. Any suggestions will be greatly appreciated. Regards, Raja

Alias is not being recognized undet the Directory Directive

2005-04-06 Thread raja agireddy
I have installed modperl 2.0, Apache 2.0 and AuthenSmb. Alias is not being recognized under the "Directory" directive in the httpd.conf file. The same alis works for "Location" directive. The work around I am using is giving the full path of the directory and it works. Please let me know if you ha