[EMAIL PROTECTED] Re: problem with fetching data in mod_perl

2006-01-30 Thread Senthil Nathan
Hi All,Im using mod_perl 2 and Apache 2.I noticed that while fetching data from a directory where the files are present, its not reading those files and getting the data.After some refresh or apache restart the same data is fetched properly. how to solve this issue???thankssenthil

[EMAIL PROTECTED] error_log - uninitialized data

2005-12-13 Thread Senthil Nathan
Hi All,Im using Apache 2  in mod_perl environment.And I use strict and warnings in my code.I get the following errors in the error_log of apache. [Tue Dec 13 10:44:18 2005] -e: Use of uninitialized value in string eq at myfile.pm line 102, line 154. [Tue Dec 13 10:44:26 2005] -e: Use of uninitiali

[EMAIL PROTECTED] apache server - username and password

2005-12-07 Thread Senthil Nathan
hi all,my application running on Apache 2 on mod_perl 2 uses htaccess to authenticate. so i need to get the username and the password who is authenticated to login for passing it to a different command in the script. i read something abt suExec, http://httpd.apache.org/docs/2.0/suexec.htmlbut the c

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
   PerlSendHeader On  Options +ExecCGI  Allow from all    Let me know if anything has to be changed in this config, ThanksSenthilOn 12/6/05, Senthil Nathan <[EMAIL PROTECTED]> wrote: hi,you are right. it uses ModPerl::Registry.so how do i use ModPerl::PerlRun. Because i just used ModPerl::Per

Re: [EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
AIL PROTECTED]> wrote: From: "Senthil Nathan" <[EMAIL PROTECTED] >Hi all,these problems are related to Apache 2 and mod_perl 2problem 1:Im using mod_perl 2 on Apache 2. I am using HTML::Template to display thedata from the perl/cgi script. For the first time loading the data is displa

[EMAIL PROTECTED] mod_perl issues

2005-12-06 Thread Senthil Nathan
Hi all,these problems are related to Apache 2 and mod_perl 2problem 1:Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script. For the first time loading the data is displayed properly. then for every reload the data displayed on the template gets rep

[EMAIL PROTECTED] mod_perl and multi user environment - clashes with other users's data

2005-12-01 Thread Senthil Nathan
hi all,(anyway if possible to change some setting in apache httpd.conf, im posting this in this group)im facing a problem with mod_perl2 on apache 2 as,in the multiuser environment, everyone login to the page and their respective profile gets displayed. after every click, other user's data also get

Re: [EMAIL PROTECTED] performance analysis

2005-12-01 Thread Senthil Nathan
if u r in windows environment, try this, packet snifer.On 12/2/05, Charlie Smith <[EMAIL PROTECTED]> wrote: I recently noticed a long delay in a page coming up.  What's the bestcommand-line tool/routine to use to monitor how long a page takes to comeback.  Should Iputan LWP callto a page in a cron

[EMAIL PROTECTED] how to cache one particular tmp.cgi and not other .cgi files

2005-11-30 Thread Senthil Nathan
hi all,how to cache one particular tmp.cgi and not other .cgi files??Header add Cache-Control no-cacheHeader add Vary *or something like that. thankssenthil

Re: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-30 Thread Senthil Nathan
, Senthil Nathan <[EMAIL PROTECTED] > wrote:hi,I use the apache server version 2.0and the machine runs Sun OS 5.8 on Ultra 10,  300MHz speed.I checked by printing the time at the start of the cgi and at the endof the cgi, whichthe diff gives the time taken to run the script.The browser connects

Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Senthil Nathan
f file.     From: Senthil Nathan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 29, 2005 11:06 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] newbie - how to start apache server   hi, im a newbie to apache. how do i start the apache server. i see there is no process runni

[EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Senthil Nathan
hi,im a newbie to apache.how do i start the apache server.i see there is no process running for httpd.confthankssenthil

Re: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-28 Thread Senthil Nathan
Your problem sounds more like network latency than anything else... > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > > -Original Message- > From: Senthil Nathan [mailto:[EMAIL PROTECTED] > Sent: Montag, 28. November

[EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-27 Thread Senthil Nathan
hi all,i have some cgi scripts running on the Apache server.i am invoking it from the browser and see that it takes lot of time to connect to the server and run the cgi script on it.actually my cgi script takes 4sec to run, which i checked out using the timestamp. but when accessing from the browse

Re: [EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Senthil Nathan
clear.thanksrsennatOn 11/24/05, Joshua Slive < [EMAIL PROTECTED]> wrote:On 11/24/05, Senthil Nathan < [EMAIL PROTECTED]> wrote:> hi all,>> i would like to improve the apache server performance.> its dead slow. its downloading the images again and again from the server> and

[EMAIL PROTECTED] need help on improving apache server performance

2005-11-24 Thread Senthil Nathan
hi all,i would like to improve the apache server performance.its dead slow. its downloading the images again and again from the server and makes it very slow.then i googled and found some interesting stuff like this, -Expir