The following reply was made to PR general/5410; it has been noted by GNATS.

From: Marc Slemko <[EMAIL PROTECTED]>
To: Raul Morales Salcedo VicFDL <[EMAIL PROTECTED]>
Cc: Apache bugs database <[EMAIL PROTECTED]>
Subject: Re: general/5410: Results exceeded maxsize (32768)
Date: Thu, 2 Dec 1999 17:32:24 -0700 (MST)

 On Thu, 2 Dec 1999, Raul Morales Salcedo VicFDL wrote:
 
 > this is my script that execute an informix webdatablade, I don't know 
 > whats wrong!   
 
 Well, neither do we.  You have to talk to the people that make the
 software having the problem.  It isn't Apache having any problems.  It is
 your CGI.
 
 > 
 > 
 > ##################
 > ## Copy this file to web.cnf, substituting actual values
 > ## for those in <> below  (do not use variables).
 > ##
 > ## Variables will not be expanded, so putting $INFORMIXDIR will not
 > ## work, you will have to put the full UNIX path rather than $INFORMIXDIR
 > 
 > # Webdaemon Specific Variables
 >         MI_DATABASE?            webdb
 >         MI_USER                 secret
 >         MI_PASSWORD             secret
 >         # MI_WEBDRVLOG          /tmp/.log
 > #       MI_WEBDRVLEVEL          0x0002
 >         MI_WEBDRVLEVEL          32
 > 
 > 
 >         INFORMIXDIR             /export/home/sw/informix
 >         INFORMIXSERVER          ict2
 > 
 > # Webdriver Specific Variables
 >         MInam                   ID
 >         MIcol                   object
 >         MItab?                  webPages
 >         MIval?                  apb
 > 
 > 
 > # Webdriver security variables
 >         MIpagelevel             read_level
 >         MI_WEBACCESSLEVEL       6
 >         MI_WEBREDIRECT          http://x.udlap.mx/cgi-bin/errors
 > 
 >         MI_WEBSHOWEXCEPTIONS    on
 >         # MI_WEBRAWPASSWORD       <your_password_here>
 > 
 >         WEB_HOME                http://x.pue.udlap.mx/cgi-bin/wd/webdriver
 >         REMOTE_USER             default
 > 
 > 
 > # that can be stored stored in cache to 1 M.
 >         MI_WEBCACHEMAXLO        1024000
 > 
 > 
 > *************************************************************
 > 
 > Mtro. Raul Morales Salcedo
 > Coordinacion de Soporte Tecnico
 > Biblioteca
 > Fundacion Universidad de las Americas - Puebla
 > Tel: (22) 229-2134
 > 
 > E-mail: [EMAIL PROTECTED]
 >         [EMAIL PROTECTED]
 > *************************************************************
 > 
 > On 2 Dec 1999 [EMAIL PROTECTED] wrote:
 > 
 > > [In order for any reply to be added to the PR database, ]
 > > [you need to include <[EMAIL PROTECTED]> in the Cc line ]
 > > [and leave the subject line UNCHANGED.  This is not done]
 > > [automatically because of the potential for mail loops. ]
 > > [If you do not include this Cc, your reply may be ig-   ]
 > > [nored unless you are responding to an explicit request ]
 > > [from a developer.                                      ]
 > > [Reply only with text; DO NOT SEND ATTACHMENTS!         ]
 > > 
 > > 
 > > Synopsis: Results exceeded maxsize (32768)
 > > 
 > > State-Changed-From-To: open-closed
 > > State-Changed-By: marc
 > > State-Changed-When: Thu Dec  2 15:44:54 PST 1999
 > > State-Changed-Why:
 > > Whatever CGI script that you are running isn't working right.
 > > We can do nothing about that; you have to look into what the CGI
 > > is doing and why.
 > > 
 > > 
 > 
 

Reply via email to