Services
Here you can find all the links and instructions to the different resources available to all CSC members!
Web Hosting
Many of members take advantage of our web hosting service. Our web server runs on Apache, and has PHP, Python, and Perl modules installed. We also have MySQL and PostgreSQL databases available upon request.
If you are already a member, you can enable your web space as follows:
- Log in to one of the CSC machines (e.g. csclub.uwaterloo.ca) using an SSH client (e.g. PuTTY on Windows or OpenSSH on *nix).
- Create a directory called
www
in your home directory by typingmkdir ~/www
. (This directory may already exist.) - Put the files you want on your web page in your new
www
directory.index.{html,php}
will be loaded by default. You can upload files using an scp client (e.g. WinSCP on Windows or OpenSSH on *nix). - Visit your new web page at
http://csclub.uwaterloo.ca/~username/
, whereusername
should be replaced by your username.
Examples of configurations for more advanced web hosting setups can be found in this wiki article.
If you're still having trouble getting your page up, contact the Systems Committee.