Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2009-06-04 11:38:18
Size: 370
Editor: 77-56-110-124
Comment:
Revision 11 as of 2009-06-06 10:07:56
Size: 1252
Editor: 41-62
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [[Homepage/Basics|Basics]] -
 * [[Homepage/CGI|CGI]] -
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'''''.


 * [[Homepage/Basics|Basics]] - '''Your page''' and writing '''HTML'''
 * [[Homepage/CGI|CGI]] - Provide '''interactive or dynamic information''' on your homepage
Line 6: Line 9:
 * [[Homepage/PHP|PHP]] -
 * [[Homepage/RubyOnRails|RubyOnRails]] -
 * [[Homepage/Security|Security]] -
 * [[Homepage/ServerSides|Serversides]] -
 * [[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'''
Line 11: Line 14:
 * [[Homepage/Upload|Upload]] -  * [[Homepage/Upload|Upload]] - Providing '''upload'''

Homepage

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.

  • Basics - Your page and writing HTML

  • CGI - Provide interactive or dynamic information on your homepage

  • Moin -

  • PHP - Creating dynamic web content

  • RubyOnRails - Speed increasing on your page

  • Security - Secure Webserver, password protection, access restriction

  • Serversides - Server Side Includes

  • Trac -

  • Upload - Providing upload

  • FurtherInfo -

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