ChristianRoessler
PERSONAL | DESIGN | WEB | CODE
www.christianroessler.net














Apache2Go

Apache2Go is a web-development package for windows with Apache, Php, MySql and PhpMyAdmin.


News:

August 20, 2004: some site updates, nothing more.
August 18, 2004: first release after days of testing - please report bugs...  ;-)

Features:

Apache2Go offers the ability to test and develop your php and mysql driven websites on a small, fast and clean webserver environment.
My version of Apache2Go does not need any kind of installation as other web-dev-packages do (i.e. wamp). Simply extract this downloaded zip-file into a directory you want and start the webserver and / or database application.
As with wxmp you can test your php and mysql driven websites on a small, fast and clean webserver environment.
- Apache 2.0.50
- Php 4.3.8 (register globals on, +zend)
- MySql 4.0.20d
- PhpMyAdmin 2.5.7 pl1

ToDo:

- Session Files are currently stored in the same directory as session_start(); is called. This is due to php.ini and releative directorys and will be fixed soon (i hope ;-) )
- make a simply service-starter as in wxmp-package does my "wxmp-starter". From this app you cann start and stop your webserver and database.
- make that perl / cgi files are workin (perl-support) - that will become an addon ?!?

Installation:

Extract the downloaded package into a directory of your choice and enjoy.

Downloads:

Simply go to my download page.

FAQ:

How do i start my Apache?
Go into Apache2Go/Apache2/bin Folder and start apache.exe - do not close this window or apache will be terminated...

How do i start MySql?
Go into Apache2Go/MySql..../bin Folder and start startdb.bat

How do i stop MySql?
Go into Apache2Go/MySql..../bin Folder and start stopdb.bat

What are the Username and Password for MySql Database?
Username: root  
Password: 12345
For security reasons this should be changed soon! Use PhpMyAdmin for that!