RE: Switching off HTML Tag recognition

2000-06-27 Thread Gerald Richter
> I do this on every single page, and it took me a while to find it too. > > Do this in your httpd.conf: > SetEnv EMBPERL_OPTIONS 2048 > Yes but sometimes you want only do it for some pages, then you can write [- $optDisableTableScan = 1 -] in front of the table Gerald ---

RE: Switching off HTML Tag recognition

2000-06-27 Thread Wim Kerkhoff
I do this on every single page, and it took me a while to find it too. Do this in your httpd.conf: SetEnv EMBPERL_OPTIONS 2048 See http://perl.apache.org/embperl/Embperl.pod.3.html#EMBPERL_OPTIONS for more info, in particular optDisableTableScan = 2048. On 27-Jun-2000 Nicolas Parody wrote: > Hi