fishhead Posted September 17, 2011 Posted September 17, 2011 a. fishhead b. johnny c. fishhead.heliohost.org python and perl did not work since 08.09.2011 http://fishhead.heliohost.org/cgi-bin/printenv.pl http://fishhead.heliohost.org/cgi-bin/env.py =================================================================================================== Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@fishhead.heliohost.org 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. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.30 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.3 Python/2.7.1 Server at fishhead.heliohost.org Port 80 ===================================================================================================
Byron Posted September 17, 2011 Posted September 17, 2011 Your site is up and running. Moving to Customer Service for perl and python issues. Please try this perl script for me and chmod it to 755: #!/usr/bin/perl -w use CGI ':standard'; $current_time = localtime; # print header, start_html('A Virtual Clock'), h1('A Virtual Clock'), "The current time is $current_time - PST.", hr, end_html;
fishhead Posted September 18, 2011 Author Posted September 18, 2011 Please try this perl script for me and chmod it to 755: I installed the script and chmod it to 755. http://fishhead.heliohost.org/cgi-bin/test.pl Same error as reported
jje Posted September 18, 2011 Posted September 18, 2011 Hi. You currently have 6 processes, and the limit is 7. My guess is that the script is trying to open another process but it can't due to this limit. Here is a list of what processes are currently running on your account: - rss.py - rss.py - crond - sh - python = 6 processes
fishhead Posted September 18, 2011 Author Posted September 18, 2011 Hi. You currently have 6 processes, and the limit is 7. My guess is that the script is trying to open another process but it can't due to this limit. Here is a list of what processes are currently running on your account: - rss.py - rss.py - crond - sh - python = 6 processes is it possible for me to kill these processes?
jje Posted September 18, 2011 Posted September 18, 2011 Which one would you like me to to kill Or would you like me to kill all of them, and let the essential ones recreate?
fishhead Posted September 18, 2011 Author Posted September 18, 2011 Which one would you like me to to kill Or would you like me to kill all of them, and let the essential ones recreate? kill all!
Guest xaav Posted September 18, 2011 Posted September 18, 2011 All your processes have been killed. Looks like your scripts are working now.
fishhead Posted September 18, 2011 Author Posted September 18, 2011 All your processes have been killed. Looks like your scripts are working now. Thanks for killing. It works!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now