Server2Go is een verzameling van software die samen gesteld is om als lokale webserver te draaien vanaf een cd. De autorun van de cd start op het Windowssysteem de benodigde software op waarna er een browservenster wordt geopend met de webpagina die aanwezig is op de cd. Het maakt onder andere gebruik van PHP4, SQLite, MySQL en Apache HTTP Server. De ontwikkelaars hebben onlangs versie 0.9.8 uitgebracht met de volgende veranderingen:
Version 0.9.8:Version 0.9.7:
- Bugfixing: Startup and shutdown of MySQL had some problems
- Bugfixing: Browser sometimes started before webserver
- New Parameter: ShowTrayIcon. If value is 1 a try icon will be shown
Version 0.9.5:
- Bugfixing: Hanging on windows shutdown without closing browser before
- Bugfixing: Server2Go doesn't start for users with non-admin rights
- New environment variable with the absolute path of the document root (htdocs) path. You can access this from your scripts with $_ENV["S2G_SERVER_DOCROOT"].
- New Parameter: BrowserType=NONE
- New Option: Stay running after Browser close. If this option is true, the server keeps running event if the browser is closed
Version 0.9.2:
- Fixed bug: Document root parameter from config was ignored
- Fixed bug: Temp file weren't deleted even if defined in config ini
- Changed handling of mysql startup
- Better and faster Apache startup. Server2Go starts now some secondes faster than before
Version 0.9.1:
- Improved MySQL Port handling. If you change the MySQL Port in the config.ini, the new value will set as PHP Default MySQL Port.
- Set MySQL Port to 7128 by default
- Fixing startup crashs with Mozilla and Firefox
- Reducing size of the packages a little bit
Version 0.9.0:
- Update to PHP 5.0.5-dev
- Fixing bug: Temp files are really removed if in config is enabled
- Improved MySQL Startup: Solved problems when an older version of mysql was installed
- Small startup improvement
[break]Server2Go is in de volgende smaken binnen te halen:
- Upgrade of PHP to version 5.0.4
- Update to MySQL 4.1.11
- Perl is working now
- Adding a new environment variable that can be used by the php scripts. In this variable the Edition is stored
- Improve the standard website that is loaded by Server2Go to make clear that there are more than one edition
- Adding the new configuration switch "BrowserSize". Now you will be able to set a size of the starting browser. See documentation for the exact usage of this switch
- Fixing Bug: Databases were write protected even if they were copyed. That is fixed now.
- More PHP extensions are loaded by default, i.e. PDO
Server2Go 0.9.8 met PHP, SQLite
Server2Go 0.9.8 met PHP, SQLite, MySQL
Server2Go 0.9.8 met PHP, SQLite, MySQL, Perl