04-25-04 05:35 PM
We are running apache 1.3.27 freshely compiled and default
configuration on a SCO 5.0.5. Install dir= /usr/internet/apache
the "oscars" example provided by Acu has been installed as follows
a. oscars.htm in htdocs
b. oscars.acu in cgi-bin
c. header.htm, footer.htm, body.htm in cgi-bin
Apache executes the sample CGIS ok
As already mentioned in the groups and elsewhere, the .acu may not run
directly. So we created a script; oscars.sh as follows:
#!/bin/sh
runcbl oscars.acu
(runcbl is in the path / also tried runcbl -f oscars.acu ).
The scripts runs fine by itself.
The htm program calls the scripts (we added debug info in the script)
The script by itself, however, (as shonw above), gives an INTERNAL
server error. Error log does not say anything.
Needs some input:
a) is it a server config problem? If so, what should we do?
b) is it an ACU compile error?
c) anything else?
Thank you for your time.
[ Post a follow-up to this message ]
|