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 / readme.php < prev    next >
Encoding:
PHP Script  |  2004-07-05  |  12.6 KB  |  182 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. <style type="text/css">
  8. <!--
  9. .showport {    font-size: 9px;
  10.     font-weight: bold;
  11. }
  12. -->
  13. </style>
  14. </head>
  15.  
  16. <? 
  17. include("../../inc/config.inc.php"); 
  18. include("./global.php");
  19. ?>
  20.  
  21. <body class="bodymain">
  22. <a name="top"></a>
  23. <p align="center" class="manipheadtitle">TSW [The Saint WAMP]:<EM> README </EM></span><br>
  24. <span class="tdinfo">v<? echo("$tsw_version"); ?> built with NULLSOFT NSIS 2.0
  25. - <a href="http://localfoo.info" target="_self">http://localfoo.info</a></span></p>
  26. <table width="75%" align="center" cellpadding="5" cellspacing="0" class="maniptab" bgcolor="#F5F5F5">
  27.  <tr>
  28.   <td bgcolor="#F5F5F5">
  29.    <div align="justify"><span class="tdinfotitle"><strong>Readme: First steps
  30.               TSW [The Saint WAMP]</strong></span><br>
  31.             <span class="tdinfo">Please read this file to get the ability to handle
  32.             TSW without errors. Some faults might not occur if you take care of
  33.             upcoming points.For further details, please visit our <a href="http://localfoo.info/modules/tinycontent/">how-to section</a> at localfoo.info. </span> <br>
  34.         <br>
  35.         <IMG height=9 src="../../gfx/mehr.gif" width=9 alt=""><span class="manipactiv"> TSW
  36.             [Control Center] </span><span class="tdinfo">
  37.       </span></div>      
  38.    <div align="left">
  39.         <p><span class="tdinfo"><img height=9 src="../../gfx/mehr.gif" width=9 alt=""> <span class="manipactiv">TSW
  40.               [ContentSERVER]</span><br>
  41.               </span></p>
  42.       </div>
  43.     </td>
  44.   </tr>
  45. </table>
  46. <br>
  47. <br>
  48. <table width="75%" align="center" cellpadding="5" cellspacing="0" class="maniptab">
  49.   <tr>
  50.     <td width="20%" align="center" valign="top"><img height=9 alt=mehr src="../../gfx/mehr.gif" width=9> <span class="tdinfotitle">APACHE
  51.         2:</span><br>
  52.       <span class="tdinfo">-<? echo("$ap2vers"); ?>-</span><br>
  53.       <br>
  54.       <img src="../../gfx/apache_mini.gif" width="80" height="15" alt=""></td>
  55.     <td width="80%" align="justify" class="tdinfo">+ TSW [The Saint
  56.         WAMP] is built around two Apache instances. One for controlling the entire server, the other one for serving webcontent.
  57.         <p align="justify" class="tdinfo">+ Both instances write to different logfiles and have different PIDs. </p>
  58.         <p align="justify" class="tdinfo"> <span class="showport">[default port(s): 80,443 -- special port: 3000]</span>
  59.     </p>
  60.         <hr size="1" noshade></p></td>
  61.   </tr>
  62.   <tr bgcolor="#F5F5F5">
  63.     <td align="center" valign="top"><IMG height=9 alt=mehr src="../../gfx/mehr.gif" width=9> <span class="tdinfotitle">MYSQL
  64.         4:</span><br>
  65.       <span class="tdinfo">-<? echo("$mysqlvers"); ?>-</span><br>
  66.       <br>
  67.       <IMG height=15 alt=powered_by_mysql4 src="../../gfx/mysql_mini.gif" width=80 border=0></td>
  68.     <td class="tdinfo"><div align="justify">+ With TSW [The Saint WAMP] you
  69.         get the latest stable MySQL binary distribution. MySQL is one of the
  70.         most common database systems used for internet solutions. The installation
  71.         process won't set a password for your db-administration user. So you
  72.         have to change this as fast as possible (best time would be now?). This
  73.         can be a potential vulnerability as anybody can manipulate your data
  74.         by accessing your database without passphrase. You can modify the password,
  75.         by using phpMyAdmin or the commandline-tools shipped with this distribution.<br>
  76.           <br>
  77. MySQL is restricetd to listen to localhost only (<span class="tdinfored">bind-address=127.0.0.1</span>).
  78. So the only way to access your database is using a tool located at the server
  79. (e.g. phpMyAdmin). If you want to make you server listen to an interface connected
  80. to a network or any interface useable, just uncomment this parameter at the mysql-config <strong>'my.ini'</strong> located
  81. in systemroot (by default C:\Windows). <br>
  82.           <br>
  83.           <span class="showport">[default port: 3306]</span></div>
  84.     <hr size="1" noshade></td></tr>
  85.   <tr>
  86.     <td align="center" valign="top"><strong><img height=9 alt=mehr src="../../gfx/mehr.gif" width=9></strong> <span class="tdinfotitle">PHP</span><br>
  87.       <span class="tdinfo">-<? echo("$phpvers"); ?>-</span><br>
  88.       <br>
  89.       <img height=15 alt="enhanced_by_php" src="../../gfx/php_mini.png" width=80></td>
  90.     <td valign="top" class="tdinfo">
  91.       <p align="justify">+ PHP with Apache2 is still declared experimental. In conjunction with the apache2handler you have to be aware that the server can crash. So you have to test your entire site before deciding whether the handler or the CGI is the better solution for you.<br>
  92.       <br>
  93. PHP is shipped with ZendOptimizer support. To deactivate it you have to edit the <strong>'php.ini'</strong> directives at the end of php.ini located under .\Apache2\conf\ .<br>
  94. </p>
  95.       <hr size="1" noshade></td>
  96.   </tr>
  97.   <tr bgcolor="#F5F5F5">
  98.     <td align="center" valign="top"><strong><img height=9 alt=mehr src="../../gfx/mehr.gif" width=9></strong> <span class="tdinfotitle">PERL</span><br>
  99.       <span class="tdinfo">-<? echo("$perlvers"); ?>-</span><br>
  100.       <br>
  101.       <img height=15 alt="enhanced_by_activeperl" src="../../gfx/perl_mini.gif" width=80></td>
  102.     <td valign="top" class="tdinfo">+ You can (almost) use the whole power of PERL with your TSW [The Saint WAMP] as part of the webserver, or as standalone programming language. The webserver integration is done with mod_perl.so (v<? echo("$modperl_vers"); ?>).<br>
  103.       <br>
  104. + TSW [The Saint WAMP] has also parts of CPAN class repository integrated. As we are not able to maintain you the latest versions of all classes, it's up to you to install the latest versions of CPAN modules. You can use the integrated GUI for that case or (the recommended way) use the PERL shell. With this commandline tool you can first configure your installation and after that update your bundle. (e.g. use <strong>'install CPAN::bundle'</strong> will update your CPAN, but not all modules).<br>
  105.   <br>
  106. + If you decided to install ASP support, you are able to use PERL as ASP interpreter. If you haven't activated it you can re-activate, by including the appropriate file which can be found at .\Apache2\conf or use the <strong>TSW [Control Center]</strong> to activate it with a frontend. Be aware that with using this (e.g. just for fun) the serverperformance can be decreased dramatically. You should activate this only with powerful workstations or server (256 are recommended, more is better), as the two Apache instances will use up to 40MB RAM and the same as virtual RAM.
  107.   <hr size="1" noshade></td></tr>
  108.   <tr>
  109.     <td align="center" valign="top"><img height=9 alt="" src="../../gfx/mehr.gif" width=9> <span class="tdinfotitle">PYTHON</span><br>
  110.       <span class="tdinfo">-<? echo("$pythonvers"); ?>-</span><br>
  111.       <br>
  112.       <img height=15 alt="powered by python" src="../../gfx/python_mini.gif" width=80> </td>
  113.     <td class="tdinfo" align="justify">+ PYTHON is integrated to give you the ability to use Python scripts for your webdevelopment. You can also use it as standalone programming language. For further details about using Python read the packed manual or visit the Python homepage at <a href="http://www.python.org" target="_blank">http://www.python.org</a>. <br>
  114.       <hr size="1" noshade></td>
  115.   </tr>
  116.   <tr bgcolor="#F5F5F5">
  117.     <td align="center" valign="top"><img src="../../gfx/mehr.gif" width="9" height="9" alt=""> <span class="tdinfotitle">FILEZILLA</span><br>
  118.       <span class="tdinfo">-<? echo("$fzvers"); ?>-</span><br>
  119.       <br>
  120.       <img src="../../gfx/filezilla_mini.gif" width="80" height="15" alt=""></td>
  121.     <td align="justify" valign="top" class="tdinfo">You can use FileZilla, if you have selected it at installation time. For administration purposes you can use the shipped Admin-Gui. You can use this admintool for remote-administration also, you only have to copy it to the host you want to use for administration. In this case you MUST set a password to access the server instance.
  122.     <hr size="1" noshade></td>
  123.   </tr>
  124.   <tr>
  125.     <td align="center" valign="top"><p><img src="../../gfx/mehr.gif" width="9" height="9" alt=""> <span class="tdinfotitle">HAMSTER</span><br>
  126.           <span class="tdinfo">-<? echo("$mailvers"); ?>-</span></p>
  127.     <p><img src="../../gfx/hamster_mini.gif" width="80" height="15"></p></td>
  128.     <td valign="top" class="tdinfo"><div align="justify">
  129.       <p>Hamster is preconfigured to accept only connections from 127.0.0.1. If you want to alter that, you have to edit the file IPAccess.hst. This file is placed at the installation directory of your TSW. First install and start the service, than define your first user(s)<br>
  130.           <br>
  131.   For remote-configuration you are able to use the integrated telnet-server. You have to start this telnet-server local for acceessing it remote. To administre it remote just load <a href="../../tools/HamRC.zip">this file</a> (HamRC.zip). Be aware that telnet transmissions are plain-text even password transmissions.</p>
  132.       <span class="showport"> [Default Port(s): 25,110,119,143 (optional 23)]</span>
  133.       <hr size="1" noshade>
  134. </div></td>
  135.   </tr>
  136.   <tr bgcolor="#F5F5F5">
  137.     <td align="center" valign="top"><p> </p>
  138.       </td>
  139.     <td valign="top" class="tdinfo"><div align="justify">
  140.       <p> </p>
  141.       </div></td>
  142.   </tr>
  143.   <tr>
  144.     <td align="center" valign="top"><p><img src="../../gfx/mehr.gif" width="9" height="9" alt=""> <span class="tdinfotitle">TOMCAT5</span><br>
  145.           <span class="tdinfo">-<? echo("$tomcat_vers"); ?>-</span></p>
  146.       <p><img src="../../gfx/apache_tomcat_mini.gif" width="80" height="15"><br>
  147.           <span class="maniptitle">(<a href="http://sourceforge.net/project/showfiles.php?group_id=71323&package_id=121550">Plugin</a>)</span></p></td>
  148.     <td><p class="tdinfo">Tomcat can be installed into TSW as a plugin. It is totally integrated, but you have to do some manual steps after installing it, as we install it the 'original way'. For further details please take a look at the <a href="http://localfoo.info/modules/tinycontent/index.php?id=17">corrsponding how-to section</a>.</p>
  149.       <p class="tdinfo"><br>
  150.         <br>
  151.         <span class="showport">[Default Port(s): 8080, 8005, 8009]</span>
  152.       <hr size="1" noshade>
  153.     </td>
  154.   </tr>
  155.   <tr bgcolor="#F5F5F5">
  156.     <td align="center" valign="top"><IMG height=9 alt=mehr src="../../gfx/mehr.gif" width=9> <span class="tdinfotitle"> FireBird: </span><br>
  157.       <span class="tdinfo">-<? echo("$fbvers"); ?>-</span><br>
  158.       <br>
  159.       <IMG height=15 alt=powered_by_firebird src="../../gfx/firebird_mini.gif" width=80 border=0></td>
  160.     <td><p align="justify" class="tdinfo">With TSW v3.3.0 FireBird is no longer part of the TSW Core. Since this version Firebird is built as plug-in, which can be found at Sourceforge.net.</p>
  161.       <p align="justify" class="tdinfo">+ FireBird is another database-system shipped with TSW [The Saint WAMP]. Firebird has its origin in Borlands Interbase DB, but it is NOT Interbase. As the API hasn't changed that much it can be controlled over the PHP Interbase-API.<br>
  162.         <br>
  163.         <span class="tdinfored">************** [User / Password ] **************<br>
  164.   ----> ( ibWebAdmin): SYSDBA/masterkey</span><br>
  165.   <br>
  166.   + FireBird is installed with the startmenu-entry. In most cases the "Classic Server" should be the right instance to work with. Read the manual to decide whether the Classic or Super server must be started to fitt your needs. Before you can install or use the databasesystem you must modify the file <span class="tdinfored"><strong>C:\{Windir}\system32\drivers\etc\service</strong>. This is needed to access the database from clientside. Add the following line to this file:</span></p>
  167.       <p align="justify" class="tdinfo"> 'gds_db     3050/tcp     #Firebird DB'</p>
  168.       <p align="justify" class="tdinfo"> We don't touch this file as it is one of the relevant system files. Itis up to you to finalize the installation by doing this.</p>
  169.       <span class="showport">[default port(s): 3060,3050]</span>
  170.       <hr size="1" noshade></td>
  171.   </tr>
  172. </table>
  173. <br>
  174. <br>
  175. <table width="75%" align="center" cellpadding="5" cellspacing="0" class="maniptab" bgcolor="#F5F5F5">
  176.   <tr>
  177.     <td><div align="center"><span class="minitext"><? echo "$time_to_load"; ?>: <?php echo "$time";?> ms </span></div></td>
  178.   </tr>
  179. </table>
  180. </body>
  181. </html>
  182.