Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: CGI - calling other scripts
Pages: [1] Print
Author Topic: CGI - calling other scripts  (Read 668 times)
leke
Jr. Member
**
Offline Offline

Posts: 91


View Profile WWW
CGI - calling other scripts
« on: September 01, 2005, 03:11:24 AM »

I was experimenting with calling other scripts into my CGI script and got this error...

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request...

when trying to access http://127.0.0.1/cgi-bin/test.r
Here it is

Code:
#!C:/REBOL/REBOL.EXE --cgi --script
REBOL[]
do %rhp.r

print "Content-Type: text/HTML^/^/"

print {<html>
<title>REMOTE ADDRESS TEST</title>
<body>}

print "rhp.r test"
print [display-day "and " remote-address]

print [</body></html>]


%rhp.r is in the cgi-bin folder and I have no problem with other scripts that don't call external files.
Anyone know what's going wrong?
Logged

Gabriele
Full Member
***
Offline Offline

Posts: 182


View Profile WWW
CGI - calling other scripts
« Reply #1 on: September 01, 2005, 05:56:42 AM »

1) Look into the server's error log to see what's actually happening
2) Maybe rhp.r is PRINTing something? Or erroring out. Try moving your Content-Type print before the DO to see that on the browser.
Logged
leke
Jr. Member
**
Offline Offline

Posts: 91


View Profile WWW
CGI - calling other scripts
« Reply #2 on: September 02, 2005, 01:41:03 AM »

I fixed it now. I errr added HALT at the bottom of %rhp.r to test it in the console and forgot to take it out.
Works OK now.  :huh:

Logged

Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: CGI - calling other scripts
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 07, 2008, 11:07:42 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2233 Posts in 581 Topics by 1886 Members
Latest Member: antigopit

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc