| Warning: Abandoned |
| This page/script has been classified as abandoned and will no longer be updated. I will keep this page here indefinitely as a reference, but it will no longer be updated and I no longer offer support of any kind regarding content found on this page. |
Network Domain: localhost Server Name: localhost Admin Email: (your any email)Recommend checking: "for All Users, on Port 80, as a Service" (see Service -vs- Manual below)
| Service -vs- Manual |
|
Technically you should need Windows NT, 2000, or XP to run services. However, Apache2 has "some highly experimental support for similar behavior on Windows 9x" and for most people Service will work on any version of windows. Notes for Manual/Console users (service users ignore): (a) If you do install only for the Current User, on Port 8080, you will want to open httpd.conf and change Listen 8080 to Listen 80 (otherwise you will need to use http://localhost:8080/ as your address). (b) The "Monitor Apache Servers" is useless in Manual/Console mode. (c) to start Apache2 in console, go to: Apache HTTP Server 2.0.45 > Control Apache Server > Start Apache in Console. Console usually start as a blank black window. (d) To close apache in Console select the "Start Apache in Console" window and then press Ctrl+C (your "Ctrl" button, and the "C" button at same time). |
| Path notes |
|
if you are in Setup Type: Typical and you tell it to install to: e:/apache/ what it'll actually install to is: e:/apache/Apache2/ In Setup Type: Custom you can specifically tell it where to install each of it's parts/sub-parts. Also, if you are updating from a previous version of 2.x, you will have to uninstall the old version before installing the new one. However, apache 2.x will play very nicely with an older apache 1.x version. |
icon in the System Tray means it started. The
icon means the "Monitor Apache Servers" is running, but Apache2 isn't started.| NOTE |
| The first time i installed Apache2, i accidentally changed ServerRoot. Make sure you change the correct line which is DocumentRoot and which is down about line 225. |
LoadModule php5_module "e:/php/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "e:/php"