HelioHost Posted October 22, 2017 Posted October 22, 2017 Dear support, I have writtern a python program (http://sawalha.heliohost.org/cgi-bin/arabic_roots_py3.py)I have got the following error. The server encountered an internal error or misconfiguration and was unableto complete your request. Please contact the server administrator, webmaster@sawalha.heliohost.organd inform them of the time the error occurred, and anything you might havedone that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered whiletrying to use an ErrorDocument to handle the request. I need to access the log files to investigate the error that occurred inthe program. Would you please direct me of how to access these log files? best regards,Majdi--==========================================================Majdi Sawalha,*Assistant professor,* Computer Information Systems Department, KingAbdullah II School of Information Technology, The UNIVERSITY OF JORDAN,Amman, Jordan.Web site: http://www.comp.leeds.ac.uk/sawalha
Krydos Posted October 23, 2017 Posted October 23, 2017 Make sure your python files are executable. The default file permissions are 644, but cgi files need 755 to execute.
Recommended Posts