Fernando Munoz wrote:
> 
> I would like to know if there is a way to avoid the webserver to display the
> whole asp script when it crashes for any reason. I tried not using any debug
> flag with PerlSetVar with no results. I find "dangerous" to show all the DB
> access when something goes wrong with the web server.
> 

The developer output that you are talking about only
occurs when PerlSetVar is set to 2,3,-2,-3, but not
when unset or set to 1,-1

What is likely is that there is some stray PerlSetVar Debug config 
in httpd.conf or some .htaccess file that you have not found.
You can also try to override this config locally by 
setting PerlSetVar Debug 1.

--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]

Reply via email to