In Forms mode analog sends the output to stdout (i.e. the browser). Any previous OUTFILE command in your configuration will be ignored.
-- Jeremy Wadsack Seven Simple Machines On Thu, July 28, 2005 2:58 pm, Smith, Michael K said: > OK. Probably best to instruct the user to save the screen output to a > file and post process that. Just for my information, what does the > OUTFILE create? > > -----Original Message----- > From: Jeremy Wadsack [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 28, 2005 2:54 PM > To: Support for analog web log analyzer > Subject: Re: [analog-help] Capturing analog output > > > > This is for your security -- you don't normally want a CGI program > writing files to your server. > > You could work around this by modifying the anlgform.pl file, but you > should be aware of the potential security and transactional implications > of your changes. > > -- > Jeremy Wadsack > Seven Simple Machines > > > > On Thu, July 28, 2005 2:24 pm, Smith, Michael K said: >> I would like to post process the analog output instead of displaying >> it with a browser, so I added the following commands to the config >> file: >> >> OUTPUT COMPUTER >> OUTFILE temp.out >> >> This causes the output to be correctly converted to tab-delimited >> text, but it is displayed by the browser (with the anlgform.pl url), >> and the designated outfile is not created. I noticed that the last >> line of the ANALOG filehandler is "OUTFILE stdout\n". What changes do > >> I need to capture the output? >> >> Thanks, >> Mike +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

