[analog-help] CGI output - External program - Browser

1999-05-03 Thread [EMAIL PROTECTED]

Hello,

Is it possible to use the output from the CGI program with another program
before it is viewed in the browser window?

I'm using the Analog Form CGI program on my server. With the new Report
Magic program I want to use the CGI output (computer) on RMagic and then
view it.

Is something like this possible?


Bart Wehrens


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.




[analog-help] still trying to get forms to work on an NT server

1999-05-03 Thread Cindy_Walker



O.K.  now I have analog.exe in D:\analog\ , the same drive as our cgi-bin
directory is in.  All the language and image files are in subdirectories under
that.  Now it can find analog.exe, but I get this message:

\analog\analog.exe: Warning F: Failed to open configuration file analog.cfg:
ignoring it (For help on all errors and warnings,
see docs/errors.html) \analog\analog.exe: Warning F: Failed to open language
file lang/uk.lng: ignoring it
\analog\analog.exe: Fatal error: Can't find language file lang/uk.lng: exiting
Analog failed to run or returned an error code.
Maybe your server's error log will give a clue why.

Again, nothing is written to the server's error log when analog.exe is executed.
  I can't imagine why it can't open the config file.  It's permissions, like
all the analog files are set for full control for everyone.  All the files its
looking for are located in the appropriate d:\analog directory/subdirectories.

What could be wrong?



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.




Re: [analog-help] CGI output - External program - Browser

1999-05-03 Thread Jeremy Wadsack

Bart,

CGI requires a specific output format that will be understood by both the
server and the web browser. In order to output for CGI, the program that
outputs to the browser has to be written for CGI. The only way to use Analog's
CGI output therefore, would be to pipe it to another script/program that was
also CGI aware.

Report Magic does not provide a CGI output so it can not be used a such. I
will consider a CGI interface for a later release though. I don't see any CGI
tools on the helper list, so if you want something now I guess you'll have to
hack it yourself. For more information in the CGI  interface in general, see
http://hoohoo.ncsa.uiuc.edu/cgi/.

HTH,

Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication


"Bart@Web3" wrote:

 Hello,

 Is it possible to use the output from the CGI program with another program
 before it is viewed in the browser window?

 I'm using the Analog Form CGI program on my server. With the new Report
 Magic program I want to use the CGI output (computer) on RMagic and then
 view it.

 Is something like this possible?

 Bart Wehrens

 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
 

--



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.




Re: [analog-help] virtual hosting

1999-05-03 Thread Jason Linhart

On 5/3/99 6:30 AM Jim Moline ([EMAIL PROTECTED]) wrote:

I am using Analog 3.11 on Windows NT 4.0 sp4.  I use Website Pro 2.0 from 
O'Reilly as my web server.
The log format is combined.  I am trying to get virtual domains to work 
and no matter what combination I
seem to try, my virtual domain always seem to get the information from 
every log entry attached to that 
ip address (multiple virtual domains).  I know it's a configuration 
problem on my part and I have RTFM,
but I cannot seem to include only a particular virtual domain's 
information.  Any help is greatly appreciated.

When using NCSA Combined format there is nothing to indicate which log 
entry goes with which virtual domain unless each virtual domain logs into 
its own log file. You will either need to split the log into one file for 
each virtual domain or add the virtual server name to each log entry.

Jason

-
[EMAIL PROTECTED]
-
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
  -- Peter van der Linden, Expert C Programming, Deep C Secrets



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.




Re: [analog-help] DNS Entry alignment...

1999-05-03 Thread Stephen Turner

On Sun, 2 May 1999, Charles T. Waters wrote:

 I am wondering how to solve this problem:
 
 //- Start
 
 #reqs: %bytes: host
 -: --: 
   312: 92.67%:   uswest - denver,
 colorado dial up
 11:   7.33%: velocity networks - hawthorne, california
 dial up
 
 //- Finish
 
 How can you get them to align left, instead of the way
 they are by default? Please let me know. Thank you.
 

It depends on the sort method. If it's alphabetical they will be right
aligned which is the right way to align normal hostnames. Any other sort
method and they will be left aligned.

-- 
Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.