First we begin with installing Apache. Installing Apache is quite easy as the installation program uses the known Installation Wizard system.
Run the Apache installation - file, press Next, Agree with the License Agreement, Next and Next. Now we have come to some important choices regarding Server Information:
Network Domain: Just write something of your own choice here if you only shall use more.groupware at the inside of you local network (e. g. mydomain.net).
Server name: Write your Windows PC name here. It should be the name that the other computers in the network use if they want to communicate with your PC (e. g. PC1). If you are unsure of the name you could write localhost.
Administrator's Email Address: Your e-mail.
Press Next, choose Complete installation together with Next and accept standard installation path. Press Next and Install. (If you must do some configuration changes afterwards you will have to edit httpd.conf. To do that you can choose Start + Programs + Apache HTTP Server + Configure Apache
After the installation you will find a new program group called Apache HTTP server with possibilities to edit configuration and to start / stop / restart Apache (Start + Programs + Apache HTTP server + Your choice).
Start your favourite internet browser. Write in the address http://localhost/ or http://yourPCname/ (yourPCname is the named you wrote in the Server Name field when you installed Apache). You should now get a test page which tells you what Apache is running.
We shall do some configuration changes in Apache later, but now it is time to install PHP