Differences between revisions 19 and 27 (spanning 8 versions)
Revision 19 as of 2009-06-29 19:38:19
Size: 1395
Editor: 77-56-110-124
Comment:
Revision 27 as of 2018-10-11 11:14:35
Size: 1573
Editor: pmeier
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2018-10-10 pmeier
Line 2: Line 3:
= Homepage = = Homepage on http(s)://people.ee.ethz.ch =
Line 4: Line 5:
If you have an account on the tardis network you can '''publish your home page on the World Wide Web'''. In order to make your pages visible on the WWW, we are running the '''Apache Web server'''. This software responds to requests from Web browsers arriving over the Internet and ships out your Web pages. But apart from this basic activity, Apache can do a number of other tricks as well. This page will tell you about these. Whenever a user name is required in the examples below, I'll be writing about joe. You will obviously have to '''''replace joe by your login name'''''. If you have an D-ITET account you can '''publish a personal home page on the people webserver'''. The people webserver runs with the '''Apache Web server''', the most popular opensource webserver software. Apache offers you a variety of possibilities to implement your personal homepage. This page will tell you about these. Whenever a user name is required in the examples below, I'll be writing about joe. You will obviously have to '''''replace joe by your login name'''''.
Line 11: Line 12:
 * [[Web/Homepage/RubyOnRails|RubyOnRails]] - Speed increasing on your page
Line 13: Line 13:
 * [[Web/Homepage/ServerSides|Serversides]] - Server Side Includes
 * [[Web/Homepage/Trac|Trac]] - Enhanced wiki and issue tracking system for software development projects
Line 17: Line 15:

If you need to login directly to the webserver (e.g. to kill a running fcgi script after a change), verify the SSH fingerprints:
{{{
256 MD5:19:a9:dd:5c:5a:ef:60:9b:06:8b:03:c6:70:9e:b0:3e root@webbi03 (ED25519)
256 SHA256:/7xJ1yfmyXZr91WPx1vz2foJRXUQINNmAldoFuvF14s root@webbi03 (ED25519)
4096 MD5:88:d5:10:de:5d:4c:2c:76:1c:7a:d7:90:33:51:cb:93 root@webbi03 (RSA)
4096 SHA256:fgVzH5QzWho8EnpbJ6LgQseUYNI51EOcEn4AaoYOQLo root@webbi03 (RSA)
}}}
----
[[CategoryWEBD]]

Homepage on http(s)://people.ee.ethz.ch

If you have an D-ITET account you can publish a personal home page on the people webserver. The people webserver runs with the Apache Web server, the most popular opensource webserver software. Apache offers you a variety of possibilities to implement your personal homepage. This page will tell you about these. Whenever a user name is required in the examples below, I'll be writing about joe. You will obviously have to replace joe by your login name.

  • Basics - Your page and writing HTML

  • CGI - Providing interactive or dynamic information on your homepage

  • MoinMoin - Runnig a wiki like this on your page

  • PHP - Creating dynamic web content

  • Security - Secure Webserver, password protection, access restriction

  • Upload - Providing upload

  • FurtherInfo - Reading on

If you need to login directly to the webserver (e.g. to kill a running fcgi script after a change), verify the SSH fingerprints:

256 MD5:19:a9:dd:5c:5a:ef:60:9b:06:8b:03:c6:70:9e:b0:3e root@webbi03 (ED25519)
256 SHA256:/7xJ1yfmyXZr91WPx1vz2foJRXUQINNmAldoFuvF14s root@webbi03 (ED25519)
4096 MD5:88:d5:10:de:5d:4c:2c:76:1c:7a:d7:90:33:51:cb:93 root@webbi03 (RSA)
4096 SHA256:fgVzH5QzWho8EnpbJ6LgQseUYNI51EOcEn4AaoYOQLo root@webbi03 (RSA)


CategoryWEBD

Web/Homepage (last edited 2022-03-07 10:23:15 by bonaccos)