Differences between revisions 11 and 27 (spanning 16 versions)
Revision 11 as of 2009-06-06 10:07:56
Size: 1252
Editor: 41-62
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:
= Homepage = #rev 2018-10-10 pmeier
## page was renamed from Homepage
= Homepage on http(s)://people.ee.ethz.ch =
Line 3: 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 6: Line 8:
 * [[Homepage/Basics|Basics]] - '''Your page''' and writing '''HTML'''
 * [[Homepage/CGI|CGI]] - Provide '''interactive or dynamic information''' on your homepage
 * [[Homepage/Moin|Moin]] -
 * [[Homepage/PHP|PHP]] - Creating '''dynamic web content'''
 * [[Homepage/RubyOnRails|RubyOnRails]] - '''Speed increasing''' on your page
 * [[Homepage/Security|Security]] - '''Secure Webserver''', '''password protection''', '''access restriction'''
 * [[Homepage/ServerSides|Serversides]] - '''Server Side Includes'''
 * [[Homepage/Trac|Trac]] -
 * [[Homepage/Upload|Upload]] - Providing '''upload'''
 * [[Homepage/FurtherInfo|FurtherInfo]] -
 * [[Web/Homepage/Basics|Basics]] - Your page and writing HTML
 * [[Web/Homepage/CGI|CGI]] - Providing interactive or dynamic information on your homepage
 * [[Web/Homepage/MoinMoin|MoinMoin]] - Runnig a wiki like this on your page
 * [[Web/Homepage/PHP|PHP]] - Creating dynamic web content
 * [[Web/Homepage/Security|Security]] - Secure Webserver, password protection, access restriction
 * [[Web/Homepage/Upload|Upload]] - Providing upload
 * [[Web/Homepage/FurtherInfo|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]]

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)