Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3
minLevel3

Enabling Your Student Web Space

Warning

Your web space will be deactivated on January 20th of each year. If you need to use SWE again for another class you'll need to re-run the activation script.

After logging in to one of the linux.gl servers, run "/afs/umbc.edu/common/bin/enable_student_web_space.sh". This will create a webspace for you as well as a symbolic link to that webspace in your home directory. Your new web space will be reachable at "swe.umbc.edu/~username".

Code Block
languagetext
themeEmacs
[erude1@linux1]$ /afs/umbc.edu/common/bin/enable_student_web_space.sh
You don't seem to have a swe2017 folder. I'll make one.
Creating sweLatest link in your home directory for swe2017

Ensuring the following student web directories are NOT globally readable:
swe2017

Ensuring our web server has read access to the following student web directories:
swe2017

------------------------------------------------------------------------------
Your web space is now available at https://swe.umbc.edu/~erude1/
You can put your files in ~/swe2017 or ~/sweLatest

Security Considerations

By enabling your student webspace or by granting the www.swe_web AFS user read or write access to files you control you are exposing these files to:

  • In the case of read access, be read by others who may execute CGIs on our system. Any private information stored in those files could be disclosed.
  • In the case of write access, be written to by others who may execute CGIs on our system. Files may be modified or destroyed. New files may also be created which could cause your user volume to fill up.

Neither UMBC nor DoIT will take responsibility for the security or integrity of files stored in areas where the www.swe_web AFS user has read or write access. We also ask that any user asking for "input" on web forms that store data in those areas make it clear that any information entered on such forms is stored using an insecure method.

Acceptable Use

The Student Web environment is maintained for instructional purposes. As mentioned in the Policy for Responsible Computing, use of UMBC systems for commercial purposes is not allowed. We reserve the right to remove any content that interferes with the instructional mission of the Student Web Environment or attempts to access content outside of your own home volume.

We reserve the right to make significant changes to the Student Web Environment that may cause your older web content to no longer function as you intended. For this and other reasons the Student Web Environment should not be used to host long term content. That said, we will do our best to minimize changes to the Student Web Environment during the academic year.

For more information please refer to the Policy for Responsible Computing

Available Scripting Languages

LanguageFile ExtensionHow To Use
PHP 5.4.phpAny content in a file ending in .php will be interpreted by PHP
Perl 5.16.cgiBegin the file with "#!/usr/bin/perl". All content below that line will be interpreted by Perl
Python 2.7.5.cgiBegin the file with "#!/usr/bin/python". All content below that line will be interpreted by Python
Ruby 2.0.cgiBegin the file with "#!/usr/bin/ruby". All content below that line will be interpreted by Ruby

Automatic Directory Indexes and Index Files

By default our web server will display whatever files and folders you place in your web directory. You will be able to browse your files using this automatic directory index. To change this behavior for a specific directory add an index.html, index.php, or index.cgi file to that directory. Directories with files like that in them will not generate automatic directory indexes. Instead they will display the content of your index file interpreted by php, cgi, or as html depending on the file extension used on your index file.

Preventing a Directory from being Served by Apache

...


Browse All Articles

Page Tree
root@self