[analog-help] Example configuration for /cgi-bin directory needed

2001-03-14 Thread Heike Hundt

hi experts,

can someone provide me with his/her part of httpd.conf which belongs to
the cgi-bin location? I am also interested in how you have enabled the
execution of perl scripts.

Thanks in advance


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-13 Thread Heike Hundt

No entry in the error_log since HTTP return code 200 is sucessfull and I have tested
everything from the troubleshooting section. It works fine but not from the browser.

Heike :-)

Stephen Turner wrote:

> On Tue, 13 Mar 2001, Heike Hundt wrote:
>
> > Thanks Wallace,
> >
> > I did this but it has no effect even after restarting my Netscape to make sure
> > that every cache is cleaned. My problem is that I do not understand why the
> > anlgform.pl does not produce any output when called directly. So since I just
> > want to use the default configuration file why does the following URL produce
> > 'The document contains no data'
>
> Have you followed the troubleshooting guide in the docs? In particular, did
> you look in the error log?
>
> --
> Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
>   Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
>   "Your account can only be used for a single internet session at any one
>time and for no more than 24 hours in any one day." (NTL terms of use)
>
> 
> This is the analog-help mailing list. To unsubscribe from this
> mailing list, send mail to [EMAIL PROTECTED]
> with "unsubscribe" in the main BODY OF THE MESSAGE.
> List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
> 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-13 Thread Heike Hundt

Thanks Wallace,

I did this but it has no effect even after restarting my Netscape to make sure
that every cache is cleaned. My problem is that I do not understand why the
anlgform.pl does not produce any output when called directly. So since I just
want to use the default configuration file why does the following URL produce
'The document contains no data'
http://hhundt.de.oracle.com/perl/anlgform.pl?GENERAL=ON&MONTHLY=ON&WEEKLY=OFF&DAILY=ON&FULLDAILY=OFF&HOURLY=ON&DOMAIN=ON&ORGANISATION=ON&DIRECTORY=ON&FILETYPE=OFF&REQUEST=ON&SIZE=OFF&REFERRER=OFF&SEARCHQUERY=OFF&SEARCHWORD=OFF&BROWSER=OFF&OSREP=OFF&STATUS=OFF&ignore1=10M&ignore2=b&ignore3=-50&ignore4=b&DOMSORTBY=BYTES&DOMFLOORA=&DOMFLOORB=b&ORGSORTBY=REQUESTS&ORGFLOORA=&ORGFLOORB=r&DIRSORTBY=BYTES&DIRFLOORA=&DIRFLOORB=b&REQSORTBY=REQUESTS&REQFLOORA=&REQFLOORB=r&REQINCLUDE=*&REFSORTBY=PAGES&REFFLOORA=&REFFLOORB=p&FROM=&TO=&FILEINCLUDE=&FILEEXCLUDE=&HOSTNAME=&HOSTURL=

Thanks everybody for answering but still in trouble

Heike ;-)

"Mills, Wallace" wrote:

> Remove the !-- from the start and the -- from the end of the line in which
> it states what cfg file to use and do not leave a space between the < and
> the first word and the same applies to the ending word. ie It should look
> like this
>  also
> remove the -- from the other line like so
> 
> By leaving those in the line is only a comment so you have to remove
> them for the lines to take effect.
> Hope this helps.
> Cheers
>
> > -Original Message-
> > From: Heike Hundt [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, 12 March 2001 22:52
> > To:   [EMAIL PROTECTED]
> > Subject:  [analog-help] Help needed: How can I get anglform.pl working
> > from browser?
> >
> > Due to no response up to now I am asking once again:
> > Meanwhile I have tested also on SUN Solaris with the same effect.
> > Everything works fine on commandline except anlgform.pl from the
> > Browser. What am I doing wrong?
> >
> >  Heike
> >
> > Following my first message:
> > After reading many many emails dealing with this subject it is my last
> > try to get it working.
> > I have installed analog 4.16 for NT into the following directory:
> > C:\analog\analog 4.16
> > o analog itself works fine
> >
> > I configured anlgform.pl with the appropriate path to the executable:
> >
> > ...
> >
> > $analog = 'C:\analog\analog 4.16\analog.exe';
> >
> > ...
> > My HTML file anglform.html looks like
> >
> > 
> >
> > 
> >
> > I have changed the method to get to see the whole query string.
> >
> > Everything works fine from the command line as well as other perl
> > scripts from the browser.
> > C:\ perl anlgform.pl REQINCLUDE=pages
> > produces the whole report.
> >
> > I registered that starting anlgform.pl from my cgi-bin directory I need
> > to have an analog.cfg file there. If not I am getting those Failed to
> > open configuration file errors.
> > Why?
> >
> > Trying to access anlgform.pl from my browser or even from a telnet
> > session gives back Document contains no data but no error_log entry
> > since HTTP Return Code 200 means successful but 0 bytes.
> >
> > Any idea where to look or what to test?
> >
> > Thanks in advance
> >
> > Heike
> >
> > 
> > This is the analog-help mailing list. To unsubscribe from this
> > mailing list, send mail to [EMAIL PROTECTED]
> > with "unsubscribe" in the main BODY OF THE MESSAGE.
> > List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
> > 
> >
> DISCLAIMER
> The information contained in the above e-mail message or messages
> (which includes any attachments) is confidential and may be legally
> privileged.  It is intended only for the use of the person or entity
> to which it is addressed.  If you are not the addressee any form of
> disclosure, copying, modification, distribution or any action taken
> or omitted in reliance on the information is unauthorised.  Opinions
> contained in the message(s) do not necessarily reflect the opinions
> of the Queensland Government and its authorities.  If you received
> this communication in error, please notify the sender immediately and
> delete it from your compute

Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Heike Hundt

Exactly the same result with 4.90beta3.

Heike

Stephen Turner wrote:

> Try using 4.90beta3 -- it's much easier to set up because it makes
> assumptions about the correct directories for the config file etc.
>
> --
> Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
>   Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
>   "Your account can only be used for a single internet session at any one
>time and for no more than 24 hours in any one day." (NTL terms of use)
>
> 
> This is the analog-help mailing list. To unsubscribe from this
> mailing list, send mail to [EMAIL PROTECTED]
> with "unsubscribe" in the main BODY OF THE MESSAGE.
> List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
> 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Heike Hundt

Thanks for the tip but nothing changed and I don't believe that something in
the HTML file has influence on that. Is my understanding wrong that the perl
script provided with the necessary parameters should work if called directly
from the browser?
Since I only wanted to use the default analog.cfg configuration file I have
also commented out the "cg" parameter.
http://hhundt.de.com/perl/anlgform.pl?GENERAL=ON&MONTHLY=ON&WEEKLY=OFF&DAILY=ON&FULLDAILY=OFF&HOURLY=ON

gives back Document contains no data.

Heike :-)
Aengus wrote:

