SubbaReddy M wrote: > > So, I created global.asa file in /home/httpd/asp directory, > from which i am able access the *.asp file on my apache server (Linux - > Redhat 6.2). > > As you suggested to turn off the PerlTaintCheck Off, it's working . > > So, now I want to turn on the PerlTaintCheck On in httpd.conf and > would like to use global.asa file by putting the following line > in global.asa >
With my latest dev 2.29 Apache::ASP and .25 MLDBM::Sync, you should be able to have PerlTaintCheck On set, and I will send these to you separately. > $MLDBM::RemoveTaint = 1; > > How to get it done? With Apache::ASP 2.29, you will not need to set this yourself. > could you please give hint on using the global.asa on Linux/apache? > Is it only on Win32/IIS or it is applicable on Linux? > If the global.asa applicable on Linux/apache, please give me hint. > Generally, you can put your global.asa whereever your PerlSetVar Global directory is at, which defaults to the directory your script it in. For the above config you might set: PerlSetVar Global /home/httpd/asp or PerlSetVar Global . if your scripts are in the /home/httpd/asp dir. For an example of a global.asa, check out ./site/eg/global.asa in the distribution. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]