home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / features.php < prev    next >
Encoding:
PHP Script  |  2004-07-05  |  14.6 KB  |  273 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Unbenanntes Dokument</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <link href="../../css/style.css" rel="stylesheet" type="text/css">
  7. </head>
  8.  
  9. <? 
  10. include("../../inc/config.inc.php"); 
  11. include("./global.php");
  12. ?>
  13.  
  14. <body class="bodymain">
  15. <a name="top"></a>
  16. <p align="center" class="manipheadtitle">TSW [The Saint WAMP]:<EM> Features</EM></span><br>
  17. <span class="tdinfo">v<? echo("$tsw_version"); ?> BUILT WITH NULLSOFT NSIS 2.0- <a href="http://localfoo.info" target="_self">http://localfoo.info</a></span></p>
  18. <table width="75%" align="center" cellpadding="5" cellspacing="0" class="maniptab" bgcolor="#F5F5F5">
  19.  <tr>
  20.   <td bgcolor="#F5F5F5">
  21.   <p align="justify">
  22.   <span class="tdinfotitle"><strong>Welcome at TSW [The Saint WAMP]</strong></span><br>
  23.   <span class="tdinfo">With the installation of TSW you get the latest <a href="http://httpd.apache.org" target="_blank">APACHE</a> 
  24.     webserver, which gives you the chance to test/host your websites written in different
  25.     scripting- or programming languages. Your dynamic or static pages are
  26.     displayed through interaction between APACHE and its modules. It's shipped
  27.     with the ability to display <a href="http://www.php.net" target="_blank">PHP</a>, 
  28.     <a href="http://www.perl.org" target="_blank">PERL</a>, 
  29.     <a href="http://www.apache-asp.org" target="_blank">ASP</a>, 
  30.     <a href="http://httpd.apache.org/docs-2.0/howto/ssi.html" target="_blank">SSI</a>, 
  31.     <a href="http://www.modpython.org" target="_blank">PYTHON</a>.
  32.   </span>
  33.   </p>
  34.   <p align="justify">
  35.   <span class="tdinfo">Other components integrated with the latest TSW-distribution are the two databases: 
  36.     <a href="http://www.mysql.com" target="_blank">MYSQL</a> and 
  37.     <a href="http://firebird.sourceforge.net/" target="_blank">FIREBIRD</a>.
  38.     A FTP-Server: <a href="http://filezilla.sf.net" target="_blank">FILEZILLA</a>,
  39.     a smtp-/pop3-/imap-/nntp- and (optional) telnet-server: 
  40.     <a href="http://www.tglsoft.de/misc/hamster_de.htm" target="_blank">HAMSTER CLASSIC</a>, 
  41.     as well as some more programs and webapplications to administer your TSW.<br><br>
  42.       The following section gives you an overview of (almost) all included programs.
  43.       At this point we also included some helpful tips to work with TSW. Please be
  44.       aware that some of the following links are only accessible, if either the contentserver
  45.       with PHP-handler support or FastCGI-support is installed and started.<br> 
  46.       These URLs are marked with a little *.
  47.   </span>
  48.   </p>
  49.    <table width="100%" border="0" cellpadding="2" cellspacing="0">
  50.     <tr>
  51.      <td bgcolor="#FFFFFF"><span class="tdinfo apfoundinf">Acknowledgment: "This
  52.       product includes software developed by the Apache Software Foundation"<br>
  53.       (<a href="http://www.apache.org/" target="_blank">http://www.apache.org/</a>)</span>
  54.      </td>
  55.     </tr>
  56.    </table>      
  57.   </td>
  58.  </tr>
  59. </table>
  60. <br>
  61. <br>
  62. <table width="75%" align="center" cellpadding="5" cellspacing="0" class="maniptab">
  63.  <tr>
  64.   <td width="20%" align="center" valign="top"><img height=9 alt=mehr src="../../gfx/mehr.gif" width=9>
  65.   <span class="tdinfotitle">APACHE 2:</span><br>
  66.   <span class="tdinfo">-<? echo("$ap2vers"); ?>-</span><br><br>
  67.     <img src="../../gfx/apache_mini.gif" width="80" height="15" alt=""></td>
  68.   
  69.   <td width="80%" align="justify" class="tdinfo">The platform of <strong>TSW [The Saint WAMP]</strong> 
  70.    is built around the APACHE Webserver: <? echo("$ap2vers"); ?>.
  71.    The TSW configuration comes with some modules to be activated which are
  72.    not in the original APACHE config. If you want to know which modules
  73.    are activated and how they can be used, just follow this link <? echo "<a href=\"http://"."$tswcont_servername".":3000/scripts/status/serverinfo.php\" target=\"bodyFrame\">mod_info*</a>.<br>"; ?><br>
  74.  
  75.    <span class="manipactiv">Manual</span> (shipped as extra plugin) <br>
  76.    <span class="tdinfo">If you've chosen to install the manual, you can find
  77.    more tips and howtos at the original Apache documentation. This on is per
  78.    default multilingual, depending on your selected (browser) language.<br><br>
  79.      <img src="../../gfx/mehr.gif" alt=""> <? echo "<a href=\"http://"."$tswcont_servername".":3000/manual\" target=\"bodyFrame\">Apache Manual*</a> (multilingual)<br>"; ?></span><br>
  80.      <span class="manipactiv">mod_gzip</span><br>
  81.      -<? echo("$ap2modgzip"); ?>-<br><br>
  82.      <img src="../../gfx/apache_modgzip_mini.gif" alt="accelerated_by_modgzip" width="80" height="15"><br>
  83.      <br>
  84.      This is a <a href="http://www.schroepl.net/projekte/mod_gzip/" target="_blank">thirdparty
  85.      module</a> with the ability to encode the content before it is send
  86.      to a requesting client. This OutPutFilter compresses your site "zlib"
  87.      which is also included in the latest version. When activated and configured
  88.      for the several <Directory>-containers, you can reduce the traffic
  89.      and your costs on traffic about 85%. A nice side effect is that pages
  90.      are shown faster, as the de-compression is made clientside. In this
  91.      version, mod_gzip is deactivated by default, as the operation causes
  92.      problems with SSI. <br><br>
  93.  
  94.      <span class="manipactiv">mod_security</span><br>
  95.      -<? echo("$ap2modsec"); ?>-<br>
  96.      <br>
  97.      <img src="../../gfx/apache_modsecurity_mini.gif" width="80" height="15"><br>
  98.      <br>
  99.      <strong>mod_security</strong> is an OpenSource-extension to APACHE, which can be used to implement 
  100.      an Intrusion Detection System <em>into</em> the webserver. It offers the possibility to prevent well 
  101.      known attacks and intrusion-patterns by rules. The author offers some 
  102.      <a href="http://www.modsecurity.org/db/rules/" target="_blank">actual patterns</a> at his hompage. 
  103.      With TSW this module is deactivated by default. For further informations visit the 
  104.      <? echo "<a href=\"http://"."$tswcont_servername".":3000/manuals/mod_sec\" target=\"bodyFrame\">Doc Center</a>"; ?>.
  105.    <hr size="1" noshade>
  106.   </td>
  107.   
  108.   </tr>
  109.   <tr bgcolor="#F5F5F5">
  110.     <td align="center" valign="top"><IMG height=9 alt=mehr src="../../gfx/mehr.gif" width=9> 
  111.      <span class="tdinfotitle">MYSQL 4:</span><br>
  112.      <span class="tdinfo">-<? echo("$mysqlvers"); ?>-</span><br><br>
  113.      <IMG height=15 alt=powered_by_mysql4 src="../../gfx/mysql_mini.gif" width=80 border=0>
  114.     </td>
  115.   <td class="tdinfo"><div align="justify"><span class="tdinfotitle"><strong>MYSQL</strong></span> is
  116.    a commonly used database in the wild. TSW ships with the latest stable
  117.    version <? echo("$mysqlvers"); ?>. The database is installed without
  118.    a master password for the administrative user "root". So be
  119.    aware of setting one after the installaion and/or basic configuration.
  120.    You can do this by starting the MYSQL service, than open phpMyAdmin which
  121.    is also shipped with this distribution. You like it easier? Delete {WINDIR}\my.ini
  122.    after stopping and uninstalling the service and than reinstall and start
  123.    it. You'll be asked for one now!<br><br>      
  124.     
  125.      <span class="manipactiv">Manual</span> (shipped as extra plugin) <br>
  126.    As well as with APACHE you had the chance to install the manual of MYSQL.
  127.    If you did so, you can browse the english manual right here, right now:<br><br>
  128.      <img src="../../gfx/mehr.gif" alt=""> 
  129.    <? echo "<a href=\"http://"."$tswcont_servername".":3000/manuals/mysql4\" target=\"bodyFrame\">MySQL4 Manual</a>"; ?> 
  130.      </div><hr size="1" noshade>
  131.     </td>
  132.   </tr>
  133.   
  134.   <tr>
  135.     <td align="center" valign="top"><strong>
  136.      <IMG height=9 alt=mehr src="../../gfx/mehr.gif" width=9></strong> 
  137.      <span class="tdinfotitle">PHP</span><br>
  138.      <span class="tdinfo">-<? echo("$phpvers"); ?>-</span><br><br>
  139.      <IMG height=15 alt=enhanced_by_php src="../../gfx/php_mini.png" width=80>
  140.     </td>
  141.   <td class="tdinfo"><strong>PHP</strong> can be understood as bridge between
  142.    APACHE and MYSQL, but more as programming language for building webapplications
  143.    and scripts. The integration to APACHE can be realized as Apache2handler
  144.    or FastCGI. You can decide which one you prefer. With TSW there is no need
  145.    to manipulate the config files by hand. Just use this TSW [Control Center].<br><br>
  146.    Extensions (active): bcmath, bz2, calendar, com, ctype, ftp, gd, ixed, ming,
  147.    mysql, odbc, overload, pcre, pdf, session, tokenizer, wddx, xml, zip, zlib,
  148.    as well as XSLT (Sablotron) and ZendOptimizer. <br>
  149.    <img src="../../gfx/php_zendoptimizer_mini.gif" width="80" height="15"><br>
  150.    <br>
  151.    <br>
  152.    <strong>PEAR-Repository</strong> <br>
  153.    PEAR can be installed and configured with the 
  154.    <? echo "<a href=\"http://"."$tswcont_servername".":3000/pear\" target=\"bodyFrame\" class=\"header\">go-pear-webinstaller*</a>"; ?>!
  155.    This is tricky per default, as the link for the web-frontend is offered at
  156.    the wrong place!<br><br>
  157.    <div align="justify">
  158.    <span class="manipactiv">MANUAL</span> (shipped as extra plugin) <br>
  159.    <br>
  160.      <img src="../../gfx/mehr.gif" alt=""> <? echo "<a href=\"http://"."$tswcont_servername".":3000/manuals/php/\" target=\"bodyFrame\">PHP docs</a>"; ?> <br>
  161.    <hr size="1" noshade>
  162.     </div>
  163.     </td>
  164.  </tr>
  165.  <tr bgcolor="#F5F5F5">
  166.   <td align="center" valign="top">
  167.    <IMG height=9 alt=mehr src="../../gfx/mehr.gif" width=9> 
  168.    <span class="tdinfotitle">PERL</span><br>
  169.    <span class="tdinfo">-<? echo("$perlvers"); ?>-</span><br><br>
  170.      <IMG height=15 alt=enhanced_by_activeperl src="../../gfx/perl_mini.gif" width=80>
  171.     </td>
  172.   <td class="tdinfo">
  173.    <div align="justify"><strong>PERL</strong> can be used like PHP as a bridge between 
  174.    webserver and database, or as programming
  175.    language. By the way with PERL you have the possibility to write your own APACHE modules... <br><br>
  176.      PERL is linked through: mod_perl -<strong><? echo("$modperl_vers"); ?></strong>-<br>
  177.    </div>
  178.    <p align="justify"><span class="manipactiv">Apache::ASP</span><br><br>
  179.    <img src="../../gfx/asp_apache_mini.gif" alt="powered_by_apache_asp" width="80" height="15"> <br><br>
  180.    To make Apache talk<strong> ASP</strong> you can use PERL as well. This option
  181.    is included with TSW [The Saint WAMP]! For further informations and documentations
  182.    take a closer look at the following examples and documentation section of ASP:<br><br>
  183.      <img src="../../gfx/mehr.gif" alt=""> <? echo "<a href=\"http://"."$servername"."/asp/index.html\" target=\"bodyFrame\">Apache::ASP</a>"; ?>*<br>
  184.    <img src="../../gfx/mehr.gif" alt=""> <? echo "<a href=\"http://"."$servername"."/asp/eg/index.html\" target=\"bodyFrame\">Examples</a>"; ?>*<br><br>
  185.    (Under some circumstances the call of examples can result in a 500 Server 
  186.    error. The reason for that could be missing CPAN-modules. You can re-install
  187.    them by using CPAN-Shell) <br><br>
  188.    <span class="manipactiv">CPAN</span><br><br>
  189.    <strong>CPAN</strong>, the class-repository of PERL can be used with TSW to install
  190.    and/or configure classes and modules. CAREFUL: The very first initialization
  191.    must be done with the tool tk-config (*PERL-CPAN konfigurieren*) because this
  192.      tool configures the entire repository. 
  193.      </p><hr size="1" noshade>
  194.     </td>
  195.  </tr>
  196.  <tr>
  197.   <td align="center" valign="top">
  198.    <IMG height=9 alt="" src="../../gfx/mehr.gif" width=9> 
  199.    <span class="tdinfotitle">PYTHON</span><br>
  200.    <span class="tdinfo">-<? echo("$pythonvers"); ?>-</span><br><br>
  201.      <IMG height=15 alt="powered by python" src="../../gfx/python_mini.gif" width=80>
  202.     </td>
  203.   <td class="tdinfo">
  204.    <div align="justify"><strong>PYTHON</strong> is an interpreted, interactive,
  205.    object-oriented programming language. It is often compared to TCL, PERL and other 
  206.    languages. PYTHON combines remarkable power with very clear syntax. It has modules, 
  207.    classes, exceptions, very high level dynamic data types, and dynamic typing. The 
  208.    included PYTHON can be used as standalone programming language as well. <br>
  209.    <br>
  210.    <em>   (New since v3.3.0: Python Server Pages support and Spyce) <br>
  211.    <img src="../../gfx/python_spyce_mini.gif" width="80" height="15">   <br>
  212.    </em><br>
  213.      PYTHON is linked through <strong>mod_python</strong>
  214.    -<? echo("$modpyth_vers"); ?>-. <br><br>
  215.    <img src="../../gfx/mehr.gif" alt=""> <? echo "<a href=\"http://"."$tswcont_servername".":3000/manuals/python/\" target=\"bodyFrame\">Python 2.3.3 docs</a>"; ?> <br>
  216.    <hr size="1" noshade>
  217.    </div>
  218.   </td>
  219.  </tr>
  220.  <tr bgcolor="#F5F5F5">
  221.   <td align="center" valign="top">
  222.    <img src="../../gfx/mehr.gif" width="9" height="9" alt=""> 
  223.    <span class="tdinfotitle">FILEZILLA</span><br>
  224.    <span class="tdinfo">-<? echo("$fzvers"); ?>-</span><br><br>
  225.    <img src="../../gfx/filezilla_mini.gif" width="80" height="15" alt="">
  226.   </td>
  227.    
  228.   <td valign="top" class="tdinfo">
  229.    <div align="justify"><strong>FILEZILLA</strong> is
  230.    a OpenSource FTP-server with an administrationinterface. The project
  231.    homepage can be found at <a href="http://filezilla.sourceforge.net" target="_blank">http://filezilla.sourceforge.net</a>.
  232.    There you can find also a FTP-Client. Sourceforge-project of the month November 2003
  233.    <br>
  234.    <br>     
  235.    <hr size="1" noshade>
  236.    </div>
  237.   </td>
  238.  </tr>
  239.  <tr>
  240.   <td align="center" valign="top">
  241.     <p><img src="../../gfx/mehr.gif" width="9" height="9" alt=""> 
  242.         <span class="tdinfotitle">HAMSTER</span><br>
  243.         <span class="tdinfo">-<? echo("$mailvers"); ?>-</span></p>
  244.     <p><img src="../../gfx/hamster_mini.gif" width="80" height="15"></p></td>
  245.   <td class="tdinfo"><div align="justify"><strong>HAMSTER</strong> is a SMTP-,POP3-, IMAP-, NNTP- 
  246.    and (optional) telnet-Server. As opensource product you it is free for private or commercial 
  247.    use. HAMSTER comes with an own scripting language which makes it extendable for your needs.<br><br>
  248.    For further functions and Extensions follow (e.g.) these links: 
  249.    <a href="http://hamster.arcornews.de/micha/archiv-hsc.htm" target="_blank">virusscanner</a> or 
  250.    <a href="http://www.gadma.net/wakka/HowToSpamAssassinRulesFuerHamster" target="_blank">spamfilter</a> (SpamAssassin).
  251.    The HAMSTER help can be found at the HAMSTER root-directory in chm-format. <br><br>
  252.      <a href="http://www.tglsoft.de/misc/hamster_de.htm" target="_blank">Hamster Classic Homepage</a>
  253.      <br>
  254.      <br>     
  255.      <hr size="1" noshade>
  256.    </div>
  257.   </td>
  258.  </tr>
  259.  <tr>
  260.   <td> </td>
  261.   <td> </td>
  262.  </tr>
  263. </table>
  264. <br>
  265. <br>
  266. <table width="75%" align="center" cellpadding="5" cellspacing="0" class="maniptab" bgcolor="#F5F5F5">
  267.   <tr>
  268.     <td><div align="center"><span class="minitext"><? echo "$time_to_load"; ?>: <?php echo "$time";?> ms </span></div></td>
  269.   </tr>
  270. </table>
  271. </body>
  272. </html>
  273.