> From: "Heike Hundt" <[EMAIL PROTECTED]>
> > ...
> > My HTML file anglform.html looks like
> >
> > 
> >
>
>  denote a HTML comment. Anything between those markers is
> ignored. Change the line to:
> 
>
> Aengus
>
> 
> This is the analog-help mailing list. To unsubscribe from this
> mailing list, send mail to [EMAIL PROTECTED]
> with "unsubscribe" in the main BODY OF THE MESSAGE.
> List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
> 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Help needed: How can I get anglform.pl working from browser?

2001-03-12 Thread Heike Hundt

Due to no response up to now I am asking once again:
Meanwhile I have tested also on SUN Solaris with the same effect.
Everything works fine on commandline except anlgform.pl from the
Browser. What am I doing wrong?

 Heike

Following my first message:
After reading many many emails dealing with this subject it is my last
try to get it working.
I have installed analog 4.16 for NT into the following directory:
C:\analog\analog 4.16
o analog itself works fine

I configured anlgform.pl with the appropriate path to the executable:

...

$analog = 'C:\analog\analog 4.16\analog.exe';

...
My HTML file anglform.html looks like





I have changed the method to get to see the whole query string.

Everything works fine from the command line as well as other perl
scripts from the browser.
C:\ perl anlgform.pl REQINCLUDE=pages
produces the whole report.

I registered that starting anlgform.pl from my cgi-bin directory I need
to have an analog.cfg file there. If not I am getting those Failed to
open configuration file errors.
Why?

Trying to access anlgform.pl from my browser or even from a telnet
session gives back Document contains no data but no error_log entry
since HTTP Return Code 200 means successful but 0 bytes.

Any idea where to look or what to test?

Thanks in advance

Heike


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Anlgform.pl fine on command line => Document contains no data from the browser

2001-03-07 Thread Heike Hundt


After reading many many emails dealing with this subject it is my last
try to get it working.
I have installed analog 4.16 for NT into the following directory:
C:\analog\analog 4.16
o analog itself works fine
I configured anlgform.pl with the appropriate path to the executable:
...
$analog = 'C:\analog\analog 4.16\analog.exe';
...
My HTML file anglform.html looks like



I have changed the method to get to see the whole query string.
Everything works fine from the command line as well as other perl scripts
from the browser.
C:\ perl anlgform.pl REQINCLUDE=pages
produces the whole report.
I registered that starting anlgform.pl from my cgi-bin directory I need
to have an analog.cfg file there. If not I am getting those Failed to open
configuration file errors. Why?
Trying to access anlgform.pl from my browser or even from a telnet session
gives back Document contains no data or no error_log entry since 200 means
successful but 0 bytes.
Any idea where to look or what to test?
Thanks in advance
Heike
-
 
 

begin:vcard 
n:Hundt;Heike
tel;cell:+49 171 62 68 896
tel;fax:+49 40 89 091 267
tel;home:+49 5826 7407
tel;work:+49 40 89 091 262
x-mozilla-html:FALSE
org:Oracle Deutschland GmbH;Server Technolgies - NonLocal 
adr:;;Notkestr. 15;Hamburg;;22607;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Curriculum Developer
fn:Heike Hundt
end:vcard