Hi!
It is my first tutorial on this site. This tutorial is simple, fast and working
Base conception: installing and setting up a webserver on windows operation system step by step.
First Special thanks for BagiZoli
Step 01. choose a webserver
In old time I use the PhpTriad 2.2.1 (sourceforge.net) but its too old. So we need a good, fast, newtech webserver. I choose the XAMPP. Its not too big (avereage 80-90mb size without database and temp/trash) and be a installer, a dev-package and a portable* pack.
*portable pack = not must install, just uncompress and use it. (but we now install this stuff)
The first pic is the installing image. Just click next, next, next, and the installing end click the close
Step 02 : Base features and control-panel
So... the xampp is a fully package of a webserver. What in the package?
- an Apache webserver with fine features and plugins (extension)
- php 4 (stable)
- php 5 (!!!) (stable)
- mysql (4 and 5 ) (stable)
- openssl
- phpmyadmin
- xampp web config panel
- xampp control-panel
- other fine stuff (example code-s, extension, plugins, packages... )
Thats okay. So what on this panel? And why good ?
Simple!
Its a fully control panel, we can starting and stopping (and restarting) the web services (with the start / stop button).
If we like web-programming, use the apache start and mysql start.
If u use the svc checkbox - u can register the service as system-service (so its go to running each windows starting)
On this panel we can configuring each service, but i not prefer it. I like the basical, hand write setupping.
Alarm! If we dont use the web service go to off status all! (better memory using
)
Step 03 : setting up apache
Configuring, configuring, configuring.
In default setup is not bad, but not the best. So we need a little trick.
First search the http.conf file. ITS the apache hearth. So before the configuring please backuping this file
It is my first tutorial on this site. This tutorial is simple, fast and working
Base conception: installing and setting up a webserver on windows operation system step by step.
First Special thanks for BagiZoli
Step 01. choose a webserver
In old time I use the PhpTriad 2.2.1 (sourceforge.net) but its too old. So we need a good, fast, newtech webserver. I choose the XAMPP. Its not too big (avereage 80-90mb size without database and temp/trash) and be a installer, a dev-package and a portable* pack.
*portable pack = not must install, just uncompress and use it. (but we now install this stuff)

The first pic is the installing image. Just click next, next, next, and the installing end click the close
Step 02 : Base features and control-panel
So... the xampp is a fully package of a webserver. What in the package?
- an Apache webserver with fine features and plugins (extension)
- php 4 (stable)
- php 5 (!!!) (stable)
- mysql (4 and 5 ) (stable)
- openssl
- phpmyadmin
- xampp web config panel
- xampp control-panel
- other fine stuff (example code-s, extension, plugins, packages... )

Thats okay. So what on this panel? And why good ?
Simple!
Its a fully control panel, we can starting and stopping (and restarting) the web services (with the start / stop button).
If we like web-programming, use the apache start and mysql start.
If u use the svc checkbox - u can register the service as system-service (so its go to running each windows starting)
On this panel we can configuring each service, but i not prefer it. I like the basical, hand write setupping.
Alarm! If we dont use the web service go to off status all! (better memory using
Step 03 : setting up apache

Configuring, configuring, configuring.
In default setup is not bad, but not the best. So we need a little trick.
First search the http.conf file. ITS the apache hearth. So before the configuring please backuping this file
