theCAT
  
Report a Problem:
Email: support@cat.pdx.edu
Phone: 503-725-5420
  USERS PLATFORMS SYSTEM RESOURCES    
Home Students Fac/Staff CS Tutors Guidelines Windows Linux Unix Mac Mail Network Software Web TheCAT Sitemap
arrowHome arrow Web arrow Creating Web Pages Saturday, 07 November 2009  
Web
Creating Web Pages Print
Written by TheCAT   
Friday, 04 February 2005

web Personal web pages are available to all Maseeh College users.  It requires a UNIX account.  Even users who think they only have a Windows account actually have a shadow UNIX account (which is how they are able to use our mail systems).

All new UNIX accounts come with a public_html directory pre-made (with a default index.html file).  Any web pages you place under this directory are available to the web server.

You can use any text editor or the web design tool of your choice to create a web page.

You will need to take care to ensure that the file and directory permissions of the web pages you create are open enough for the web server to display them.  (This is made difficult by our default file permissions which are designed to protect your files and directories from prying eyes.) 

You can upload your web pages to:

web.cecs.pdx.edu

(the system will access either your unix or windows password) or, if you have access to other CAT supported Unix (solaris) machines, you can copy them straight into the public_html directory from any of those systems.  We strongly urge users to use secure forms of file transfer, like sftp or scp.

You can also upload your web pages using the U: drive, see  the Documentation on the U: drive for more details.

Web pages you create under your public_html directory will be visible under the URL:

http://web.cecs.pdx.edu/~username


If you find you do not have a public_html directory, you can create it yourself.  In UNIX, this implies:

  • Create a public_html directory in your homedir.
    Example: mkdir ~/public_html

  • Create the web pages you want to display to the world.
    Place them in your public_html directory.
  • index.html will be the home page.

  • Make sure permissions are set correctly. All files you wish to make available via the www must be world readable, and all directories those files reside in must be world executable.
    Examples:
    	chmod 755 ~/public_html
    	
    	chmod 644 ~/public_html/index.html 
    	

     

Do the Cat run web servers have php?

Yes, our webserver is currently running php version 5 with register_globals turned off.

Last Updated ( Thursday, 11 October 2007 )
Stringing wires in a closet
Stringing wires in a closet
Upcoming Events
There are no upcoming events currently scheduled.
View Full Calendar

©1999 - 2009 TheCAT