[analog-help] IE not running Perl

2007-07-19 Thread Rajamanickam S.
Thanks Aengus. Now I have resolved the first issue, I mean the problem with the pie charts. I wrongly understood the purpose of CHARTDIR and LOCALCHARTDIR as I assumed LOCALCHARTDIR is an alternative image directory and thats why I specified completely different paths for both the commands. Anyw

Re: [analog-help] IE not running Perl

2007-07-19 Thread Walter Ian Kaye
At 02:40 p +0100 07/19/2007, Rajamanickam S. didst inscribe upon an electronic papyrus: But still, I need something to do with the second issue, the browser/server running perl. It works fine with firefox as the server understands perl being called and runs them to show the output. But, it is

Re: [analog-help] IE not running Perl

2007-07-19 Thread Alan Wright
Have you tried running other perl scripts on the server? Usually there are a few examples in the cgi-bin directory or a quick search on the 'net can usually find a basic one. Do they work? If they do - do they still work if you move one to the same place as anlgform.pl (if its in a different

Re: [analog-help] IE not running Perl

2007-07-19 Thread Aengus
Rajamanickam S. <[EMAIL PROTECTED]> wrote: > It works fine with firefox as the server understands perl being called > and runs them to show the output. But, it is not working with Internet > Explorer as it pops the save/download window. That sounds like a problem with MIME types. I'd suggest using

RE: [analog-help] IE not running Perl

2007-10-15 Thread Rajamanickam S.
er Subject: Re: [analog-help] IE not running Perl Rajamanickam S. <[EMAIL PROTECTED]> wrote: > It works fine with firefox as the server understands perl being called > and runs them to show the output. But, it is not working with Internet > Explorer as it pops the save/download wi

Re: [analog-help] IE not running Perl

2007-10-15 Thread Charlie Clark
Am 15.10.2007 um 12:31 schrieb Rajamanickam S.: Hi all I would like to raise this issue again but progressed a bit with a different approach. The problem that IE opens 'Unknown file type' dialog box to save/open the executed .pl file is (may be) because of the apache server returns with

Re: [analog-help] IE not running Perl

2007-10-15 Thread Aengus
On Monday, October 15, 2007 6:31 AM [EDT], Rajamanickam S. <[EMAIL PROTECTED]> wrote: Hi all I would like to raise this issue again but progressed a bit with a different approach. The problem that IE opens 'Unknown file type' dialog box to save/open the executed .pl file is (may be) because of

Re: [analog-help] IE not running Perl

2007-10-15 Thread Aengus
On Monday, October 15, 2007 6:43 AM [EDT], Charlie Clark <[EMAIL PROTECTED]> wrote: This has nothing to do with Analog. You should post to an Apache list. However, if I understand things correctly you shouldn't be using the rewrite module at all as you only need to set the mime type correctly to

Re: [analog-help] IE not running Perl

2007-10-15 Thread Charlie Clark
Am 15.10.2007 um 13:36 schrieb Aengus: The problem is that a number of people have reported that when they set up the anlgform.pl script to allow the creation of "on demand" log analyses, when you click the "Produce statistics" button in IE, you are prompted to save the response, instead o

RE: [analog-help] IE not running Perl

2007-10-24 Thread Rajamanickam S.
analog web log analyzer Subject: Re: [analog-help] IE not running Perl On Monday, October 15, 2007 6:31 AM [EDT], Rajamanickam S. <[EMAIL PROTECTED]> wrote: > Hi all > > I would like to raise this issue again but progressed a bit with a > different approach. The problem that

Re: [analog-help] IE not running Perl

2007-10-24 Thread Aengus
Rajamanickam S. <[EMAIL PROTECTED]> wrote: > Many thanks Aengus. > > After adding the line > > OUTPUT HTML > > as you said, in to the analog.cfg, the report page now opens in IE. I just tried running anlgform.pl at the command line, and, with default settings, this is what the ouput looks like:

Re: [analog-help] IE not running Perl

2007-10-24 Thread Walter Ian Kaye
At 05:43 p -0400 10/24/2007, Aengus didst inscribe upon an electronic papyrus: It appears that IE6 doesn't recognize the application/xhtml+xml Mime type, (this appears to be "widely known" but not not explicitly documented anywhere). As far as I can tell, IE7 doesn't recognize it either. IE wil

RE: [analog-help] IE not running Perl

2007-10-24 Thread Jeremy Wadsack
> Why a Web utility would default to outputting in application/* > instead of text/* I cannot fathom. Because this is the recommended approach according to W3C's 2002 guidelines: http://www.w3.org/TR/xhtml-media-types/#application-xhtml-xml > >There are a couple of different ways to deal with t

Re: [analog-help] IE not running Perl

2007-10-24 Thread Aengus
On Wednesday, October 24, 2007 7:18 PM [EDT], Jeremy Wadsack <[EMAIL PROTECTED]> wrote: You can't make this change in anlgform.pl - it's encoded into analog under the 'CGI' behavior. In fact, all anlgform.pl does is put a protective wrapper around Analog (as well as the form parsing) for CGI use