Apache::ASP and HTML::Parser

2000-07-14 Thread Mike Dameron
Has anyone used these two together? We have developed a tool which allows you to edit simple HTML pages within you browser using HTML::Parser and CGI scripts. We have been porting those scripts over to ASP. When testing the new scripts it appears as if it unable to reparse the HTML file after a

Re: Runaway processes

1999-10-22 Thread Mike Dameron
. Only problem here is that if the user actually did make a mistake (wrong date range for instance) the process generating the data would continue to run for no purpose. -Mike Jeffrey Baker wrote: > Joshua Chamas wrote: > > > > Mike Dameron wrote: > > > > > > We have

Runaway processes

1999-10-21 Thread Mike Dameron
as well? My system: Apache 1.3.6 mod_perl 1.21 DBI 1.13 DBD::Oracle 1.03 Apache::ASP 0.14 Oracle 8.0.5 Thanks for any input, Mike Dameron -- ISIS 2000, Inc. Your e-Partner. Not e-Vendor e-Business, Systems Integration and Enterprise Management solutions http://www.isis2000.com

Re: Apache::ASP and server-side includes

1999-01-17 Thread Mike Dameron
Lookup $Response->Include() in the docs. It is used for exactly this purpose. -Mike Andrew Mayo wrote: > Is it possible to configure Apache so that .asp files also support > server-side includes?. I can configure Apache to successfully make .shtml > files support server-side includes but the a