$^T

2003-02-03 Thread H Jayakumar
hi all,

   In windows mod_perl-beta2 

print $^T; 

   returns the same value again and again,  Also

my $t = $^T;
print $t;
 
does not help 

   any comments ?

Thanks,

  



Re: mode_perl and Apache 2.0

2002-06-27 Thread H Jayakumar

mod_perl-1.99_x runs on Apache 2.x , available at
http://perl.apache.org/dist/


 Praveen Ray [EMAIL PROTECTED] 06/28/02 10:23AM 

 Hi All
 Which version of mod_perl runs on latest Apachec 2.0.39
 version? When I tried building mod_perl 1.27 with Apachec
 2.0.39 , it gave me an error saying it needs Apache
 1.3.0.
 Does it mean we cannot currently run mod_perl on Apache
 2.0? 
 
 I need to upgrade to Apache 2.0 in order to get the
 latest
 security patches.
 
 Thanks


=
  - Praveen  

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



modperl for netware

2001-09-01 Thread H Jayakumar

Are there any suggestions in building mod_perl  for NETWARE using codewarrior ?




Apache, mod_perl

2001-08-29 Thread H Jayakumar

I have mod_perl and apache on NT.
 
I want to add mod_perl as a module to apache,  I built mod_perl and got mod_perl.so.
I have copied it to the modules directory in apache source tree.
 
When I start apache, it says  :
 
Syntax error on line 1049 of e:/apache/conf/httpd.conf:
Cannot load e:/apache/modules/mod_perl.so into server: (126) The specified module 
could not be found:
 
BUT the module mod_perl.so IS PRESENT IN THE above mentined path.
 
 
This is line 1049 in e:/apache/conf/httpd.conf:
 
   LoadModule perl_module modules/mod_perl.so
 
 
 
 
 
 
Could anyone help, thanks