home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / readme_en.txt < prev    next >
Encoding:
Text File  |  2004-07-07  |  6.0 KB  |  167 lines

  1.   ApacheFriends XAMPP (basic package) version 1.4.5 (win32)
  2.  
  3.   + Apache 2.0.50
  4.   + MySQL 4.0.20
  5.   + PHP 5.0.0 + PHP 4.3.8 + PEAR
  6.   + PHP-Switch win32 1.0 (by Apachefriends, use the "php-switch.bat")       
  7.   + mod_php 4.3.7
  8.   + MiniPerl 5.8.3
  9.   + SQLite 3.0.1
  10.   + PHPMyAdmin 2.5.7 pl1
  11.   + ADODB 4.21
  12.   + Mercury Mail Transport System for Win32 and NetWare Systems v4.01a
  13.   + FileZilla FTP Server 0.9.1
  14.   + Webalizer 2.01-10
  15.   + Zend Optimizer 2.5.3
  16.  
  17. * System Requirements:
  18.  
  19.   + 64 MB RAM (recommended)
  20.   + 115 MB free Fixed Disk 
  21.   + Windows 98, ME, XP Home
  22.   + Windows NT, 2000, XP Professional (Recommended)
  23.  
  24. QUICK INSTALLATION:
  25.  
  26. [Step 1: Unpack the package to your usb stick or a partition of your choice.
  27. There it must be on the highest level like E:\ or W:\. It will 
  28. build E:\xampp or W:\xampp or something like this. Please do not
  29. use the "setup_xampp.bat" for an USB stick installation!]   
  30.  
  31. Step 1: Unpack the package into a directory of your choice. Please start the 
  32. "setup_xampp.bat" and beginning the installation. Note: xampp makes no 
  33. entries in the windows registry and no settings for the system variables. 
  34.  
  35. Step 2: If installation ends successfully, start the Apache 2 with 
  36. "apache_start".bat", MySQL with "mysql_start".bat". Stop the MySQL 
  37. Server with "mysql_stop.bat". For shutdown the Apache HTTPD, only 
  38. close the Apache Command (CMD).  
  39.  
  40. Step 3: Start your browser and type http://127.0.0.1 or 
  41. http://localhost in the location bar. You should see our pre-made
  42. start page with certain examples and test screens. 
  43.  
  44. Step 4: PHP (with mod_php, as *.php, *.php4, *.php3, *.phtml), Perl
  45. by default with *.cgi, SSI with *.shtml are all located in 
  46. => \...\xampp\htdocs\.
  47. Beispiele (Examples):
  48. => \...\xampp\htdocs\test.php => http://localhost/test.php
  49. => \...\xampp\myhome\test.php => http://localhost/myhome/test.php
  50.  
  51. Step 5: XAMPP UNINSTALL? Simply remove the "xampp" Directory.
  52. But before please shutdown the apache and mysql.  
  53.  
  54. ---------------------------------------------------------------
  55. PASSWORDS
  56.  
  57. 1) MySQL
  58.  
  59. user: root
  60. password:
  61. (means no password!)
  62.  
  63. 2) FileZilla FTP
  64.  
  65. user: newuser
  66. password: wampp 
  67.  
  68. user: anonymous
  69. password: some@mail.net
  70.  
  71. 3) Mercury: 
  72. Postmaster: postmaster (postmaster@localhost) und Admin (Admin@localhost)
  73.  
  74. Testuser: newsuser  
  75. password: wampp
  76.  
  77. 4) WEBDAV: 
  78.  
  79. user: wampp
  80. password: xampp
  81.  
  82. ---------------------------------------------------------------
  83. ONLY FOR NT SYSTEMS
  84. (NT4 | windows 2000 | windows xp professional)
  85.  
  86. \...\xampp\apache\apache_installservice.bat =
  87. ==> Install Apache 2 as service   
  88.  
  89. \...\xampp\apache\apache_uninstallservice.bat =
  90. ==> Uninstall Apache 2 as service   
  91.  
  92. \...\xampp\apache\mysql_installservice.bat =
  93. ==> Install MySQL as service   
  94.  
  95. \...\xampp\apache\mysql_uninstallservice.bat =
  96. ==> Uninstall MySQL as service   
  97.  
  98. ==> After all Service (un)installations, better restart system!
  99. ----------------------------------------------------------------
  100.  
  101.  
  102. Apache Notes:
  103.  
  104. (1) In contrast of apache 1.x, you can not stop the apache2
  105. with the command "apache -k shutdown". These functions only for
  106. an installations as service by NT systems. So, simply close
  107. the Apache START command for shutdown. 
  108.   
  109. (2) To use the experimental version of mod_auth_mysql remove the # in
  110. the httpd.conf. Detailed information about this topic can be found on 
  111. the left menu of xampp, once you started it.
  112.  
  113. (3) To use Mod_Dav load the Modules 
  114. mod_dav.so + mod_dav_fs.so in the httpd.conf by removing the # on 
  115. the beginning of their lines. Then try http://127.0.0.1:81 (not 
  116. for Frontpage, but for Dreamweaver)
  117.  
  118.  
  119. MYSQL NOTES:
  120.  
  121. (1) The MySQL server can be started by double-clicking (executing)
  122.     mysql_start.bat. This file can be found in the same folder you installed
  123.     xampp in, most likely this will be C:\xampp\.
  124.     The exact path to this file is X:\xampp\mysql_start.bat, where
  125.     "X" indicates the letter of the drive you unpacked xampp into.
  126.     This batch file starts the MySQL server in console mode. The first 
  127.     intialization might take a few minutes.
  128.     
  129.     Do not close the DOS window or you'll crash the server!
  130.     To stop the server, please use mysql_shutdown.bat, which is located in the same
  131.     directory.
  132.  
  133. (2) To use the MySQL Daemon with "innodb" for better performance, 
  134.     please edit the "my" (or "my.cnf") file in the /xampp/mysql/bin 
  135.     directory or for services the c:\my.cnf for windows NT/2000. 
  136.     In there, activate the "innodb_data_file_path=ibdata1:30M"
  137.     statement. Attention, "innodb" is not recommended for 95/98/ME/XP Home.
  138.     
  139.     To use MySQL as Service for NT/2000/XP Professional, simply copy the "my" 
  140.     / "my.cnf" file to C:\my, or C:\my.cnf. Please note that this 
  141.     file has to be placed in C:\ (root), other locations are not permitted. Then
  142.     execute the "mysql_installservice.bat" in the mysql folder.     
  143.          
  144.  
  145. (3) MySQL starts with standard values for the user id and the password. The preset
  146.     user id is "root", the password is "" (= no password). To access MySQL via PHP
  147.     with the preset values, you'll have to use the following syntax:
  148.     mysql_connect("localhost","root","");
  149.     If you want to set a password for MySQL access, please use of mysqladmin.
  150.     To set the passwort "secret" for the user "root", type the following:
  151.     C:\xampp\mysql\bin\mysqladmin -u root password secret
  152.     
  153.     After changing the password you'll have to reconfigure PHPMyAdmin to use the
  154.     new password, otherwise it won't be able to access the databases. To do that,
  155.     open the file config.inc.php in \xampp\phpmyadmin\ and edit the
  156.     following lines:    
  157.     
  158.     $cfg['Servers'][$i]['user']            = 'root';   // MySQL user
  159.     $cfg['Servers'][$i]['auth_type']       = 'http';   // HTTP authentificate
  160.  
  161.     So first the 'root' password is queried by the MySQL server, before PHPMyAdmin 
  162.     may access.
  163.               
  164. ---------------------------------------------------------------    
  165. Have a lot of fun! Viel Spa▀! Bonne Chance!
  166. Last revised version 06.07.2004 Kay Vogelgesang
  167.