Help required

2002-04-16 Thread Murugan K
Hi I am new to mod_perl and i am developing some samples using mod_perl . While developing sample , i do not want to restart the server frequently with respect to my changes. So i used the$r->header_out("Pragma", "no-cache"); statement not to cache the results. i seems to be not

Help required

2002-04-16 Thread Murugan K
Hi I am new to mod_perl and i am developing some samples using mod_perl . While developing sample , i do not want to restart the server frequently with respect to my changes. So i used the$r->header_out("Pragma", "no-cache"); statement not to cache the results. i seems to be not

Session

2002-03-21 Thread Murugan K
Hi Thanks in advance for your reply. How can i maintain session informations without cookie , hidden variables through forms in Perl. Is there any separate Apache module is available? Regards K.Murugan

Net::LDAP::Extension

2002-02-27 Thread Murugan K
Hi Can please you direct me to the Net::LDAP::Extension Documentation. Thanks in advance. Regards K.Murugan

Info required

2001-09-06 Thread Murugan K
Hi In the CGI environment , After getting the request from the client , based on the request the web server will load the cgi2perl module ( may be someother name) to act as interface between perl and Webserver. The cgi2perl will get the data from perl interpreter and give back to w

Mod_perl

2001-09-03 Thread Murugan K
Hi I apologize for the simple question. Since i am new to this mod_perl , i am having this doubt. After building mod_perl.so , Is it required to have the Perl interpreter installed on the server. What i understood was, the mod_perl.so is a apache perl module which is providing

Re: Help required on compile

2001-07-27 Thread Murugan K
gt; Randy Kobes <[EMAIL PROTECTED]> 07/27/01 06:32PM >>> On Fri, 27 Jul 2001, Murugan K wrote: > Hai > Great , Now it is building with your added MM_Win32.pm . > Nmake install also going through without breaking . But problem is , > as per readme , i have to copy t

Re: Help required on compile

2001-07-26 Thread Murugan K
or mod_perl.dll after building . Thanks for your help . Regards K.Murugan >>> "Randy Kobes" <[EMAIL PROTECTED]> 07/26/01 07:00PM >>> ----- Original Message - From: "Murugan K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc:

Re: Help required on compile

2001-07-26 Thread Murugan K
E) -f $(MAKE_APERL_FILE) $@ # >>> "Sisyphus" <[EMAIL PROTECTED]> 07/26/01 05:42PM >>> - Original Message ----- From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Murugan K" <[EMAIL PROTECTED]> Cc: <[E

Re: Help required on compile

2001-07-26 Thread Murugan K
Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. >>> Randy Kobes <[EMAIL PROTECTED]> 07/26/01 11:06AM >>> On Wed, 25 Jul 2001, Murugan K wrote: > Hai > I am trying to build Mod-perl_1.26 on Windows NT. For that i > installe

Help required on compile

2001-07-25 Thread Murugan K
Hai I am trying to build Mod-perl_1.26 on Windows NT. For that i installed perl5.6.1 and apache 1.3.19 on my windows machine ( "C" drive). After that (as per read me ) , i have to run the makefile.pl . But that is giving the following error. Perl makefile.pl Checking if your kit is co