Krypton is a general purpose UNIX® server for use by students, faculty, and staff of Minnesota State University, Mankato. Krypton supports:
Krypton is available on a 24-hour basis, year round, with the exception of planned hardware and software upgrades which would be announced in advance on the Announcements page. Unexpected down-times caused by hardware or software failures cannot be predicted and you should consider this when planning projects that require Krypton or its utilities.
Please see the Connect methods web page.
If you place files in your public_html folder they will be viewable on the web at the URL http://krypton.mnsu.edu/~userid.
You must change userid above to your own userid.
If you're an RSO user, an alternative URL was provided in the introductory e-mail message sent upon account creation.
If you place a document named index.html in your public_html folder, this will be your web site's default web document.
If you'd like to be placed on a list of people at MSU who have a web site please fill out the on-line form and you'll be placed in all on-line directories and in the MSU People Finder.
If you're an RSO user, please contact the office of Recognized Student Organizations to have your web site included in the RSO directory.
Krypton has user CGI-BIN capabilities enabled. This allows users to create their own CGI-BIN program that execute via the web server. These programs execute as if the user had typed the command. All permissions and access control are limited by the privileges of the user owning the command.
The following must be true about a user CGI-BIN program in order for it to execute properly:
.cgi (Ex: program.cgi)chmod 755 program.cgi)chmod 755 program.cgi)If all of these items are true then the user CGI-BIN can be accessed on the web as URL:
http://krypton.mnsu.edu/~youruserid/program.cgi where youruserid is the userid of the user in question.
Please be aware of the restrictions to the user CGI-BIN extensions.
PHP: Hypertext Preprocessor is available on Krypton.
We are implementing PHP on krypton.mnsu.edu as a suEXEC cgi-bin program. This allows you to implement PHP programs on your web page that run with your local permissions on krypton. This means you can have the same privacy on your web pages as you expect from local file permissions.
You must follow these rules to make suEXEC php programs work on Krypton.
#!/usr/local/phpcgi/bin/php
dos2unix < dosfile.php > goodfile.phpchmod 700 yourfile.phpchmod 2755 public_htmlServer parsed html has been enabled on Krypton. To cause a user document to be a parsed document give the file a .shtml extension. The exec feature have been disabled due to security concerns. For more information, please refer to NCSA's SSI page.