
February 2nd, 2012, 04:49 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Italy
Posts: 4
Time spent in forums: 1 h 48 m 2 sec
Reputation Power: 0
|
|
|
How can send output of my interpreter to the browser?
Hi, sorry for my english and i hope to post in the right place.
My question is simple (i hope). I had wrote an interpreted line command web language based on C.
I had configured Apache cgi-bin to execute scripts. In the cgi-bin dir, Perl and Python scripts working fine but my own scripts show always this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
The first line that run the language interpreter I'm sure is correct... what's wrong? What I must to set or send to the browser exactly?
|